(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.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(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,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}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 G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},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.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};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){if(G&&/\S/.test(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(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},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,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).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]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?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(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});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(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});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).children().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 R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};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);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(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})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(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&&l==l.top){(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=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();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|search/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();T.onload=T.onreadystatechange=null;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}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}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"))}}for(var G=0,F=this.length;G<F;G++){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)&&!n){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);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(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(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return!!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));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(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());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;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,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:middle}.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>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());;Cufon.registerFont({"w":180,"face":{"font-family":"zurichCnBt","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 3 5 2 5 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-60 -333 360 85","underline-thickness":"36.0352","underline-position":"-17.4023","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":79},"!":{"d":"29,-48r42,0r0,48r-42,0r0,-48xm27,-259r46,0r-7,184r-32,0","w":100},"\"":{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},"#":{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},"$":{"d":"44,-122v-42,-26,-42,-134,23,-129r0,-27r24,0r0,28v42,2,49,27,48,75r-49,0v-1,-20,4,-46,-13,-46v-17,0,-15,41,-8,53v20,33,79,44,75,102v-3,44,-12,63,-53,65r0,33r-24,0r0,-32v-44,-3,-53,-29,-52,-79r50,0v2,21,-6,50,15,49v16,0,13,-17,14,-35v0,-23,-35,-41,-50,-57","w":158},"%":{"d":"170,-127v50,-4,36,48,38,90v1,30,-9,39,-38,41v-50,3,-39,-47,-39,-90v0,-31,10,-39,39,-41xm170,-18v8,0,10,-6,10,-15r0,-57v0,-9,-3,-15,-10,-15v-8,0,-10,6,-10,15r0,57v0,9,2,15,10,15xm52,-255v50,-4,39,47,39,90v0,32,-9,39,-39,41v-49,4,-38,-48,-38,-90v0,-30,9,-39,38,-41xm53,-146v21,-7,6,-49,10,-72v0,-9,-3,-14,-10,-15v-9,1,-10,5,-10,15r0,58v0,9,1,14,10,14xm144,-255r21,0r-87,259r-21,0","w":222},"&":{"d":"70,-84v-4,38,10,52,49,47r0,-79v-30,-1,-52,0,-49,32xm21,-188v-4,-63,33,-75,97,-71r0,38v-33,-3,-48,6,-43,41v-2,27,18,28,44,27r0,-34r51,0r0,34r20,0r0,37r-20,0r0,116v-69,-2,-153,17,-153,-60v0,-42,8,-71,43,-75v-25,-6,-37,-23,-39,-53","w":197},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"23,-107v0,-59,17,-107,40,-156r29,0v-35,103,-35,210,0,313r-29,0v-23,-51,-40,-96,-40,-157","w":101},")":{"d":"10,50v35,-104,35,-209,0,-313r28,0v22,49,41,96,41,156v0,61,-19,107,-41,157r-28,0","w":101},"*":{"d":"45,-263r14,37r14,-37r25,14r-25,31r39,-6r0,29r-39,-7r25,31r-25,15r-14,-38r-14,37r-25,-14r25,-31r-39,7r0,-30r39,7r-25,-31","w":118},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"18,-48r48,0r-24,78r-33,0","w":79},"-":{"d":"14,-115r73,0r0,49r-73,0r0,-49","w":100,"k":{"\u0153":-7,"\u0152":-7,"\u00f8":-7,"\u00d8":-7,"\u00df":-7,"r":-7,"o":-7,"n":-7,"Y":15,"T":20,"O":-7,"J":-7,"G":-7,"C":-7}},".":{"d":"19,-48r41,0r0,48r-41,0r0,-48","w":79},"\/":{"d":"49,-263r28,0r-57,296r-28,0","w":74},"0":{"d":"79,-255v88,-5,64,102,64,179v0,56,-11,77,-64,80v-88,5,-63,-102,-63,-179v0,-56,10,-77,63,-80xm79,-27v14,-2,12,-12,13,-31r0,-135v-1,-20,1,-29,-13,-31v-13,1,-11,13,-12,31r0,135v1,20,-3,29,12,31","w":158},"1":{"d":"27,-212v16,-9,30,-22,36,-39r43,0r0,251r-49,0r0,-187v-8,10,-17,15,-30,20r0,-45","w":158},"2":{"d":"79,-255v80,-7,73,94,41,137r-57,80r83,0r0,38r-134,0r0,-47v25,-49,79,-78,79,-146v0,-20,1,-29,-13,-31v-15,1,-11,22,-12,41r-51,0v0,-52,14,-68,64,-72","w":158},"3":{"d":"75,-255v53,-1,61,22,61,76v0,25,-10,40,-29,47v27,6,33,28,33,63v0,52,-14,73,-63,73v-52,1,-63,-20,-64,-71r52,0v1,20,-5,40,12,40v20,-1,12,-34,13,-56v1,-23,-7,-30,-29,-29r0,-40v27,3,26,-16,25,-41v0,-19,1,-29,-11,-31v-13,2,-11,15,-12,33v-16,-2,-38,4,-50,-2v1,-48,14,-61,62,-62","w":158},"4":{"d":"79,-214r-32,122r32,0r3,-122r-3,0xm57,-251r68,0r0,159r31,0r0,37r-31,0r0,55r-47,0r0,-55r-68,0r0,-43","w":158},"5":{"d":"80,-127v-12,0,-13,15,-13,30r-49,0r0,-154r113,0r0,38r-64,0r0,67v6,-11,18,-20,35,-20v47,-2,41,48,41,97v0,51,-14,72,-63,73v-49,1,-65,-19,-64,-67r51,0v1,18,-2,36,13,36v21,0,12,-44,12,-69v0,-18,0,-29,-12,-31","w":158},"6":{"d":"80,-27v19,-2,12,-42,12,-65v0,-19,2,-29,-12,-31v-20,3,-12,41,-12,65v0,20,-2,28,12,31xm80,-255v50,0,62,15,63,64v-16,-2,-39,4,-51,-2v-1,-20,1,-28,-12,-31v-22,5,-8,54,-12,81v24,-32,86,-15,75,40v0,63,0,107,-63,107v-87,0,-62,-103,-62,-179v0,-56,11,-80,62,-80","w":158},"7":{"d":"12,-251r126,0r0,30r-50,221r-53,0r51,-213r-74,0r0,-38","w":158},"8":{"d":"79,-112v-19,0,-13,33,-13,54v0,20,-1,31,13,31v21,0,14,-33,14,-55v0,-19,1,-30,-14,-30xm79,-224v-17,0,-12,22,-12,43v0,20,-3,31,12,31v17,0,12,-23,12,-43v0,-20,2,-31,-12,-31xm16,-57v-1,-39,5,-68,35,-75v-25,-7,-36,-28,-34,-61v2,-44,18,-61,62,-62v49,-1,62,24,62,76v0,25,-14,41,-33,47v29,7,37,36,35,75v-2,42,-20,61,-64,61v-45,0,-61,-17,-63,-61","w":158},"9":{"d":"78,-255v87,0,63,102,63,179v0,55,-10,80,-63,80v-49,1,-62,-18,-62,-67r51,0v2,20,-3,35,12,36v22,-6,8,-54,12,-81v-24,33,-86,16,-75,-39v-1,-64,1,-108,62,-108xm79,-127v19,-3,12,-43,12,-66v0,-19,0,-28,-12,-31v-20,3,-12,41,-12,66v0,19,-2,28,12,31","w":158},":":{"d":"22,-48r42,0r0,48r-42,0r0,-48xm22,-181r42,0r0,48r-42,0r0,-48","w":85},";":{"d":"22,-48r47,0r-24,78r-33,0xm22,-181r42,0r0,48r-42,0r0,-48","w":85},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"53,-48r42,0r0,48r-42,0r0,-48xm74,-263v62,0,73,53,50,97v-14,27,-34,47,-29,91r-42,0v-9,-64,33,-83,33,-135v0,-14,-2,-22,-13,-22v-15,0,-14,14,-14,32r-46,0v-2,-46,15,-63,61,-63","w":155},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-11,18,-26,29,-52,29v-39,0,-54,-22,-57,-60v-6,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,13,17,13v38,-9,58,-43,59,-88v1,-59,-55,-99,-117,-97v-90,2,-144,54,-147,140v-2,74,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,0,-166,-50,-166,-145v0,-107,72,-169,180,-169v86,0,149,43,149,126v0,64,-37,112,-102,115xm134,-78v0,34,35,42,54,22v20,-21,45,-96,-5,-96v-29,0,-49,39,-49,74","w":360},"A":{"d":"83,-215r-17,121r33,0v-7,-39,-6,-86,-16,-121xm51,-259r69,0r43,259r-52,0r-7,-54r-45,0r-9,54r-47,0","w":165,"k":{"\u0111":-7,"\u201e":-7,"\u201a":-7,"\uf002":-7,"\uf001":-7,"\u203a":-13,"\u2039":-7,"\u2019":13,"\u2018":6,"\u201d":13,"\u201c":6,"\u0153":-7,"\u00bb":-13,"\u00ab":-7,"\u00f8":-7,"y":-7,"w":-7,"v":-7,"u":-7,"t":-7,"q":-7,"o":-7,"f":-7,"e":-7,"d":-7,"c":-7,"Y":6,"X":-7,"T":10,"A":-7,";":-7,":":-7,".":-11,",":-11}},"B":{"d":"105,-69v0,-32,-3,-51,-37,-47r0,79v26,0,37,-5,37,-32xm101,-180v0,-28,-3,-44,-33,-41r0,68v23,1,33,-4,33,-27xm159,-83v0,58,-13,83,-72,83r-69,0r0,-259v71,0,145,-11,137,71v-3,30,-15,47,-40,53v27,4,44,22,44,52","w":170,"k":{"\u203a":-13,"\u2039":-7,"\u00bb":-13,"\u00ab":-7,"-":-10}},"C":{"d":"90,-263v56,-1,69,26,68,85r-52,0v-1,-25,3,-45,-17,-45v-20,0,-18,15,-18,40r0,107v1,25,-1,39,18,40v21,1,16,-27,17,-50r52,0v1,60,-9,90,-68,90v-92,0,-72,-93,-72,-175v0,-67,11,-91,72,-92","w":171,"k":{"\u203a":-13,"\u2039":-7,"\u00bb":-13,"\u00ab":-7,"-":-7}},"D":{"d":"106,-192v0,-23,-10,-28,-34,-27r0,179v23,0,35,-4,34,-27r0,-125xm159,-162v0,90,8,173,-89,162r-52,0r0,-259r52,0v70,-2,89,27,89,97","w":176,"k":{"\u203a":-13,"\u2039":-13,"\u2019":-7,"\u201d":-7,"\u00bb":-13,"\u00ab":-13,"-":-7}},"E":{"d":"18,-259r107,0r0,40r-53,0r0,63r49,0r0,41r-49,0r0,75r57,0r0,40r-111,0r0,-259","w":140},"F":{"d":"18,-259r109,0r0,40r-55,0r0,67r51,0r0,40r-51,0r0,112r-54,0r0,-259","w":136,"k":{"\u201e":33,"\u201a":33,"\u203a":-13,"\u2019":-7,"\u2018":-7,"\u201d":-7,"\u201c":-7,"\u00bb":-13,"\u00e6":6,"a":6,"T":-7,"S":6,"A":13,";":-7,":":-7,".":31,",":31}},"G":{"d":"90,-263v56,0,69,27,68,85r-52,0v-1,-25,3,-45,-17,-45v-20,0,-18,15,-18,40r0,107v-2,34,7,45,36,38r0,-59r-15,0r0,-39r66,0r0,127v-23,8,-41,11,-68,13v-92,8,-72,-93,-72,-175v0,-67,11,-91,72,-92","w":175,"k":{"\u201e":-7,"\u201a":-7,"\u203a":-13,"\u2039":-7,"\u00bb":-13,"\u00ab":-7,"T":6,"-":-7}},"H":{"d":"18,-259r54,0r0,102r36,0r0,-102r54,0r0,259r-54,0r0,-117r-36,0r0,117r-54,0r0,-259","k":{"\u203a":-13,"\u2039":-7,"\u2018":-7,"\u201c":-7,"\u00bb":-13,"\u00ab":-7,";":-7,":":-7}},"I":{"d":"20,-259r53,0r0,259r-53,0r0,-259","w":92},"J":{"d":"68,-40v15,0,13,-13,13,-35r0,-184r54,0r0,180v-1,60,-11,81,-68,83v-58,2,-67,-33,-64,-93r52,0v1,20,-5,49,13,49","w":151,"k":{"\u203a":-13,"\u2039":-7,"\u2019":-7,"\u2018":-7,"\u201d":-7,"\u201c":-7,"\u00bb":-13,"\u00ab":-7,"-":-7}},"K":{"d":"18,-259r51,0r0,113r38,-113r50,0r-37,110r46,149r-53,0r-44,-140r0,140r-51,0r0,-259","w":164,"k":{"\u201e":-11,"\u201a":-11,"\u203a":-13,"\u2019":-7,"\u2018":-13,"\u201d":-7,"\u201c":-13,"\u00bb":-13,"-":6}},"L":{"d":"18,-259r54,0r0,219r61,0r0,40r-115,0r0,-259","w":131,"k":{"\u203a":-13,"\u2039":6,"\u2019":21,"\u2018":26,"\u201d":21,"\u201c":26,"\u0153":-7,"\u00bb":-13,"\u00ab":6,"\u00f8":-7,"\u00e6":-7,"y":6,"u":-7,"o":-7,"e":-7,"a":-7,"Y":21,"W":13,"V":13,"T":20,"A":-13,"-":6}},"M":{"d":"18,-259r73,0r24,186r2,0r27,-186r72,0r0,259r-44,0r0,-213r-4,0r-30,213r-48,0r-26,-213r-4,0r0,213r-42,0r0,-259","w":233},"N":{"d":"18,-259r70,0r39,219r3,0r-4,-219r44,0r0,259r-71,0r-37,-220r-4,0r4,220r-44,0r0,-259","w":188},"O":{"d":"90,-263v92,-6,72,93,72,175v0,65,-11,88,-72,92v-92,6,-72,-93,-72,-175v0,-65,11,-88,72,-92xm90,-36v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40","k":{"\u203a":-13,"\u2039":-7,"\u2019":-7,"\u201d":-7,"\u00bb":-13,"\u00ab":-7,";":-7,":":-7,"-":-7}},"P":{"d":"99,-172v1,-29,0,-52,-31,-49r0,82v24,0,31,-8,31,-33xm152,-189v0,63,-19,93,-84,88r0,101r-50,0r0,-259v72,-1,134,-6,134,70","w":160,"k":{"\u201e":53,"\u201a":53,"\u2039":10,"\u2019":-8,"\u201d":-8,"\u0153":8,"\u00ab":10,"\u00f8":8,"\u00e6":10,"o":8,"e":10,"a":10,"A":11,";":-7,":":-7,".":46,",":46}},"Q":{"d":"90,-223v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40xm100,4v-66,3,-84,-21,-82,-92v2,-81,-19,-185,72,-175v91,-9,69,93,72,175v0,31,-3,47,-20,57v9,0,24,-9,40,-6r0,37v-28,0,-55,3,-82,4","w":181},"R":{"d":"101,-177v0,-29,-2,-47,-33,-44r0,73v24,1,33,-5,33,-29xm68,-110r0,110r-50,0r0,-259v71,0,144,-11,137,71v-3,39,-17,53,-52,59v63,-2,51,68,52,129r-54,0v-7,-41,22,-119,-33,-110","w":169,"k":{"\u201e":-7,"\u201a":-7,"\u203a":-13,"\u2039":-13,"\u2019":-7,"\u201d":-7,"\u00bb":-13,"\u00ab":-13,"u":-7,";":-13,":":-13,".":-7,"-":-8,",":-7}},"S":{"d":"89,-263v48,0,65,31,61,81r-52,0v-1,-17,6,-42,-14,-42v-20,0,-15,38,-8,53v26,34,76,41,76,113v0,41,-28,62,-72,62v-54,0,-69,-28,-66,-84r54,0v1,19,-4,44,15,44v23,0,18,-37,11,-51v-25,-31,-74,-45,-74,-118v0,-36,30,-58,69,-58","w":165},"T":{"d":"5,-259r135,0r0,40r-40,0r0,219r-55,0r0,-219r-40,0r0,-40","w":145,"k":{"\u201e":13,"\u201a":13,"\u2039":6,"\u2019":-7,"\u2018":-13,"\u201d":-7,"\u201c":-13,"\u0153":20,"\u00ab":6,"\u00f8":20,"\u00e6":20,"y":16,"w":16,"u":15,"s":20,"r":13,"o":20,"e":20,"c":20,"a":20,"T":-7,"A":10,";":16,":":16,".":20,"-":20,",":20}},"U":{"d":"89,4v-60,0,-70,-27,-71,-92r0,-171r54,0r0,183v1,27,-1,37,18,40v18,-3,16,-14,17,-40r0,-183r54,0r0,171v-1,64,-11,92,-72,92","w":179},"V":{"d":"2,-259r53,0r23,192r4,0r22,-192r45,0r-43,259r-57,0","w":151,"k":{"\u201e":13,"\u201a":13,"\u2019":-7,"\u2018":-13,"\u201d":-7,"\u201c":-13,"\u0153":6,"\u00f8":6,"\u00e6":6,"o":6,"e":6,"a":6,"A":6,".":20,",":20}},"W":{"d":"9,-259r52,0r7,175r2,0r23,-175r63,0r24,175r3,0r10,-175r47,0r-33,259r-55,0r-29,-202r-3,0r-26,202r-57,0","w":249,"k":{"\u201e":6,"\u201a":6,"\u203a":-7,"\u2019":-7,"\u2018":-10,"\u201d":-7,"\u201c":-10,"\u0153":6,"\u00bb":-7,"\u00f8":6,"\u00e6":6,"o":6,"e":6,"a":6,"A":6,".":15,",":15}},"X":{"d":"8,-259r54,0r21,91r23,-91r45,0r-41,126r45,133r-54,0r-27,-97r-27,97r-47,0r48,-133","w":155,"k":{"\u201e":-13,"\u201a":-13,"\u203a":-13,"\u2019":-7,"\u2018":-7,"\u201d":-7,"\u201c":-7,"\u00bb":-13}},"Y":{"d":"0,-259r54,0v10,35,12,77,25,109r22,-109r47,0r-48,155r0,104r-53,0r0,-104","w":148,"k":{"\u201e":20,"\u201a":20,"\u2039":13,"\u2019":-7,"\u2018":-13,"\u201d":-7,"\u201c":-13,"\u0153":11,"\u00ab":13,"\u00f8":11,"\u00e6":13,"u":8,"o":11,"i":-7,"e":11,"a":13,"A":13,".":24,"-":15,",":24}},"Z":{"d":"15,-259r116,0r0,47r-71,175r71,0r0,37r-122,0r0,-50r70,-172r-64,0r0,-37","w":137,"k":{"\u201e":-7,"\u201a":-7,"\u203a":-13,"\u2039":6,"\u2019":-7,"\u2018":-7,"\u201d":-7,"\u201c":-7,"\u00bb":-13,"\u00ab":6,"-":6}},"[":{"d":"29,-259r63,0r0,26r-24,0r0,253r24,0r0,26r-63,0r0,-305","w":101},"\\":{"d":"-2,-263r27,0r58,296r-28,0","w":74},"]":{"d":"10,-259r62,0r0,305r-62,0r0,-26r23,0r0,-253r-23,0r0,-26","w":101},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36"},"`":{"d":"52,-252r40,0r14,48r-26,0"},"a":{"d":"75,-27v20,0,11,-38,13,-59v-24,1,-26,12,-25,35v1,15,-1,24,12,24xm78,-185v44,0,59,11,60,52r0,133r-48,0r-2,-21v-10,14,-19,24,-38,25v-37,1,-40,-34,-38,-73v2,-39,30,-43,76,-48v-1,-17,3,-37,-12,-37v-13,0,-13,11,-13,25r-45,0v0,-43,14,-56,60,-56","w":153},"b":{"d":"77,-32v10,0,11,-8,11,-22r0,-72v-1,-14,0,-22,-11,-22v-10,1,-10,9,-11,22r0,72v0,13,1,22,11,22xm139,-47v7,55,-58,66,-73,26r-1,21r-50,0r0,-259r51,0r0,99v9,-14,16,-25,36,-25v56,0,30,86,37,138","w":153},"c":{"d":"79,-185v46,0,65,17,63,64r-50,0v0,-17,2,-33,-14,-33v-13,1,-12,10,-13,25r0,77v1,15,0,24,13,25v16,0,12,-22,13,-39r51,0v3,49,-15,70,-63,70v-64,0,-66,-42,-65,-108v1,-58,11,-80,65,-81","w":152},"d":{"d":"76,-32v10,-1,12,-9,12,-22r0,-72v0,-13,-2,-22,-12,-22v-11,0,-10,9,-11,22r0,72v1,13,1,21,11,22xm14,-134v-7,-55,57,-66,74,-26r0,-99r50,0r0,259r-49,0r-1,-21v-9,15,-17,24,-36,25v-57,0,-31,-85,-38,-138","w":153},"e":{"d":"78,-185v62,-2,65,39,64,103r-77,0v2,21,-7,54,13,55v15,0,14,-14,14,-31r50,0v1,45,-18,62,-63,62v-64,0,-66,-43,-65,-108v1,-58,11,-80,64,-81xm79,-156v-19,-1,-13,26,-14,45r27,0v-1,-19,4,-45,-13,-45","w":155},"f":{"d":"17,-181v-7,-62,11,-92,72,-82r0,31v-31,-6,-20,28,-22,51r16,0r0,31r-16,0r0,150r-50,0r0,-150r-15,0r0,-31r15,0","w":84,"k":{"\u203a":-13,"\u2039":-7,"\u2019":-32,"\u2018":-18,"\u201d":-32,"\u201c":-18,"\u00bb":-13,"\u00ab":-7,"y":-7,"w":-7,"t":-7,";":-7,":":-7,".":6,",":6}},"g":{"d":"76,-41v10,0,12,-9,12,-22r0,-63v0,-13,-2,-22,-12,-22v-11,0,-10,9,-11,22r0,63v1,14,0,22,11,22xm14,-134v-7,-55,57,-66,74,-26r1,-21r49,0r0,193v-1,46,-15,58,-62,59v-42,0,-62,-13,-62,-53r51,0v0,11,1,21,11,22v21,-4,9,-46,12,-69v-10,15,-16,25,-37,25v-53,1,-31,-79,-37,-130","w":153},"h":{"d":"77,-148v-10,1,-10,9,-11,22r0,126r-51,0r0,-259r51,0r0,99v10,-13,19,-25,38,-25v31,0,35,17,35,53r0,132r-51,0r0,-126v-1,-14,0,-22,-11,-22","w":154},"i":{"d":"15,-181r51,0r0,181r-51,0r0,-181xm15,-259r51,0r0,42r-51,0r0,-42","w":81},"j":{"d":"-2,40v12,0,17,-2,17,-13r0,-208r51,0r0,190v4,54,-18,64,-68,62r0,-31xm15,-259r51,0r0,42r-51,0r0,-42","w":81},"k":{"d":"15,-259r49,0r0,155r34,-77r45,0r-35,81r38,100r-48,0r-34,-93r0,93r-49,0r0,-259","w":146,"k":{"y":-7}},"l":{"d":"15,-259r51,0r0,259r-51,0r0,-259","w":81},"m":{"d":"66,-160v12,-29,67,-36,72,2v11,-16,19,-27,41,-27v30,0,34,18,34,53r0,132r-50,0r0,-126v0,-14,0,-22,-11,-22v-12,0,-13,8,-13,22r0,126r-50,0r0,-126v-1,-14,0,-22,-12,-22v-10,0,-12,9,-12,22r0,126r-50,0r0,-181r50,0","w":228},"n":{"d":"104,-185v31,0,35,17,35,53r0,132r-51,0r0,-126v-1,-14,0,-22,-11,-22v-10,1,-10,9,-11,22r0,126r-51,0r0,-181r50,0r1,21v10,-13,19,-25,38,-25","w":154,"k":{"\u201e":-7,"\u201a":-7,"\u203a":-13,"\u2039":-7,"\u2019":-7,"\u2018":6,"\u201d":-7,"\u201c":6,"\u00bb":-13,"\u00ab":-7,"-":-7}},"o":{"d":"78,-185v63,-3,65,43,64,108v-1,57,-11,79,-64,81v-63,2,-65,-43,-64,-108v1,-58,11,-80,64,-81xm78,-27v12,0,13,-9,13,-25r0,-77v-1,-15,0,-25,-13,-25v-13,0,-12,10,-13,25r0,77v1,15,0,25,13,25","w":155,"k":{"\u203a":-13,"\u2039":-7,"\u2018":6,"\u201c":6,"\u00bb":-13,"\u00ab":-7,";":-7,":":-7,"-":-7}},"p":{"d":"77,-32v10,0,11,-8,11,-22r0,-72v-1,-14,0,-22,-11,-22v-10,1,-10,9,-11,22r0,72v0,13,1,22,11,22xm102,-185v56,0,30,86,37,138v7,55,-58,66,-73,26r0,89r-51,0r0,-249r50,0r1,21v9,-14,16,-25,36,-25","w":153},"q":{"d":"76,-32v9,0,12,-10,12,-22r0,-72v0,-13,-2,-22,-12,-22v-11,0,-10,8,-11,22r0,72v0,14,0,22,11,22xm14,-134v-7,-56,57,-65,74,-26r1,-21r49,0r0,249r-50,0r0,-89v-9,15,-17,24,-36,25v-58,0,-31,-85,-38,-138","w":153},"r":{"d":"66,-159v9,-14,16,-23,36,-22r0,39v-62,-2,-27,91,-36,142r-51,0r0,-181r50,0","w":102,"k":{"\u201e":21,"\u201a":21,"\uf002":-13,"\uf001":-13,"\u203a":-13,"\u2019":-21,"\u2018":-20,"\u201d":-21,"\u201c":-20,"\u00bb":-13,"z":-7,"y":-11,"w":-10,"v":-13,"u":-7,"n":-7,"f":-13,";":-7,":":-7,".":29,"-":-13,",":29}},"s":{"d":"76,-185v42,0,59,15,57,57r-47,0v0,-16,2,-28,-13,-27v-22,7,-9,38,10,41v27,14,57,25,54,70v-2,37,-24,48,-65,48v-48,0,-59,-14,-58,-62r45,0v0,17,-2,34,16,32v24,-3,14,-43,-4,-47v-28,-16,-62,-23,-58,-69v3,-31,28,-43,63,-43","w":148},"t":{"d":"98,0v-47,10,-77,6,-77,-55r0,-95r-19,0r0,-31r19,0r0,-26r51,-20r0,46r23,0r0,31r-23,0r0,92v-2,23,7,28,26,23r0,35","w":100},"u":{"d":"50,4v-31,0,-35,-19,-35,-53r0,-132r51,0r0,127v0,14,0,22,11,22v10,0,11,-9,11,-22r0,-127r51,0r0,181r-49,0r-2,-21v-10,14,-19,25,-38,25","w":154},"v":{"d":"1,-181r48,0r18,124r19,-124r43,0r-37,181r-53,0","w":129,"k":{";":-13,":":-13,".":8,",":8}},"w":{"d":"4,-181r48,0v6,40,5,88,15,124r21,-124r53,0r19,124r3,0r15,-124r43,0r-32,181r-55,0r-20,-128r-3,0r-23,128r-51,0","w":224,"k":{"\u201e":8,"\u201a":8,"\u203a":-13,"\u2039":-10,"\u2019":-13,"\u2018":-10,"\u201d":-13,"\u201c":-10,"\u00bb":-13,"\u00ab":-10,";":-13,":":-13,".":6,",":6}},"x":{"d":"11,-181r49,0r12,54r15,-54r44,0r-32,86r32,95r-50,0r-16,-62r-18,62r-45,0r36,-95","w":137},"y":{"d":"2,-181r50,0v7,34,6,75,16,105r19,-105r43,0r-65,249r-41,0r18,-69","w":129,"k":{"\u201e":6,"\u201a":6,"\u203a":-13,"\u2039":-10,"\u2019":-13,"\u2018":-13,"\u201d":-13,"\u201c":-13,"\u00bb":-13,"\u00ab":-10,";":-13,":":-13}},"z":{"d":"11,-181r91,0r0,39r-48,109r48,0r0,33r-94,0r0,-41r46,-107r-43,0r0,-33","w":111},"{":{"d":"74,-200v-3,-57,29,-60,81,-60r0,37v-78,-16,1,127,-75,130v43,3,37,48,37,94v0,32,8,36,38,35r0,37v-52,0,-81,-2,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88"},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360"},"}":{"d":"100,-93v-76,-5,8,-143,-75,-130r0,-37v52,-1,84,4,81,60v-3,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,57,-29,60,-81,60r0,-37v80,17,0,-125,75,-129"},"~":{"d":"150,-127v46,19,85,14,119,-14r0,39v-24,15,-47,29,-83,23v-25,-4,-68,-24,-87,-22v-28,2,-46,13,-68,28r0,-39v34,-24,71,-34,119,-15","w":299},"\u00c4":{"d":"83,-215r-17,121r33,0v-7,-39,-6,-86,-16,-121xm51,-259r69,0r43,259r-52,0r-7,-54r-45,0r-9,54r-47,0xm91,-324r30,0r0,36r-30,0r0,-36xm45,-324r30,0r0,36r-30,0r0,-36","w":165},"\u00c5":{"d":"83,-215r-17,121r33,0v-7,-39,-6,-86,-16,-121xm51,-259r69,0r43,259r-52,0r-7,-54r-45,0r-9,54r-47,0xm99,-302v1,-6,-7,-14,-13,-13v-7,-1,-14,6,-14,13v0,7,6,15,14,14v7,0,14,-7,13,-14xm55,-302v0,-15,14,-31,31,-31v17,0,31,15,31,31v0,18,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":165},"\u00c7":{"d":"90,-263v56,-1,69,26,68,85r-52,0v-1,-25,3,-45,-17,-45v-20,0,-18,15,-18,40r0,107v1,25,-1,39,18,40v21,1,16,-27,17,-50r52,0v1,60,-9,90,-68,90v-92,0,-72,-93,-72,-175v0,-67,11,-91,72,-92xm101,45v1,-11,-12,-10,-24,-10r0,-35r16,0v1,5,-2,13,1,16v23,0,34,9,34,30v1,35,-45,33,-72,24r5,-17v14,3,39,10,40,-8","w":171},"\u00c9":{"d":"18,-259r107,0r0,40r-53,0r0,63r49,0r0,41r-49,0r0,75r57,0r0,40r-111,0r0,-259xm69,-330r40,0r-28,48r-26,0","w":140},"\u00d1":{"d":"18,-259r70,0r39,219r3,0r-4,-219r44,0r0,259r-71,0r-37,-220r-4,0r4,220r-44,0r0,-259xm132,-325v3,36,-28,40,-50,27v-5,0,-8,5,-8,10r-18,0v-2,-34,27,-39,50,-27v5,0,8,-4,8,-10r18,0","w":188},"\u00d6":{"d":"90,-263v92,-6,72,93,72,175v0,65,-11,88,-72,92v-92,6,-72,-93,-72,-175v0,-65,11,-88,72,-92xm90,-36v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40xm98,-324r30,0r0,36r-30,0r0,-36xm52,-324r30,0r0,36r-30,0r0,-36"},"\u00dc":{"d":"89,4v-60,0,-70,-27,-71,-92r0,-171r54,0r0,183v1,27,-1,37,18,40v18,-3,16,-14,17,-40r0,-183r54,0r0,171v-1,64,-11,92,-72,92xm98,-324r30,0r0,36r-30,0r0,-36xm52,-324r30,0r0,36r-30,0r0,-36","w":179},"\u00e1":{"d":"75,-27v20,0,11,-38,13,-59v-24,1,-26,12,-25,35v1,15,-1,24,12,24xm78,-185v44,0,59,11,60,52r0,133r-48,0r-2,-21v-10,14,-19,24,-38,25v-37,1,-40,-34,-38,-73v2,-39,30,-43,76,-48v-1,-17,3,-37,-12,-37v-13,0,-13,11,-13,25r-45,0v0,-43,14,-56,60,-56xm76,-252r40,0r-28,48r-26,0","w":153},"\u00e0":{"d":"75,-27v20,0,11,-38,13,-59v-24,1,-26,12,-25,35v1,15,-1,24,12,24xm78,-185v44,0,59,11,60,52r0,133r-48,0r-2,-21v-10,14,-19,24,-38,25v-37,1,-40,-34,-38,-73v2,-39,30,-43,76,-48v-1,-17,3,-37,-12,-37v-13,0,-13,11,-13,25r-45,0v0,-43,14,-56,60,-56xm39,-252r40,0r14,48r-26,0","w":153},"\u00e2":{"d":"75,-27v20,0,11,-38,13,-59v-24,1,-26,12,-25,35v1,15,-1,24,12,24xm78,-185v44,0,59,11,60,52r0,133r-48,0r-2,-21v-10,14,-19,24,-38,25v-37,1,-40,-34,-38,-73v2,-39,30,-43,76,-48v-1,-17,3,-37,-12,-37v-13,0,-13,11,-13,25r-45,0v0,-43,14,-56,60,-56xm59,-252r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":153},"\u00e4":{"d":"75,-27v20,0,11,-38,13,-59v-24,1,-26,12,-25,35v1,15,-1,24,12,24xm78,-185v44,0,59,11,60,52r0,133r-48,0r-2,-21v-10,14,-19,24,-38,25v-37,1,-40,-34,-38,-73v2,-39,30,-43,76,-48v-1,-17,3,-37,-12,-37v-13,0,-13,11,-13,25r-45,0v0,-43,14,-56,60,-56xm85,-246r30,0r0,36r-30,0r0,-36xm39,-246r30,0r0,36r-30,0r0,-36","w":153},"\u00e3":{"d":"75,-27v20,0,11,-38,13,-59v-24,1,-26,12,-25,35v1,15,-1,24,12,24xm78,-185v44,0,59,11,60,52r0,133r-48,0r-2,-21v-10,14,-19,24,-38,25v-37,1,-40,-34,-38,-73v2,-39,30,-43,76,-48v-1,-17,3,-37,-12,-37v-13,0,-13,11,-13,25r-45,0v0,-43,14,-56,60,-56xm115,-247v3,36,-28,40,-50,27v-5,0,-8,5,-8,10r-18,0v-2,-34,27,-39,50,-27v5,0,8,-4,8,-10r18,0","w":153},"\u00e5":{"d":"75,-27v20,0,11,-38,13,-59v-24,1,-26,12,-25,35v1,15,-1,24,12,24xm78,-185v44,0,59,11,60,52r0,133r-48,0r-2,-21v-10,14,-19,24,-38,25v-37,1,-40,-34,-38,-73v2,-39,30,-43,76,-48v-1,-17,3,-37,-12,-37v-13,0,-13,11,-13,25r-45,0v0,-43,14,-56,60,-56xm95,-228v0,-7,-6,-14,-13,-14v-8,-1,-14,7,-14,14v0,7,7,14,14,13v6,0,13,-6,13,-13xm51,-228v0,-17,15,-31,31,-31v17,0,31,14,31,31v0,17,-13,30,-31,30v-18,1,-31,-14,-31,-30","w":153},"\u00e7":{"d":"79,-185v46,0,65,17,63,64r-50,0v0,-17,2,-33,-14,-33v-13,1,-12,10,-13,25r0,77v1,15,0,24,13,25v16,0,12,-22,13,-39r51,0v3,49,-15,70,-63,70v-64,0,-66,-42,-65,-108v1,-58,11,-80,65,-81xm91,45v1,-11,-12,-10,-24,-10r0,-35r16,0v1,5,-2,13,1,16v23,0,34,9,34,30v1,35,-45,33,-72,24r5,-17v14,3,39,10,40,-8","w":152},"\u00e9":{"d":"78,-185v62,-2,65,39,64,103r-77,0v2,21,-7,54,13,55v15,0,14,-14,14,-31r50,0v1,45,-18,62,-63,62v-64,0,-66,-43,-65,-108v1,-58,11,-80,64,-81xm79,-156v-19,-1,-13,26,-14,45r27,0v-1,-19,4,-45,-13,-45xm77,-252r40,0r-28,48r-26,0","w":155},"\u00e8":{"d":"78,-185v62,-2,65,39,64,103r-77,0v2,21,-7,54,13,55v15,0,14,-14,14,-31r50,0v1,45,-18,62,-63,62v-64,0,-66,-43,-65,-108v1,-58,11,-80,64,-81xm79,-156v-19,-1,-13,26,-14,45r27,0v-1,-19,4,-45,-13,-45xm40,-252r40,0r14,48r-26,0","w":155},"\u00ea":{"d":"78,-185v62,-2,65,39,64,103r-77,0v2,21,-7,54,13,55v15,0,14,-14,14,-31r50,0v1,45,-18,62,-63,62v-64,0,-66,-43,-65,-108v1,-58,11,-80,64,-81xm79,-156v-19,-1,-13,26,-14,45r27,0v-1,-19,4,-45,-13,-45xm60,-252r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":155},"\u00eb":{"d":"78,-185v62,-2,65,39,64,103r-77,0v2,21,-7,54,13,55v15,0,14,-14,14,-31r50,0v1,45,-18,62,-63,62v-64,0,-66,-43,-65,-108v1,-58,11,-80,64,-81xm79,-156v-19,-1,-13,26,-14,45r27,0v-1,-19,4,-45,-13,-45xm86,-246r30,0r0,36r-30,0r0,-36xm40,-246r30,0r0,36r-30,0r0,-36","w":155},"\u00ed":{"d":"15,-181r51,0r0,181r-51,0r0,-181xm40,-252r40,0r-28,48r-26,0","w":81},"\u00ec":{"d":"15,-181r51,0r0,181r-51,0r0,-181xm3,-252r40,0r14,48r-26,0","w":81},"\u00ee":{"d":"15,-181r51,0r0,181r-51,0r0,-181xm23,-252r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":81},"\u00ef":{"d":"15,-181r51,0r0,181r-51,0r0,-181xm49,-246r30,0r0,36r-30,0r0,-36xm3,-246r30,0r0,36r-30,0r0,-36","w":81},"\u00f1":{"d":"104,-185v31,0,35,17,35,53r0,132r-51,0r0,-126v-1,-14,0,-22,-11,-22v-10,1,-10,9,-11,22r0,126r-51,0r0,-181r50,0r1,21v10,-13,19,-25,38,-25xm115,-247v3,36,-28,40,-50,27v-5,0,-8,5,-8,10r-18,0v-2,-34,27,-39,50,-27v5,0,8,-4,8,-10r18,0","w":154},"\u00f3":{"d":"78,-185v63,-3,65,43,64,108v-1,57,-11,79,-64,81v-63,2,-65,-43,-64,-108v1,-58,11,-80,64,-81xm78,-27v12,0,13,-9,13,-25r0,-77v-1,-15,0,-25,-13,-25v-13,0,-12,10,-13,25r0,77v1,15,0,25,13,25xm77,-252r40,0r-28,48r-26,0","w":155},"\u00f2":{"d":"78,-185v63,-3,65,43,64,108v-1,57,-11,79,-64,81v-63,2,-65,-43,-64,-108v1,-58,11,-80,64,-81xm78,-27v12,0,13,-9,13,-25r0,-77v-1,-15,0,-25,-13,-25v-13,0,-12,10,-13,25r0,77v1,15,0,25,13,25xm40,-252r40,0r14,48r-26,0","w":155},"\u00f4":{"d":"78,-185v63,-3,65,43,64,108v-1,57,-11,79,-64,81v-63,2,-65,-43,-64,-108v1,-58,11,-80,64,-81xm78,-27v12,0,13,-9,13,-25r0,-77v-1,-15,0,-25,-13,-25v-13,0,-12,10,-13,25r0,77v1,15,0,25,13,25xm60,-252r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":155},"\u00f6":{"d":"78,-185v63,-3,65,43,64,108v-1,57,-11,79,-64,81v-63,2,-65,-43,-64,-108v1,-58,11,-80,64,-81xm78,-27v12,0,13,-9,13,-25r0,-77v-1,-15,0,-25,-13,-25v-13,0,-12,10,-13,25r0,77v1,15,0,25,13,25xm86,-246r30,0r0,36r-30,0r0,-36xm40,-246r30,0r0,36r-30,0r0,-36","w":155},"\u00f5":{"d":"78,-185v63,-3,65,43,64,108v-1,57,-11,79,-64,81v-63,2,-65,-43,-64,-108v1,-58,11,-80,64,-81xm78,-27v12,0,13,-9,13,-25r0,-77v-1,-15,0,-25,-13,-25v-13,0,-12,10,-13,25r0,77v1,15,0,25,13,25xm116,-247v3,36,-28,40,-50,27v-5,0,-8,5,-8,10r-18,0v-2,-34,27,-39,50,-27v5,0,8,-4,8,-10r18,0","w":155},"\u00fa":{"d":"50,4v-31,0,-35,-19,-35,-53r0,-132r51,0r0,127v0,14,0,22,11,22v10,0,11,-9,11,-22r0,-127r51,0r0,181r-49,0r-2,-21v-10,14,-19,25,-38,25xm76,-252r40,0r-28,48r-26,0","w":154},"\u00f9":{"d":"50,4v-31,0,-35,-19,-35,-53r0,-132r51,0r0,127v0,14,0,22,11,22v10,0,11,-9,11,-22r0,-127r51,0r0,181r-49,0r-2,-21v-10,14,-19,25,-38,25xm39,-252r40,0r14,48r-26,0","w":154},"\u00fb":{"d":"50,4v-31,0,-35,-19,-35,-53r0,-132r51,0r0,127v0,14,0,22,11,22v10,0,11,-9,11,-22r0,-127r51,0r0,181r-49,0r-2,-21v-10,14,-19,25,-38,25xm59,-252r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":154},"\u00fc":{"d":"50,4v-31,0,-35,-19,-35,-53r0,-132r51,0r0,127v0,14,0,22,11,22v10,0,11,-9,11,-22r0,-127r51,0r0,181r-49,0r-2,-21v-10,14,-19,25,-38,25xm85,-246r30,0r0,36r-30,0r0,-36xm39,-246r30,0r0,36r-30,0r0,-36","w":154},"\u2020":{"d":"49,-259r42,0r0,55r35,0r0,37r-35,0r0,167r-42,0r0,-167r-35,0r0,-37r35,0r0,-55","w":140},"\u00b0":{"d":"90,-204v0,-17,-14,-31,-31,-31v-16,0,-31,15,-31,31v0,17,15,31,31,31v17,1,31,-15,31,-31xm6,-204v0,-28,25,-53,53,-53v30,0,54,25,54,53v0,29,-25,54,-54,54v-29,0,-53,-25,-53,-54","w":118},"\u00a2":{"d":"15,-81v-1,-57,1,-102,52,-103r0,-30r24,0r0,30v37,2,52,22,51,63r-50,0v-1,-16,2,-33,-13,-33v-13,1,-12,10,-13,25r0,73v1,15,0,24,13,25v17,1,12,-22,13,-39r51,0v2,44,-11,68,-52,69r0,34r-24,0r0,-34v-44,-4,-51,-28,-52,-80","w":158},"\u00a3":{"d":"92,-255v48,0,60,18,59,67r-48,0v-1,-17,2,-34,-11,-36v-22,3,-8,48,-12,74r38,0r0,38r-38,0r0,74r71,0r0,38r-144,0r0,-38r25,0r0,-74r-25,0r0,-38r25,0v-1,-59,-5,-105,60,-105","w":158},"\u00a7":{"d":"93,-103v23,-17,8,-50,-18,-55v-22,18,-9,49,18,55xm28,-214v-2,-48,59,-58,102,-43r0,36v-18,-7,-54,-19,-57,7v0,7,10,16,29,26v30,17,45,22,45,54v0,22,-14,36,-30,47v42,26,21,98,-37,91v-10,-1,-31,-1,-48,-8r0,-37v16,8,26,11,42,12v12,1,22,-4,22,-15v-7,-27,-80,-38,-75,-80v3,-24,14,-34,30,-48v-14,-11,-22,-22,-23,-42","w":168},"\u2022":{"d":"106,-82v-29,0,-52,-24,-52,-52v0,-28,24,-52,52,-52v28,0,52,25,52,52v0,28,-25,52,-52,52","w":212},"\u00b6":{"d":"7,-199v0,-37,30,-62,69,-61r97,0r0,20r-20,0r0,240r-27,0r0,-240r-27,0r0,240r-27,0r0,-138v-37,-1,-65,-24,-65,-61"},"\u00df":{"d":"82,-263v60,-2,69,33,66,92v-44,33,30,65,20,119v5,53,-39,57,-87,50r0,-34v28,15,54,-9,35,-39v-17,-27,-58,-79,-15,-105v-1,-25,5,-54,-18,-53v-17,1,-17,12,-17,35r0,198r-50,0r0,-190v-4,-54,18,-71,66,-73","w":179,"k":{"\u203a":-13,"\u2039":-8,"\u2019":-7,"\u201d":-7,"\u00bb":-13,"\u00ab":-8,"-":-8}},"\u00ae":{"d":"178,-160v0,-23,-24,-22,-47,-22r0,42v23,0,47,2,47,-20xm153,-204v63,-12,83,67,30,80r32,65r-39,0r-28,-59r-17,0r0,59r-35,0r0,-145r57,0xm259,-127v0,-67,-43,-111,-109,-111v-68,0,-109,45,-109,109v0,65,43,109,109,109v64,0,109,-42,109,-107xm20,-129v0,-80,53,-131,130,-131v79,0,131,54,131,131v0,79,-53,131,-131,131v-78,0,-130,-52,-130,-131","w":299},"\u00a9":{"d":"80,-128v0,-65,66,-101,115,-66v12,8,17,21,18,36r-33,0v-1,-16,-14,-26,-30,-26v-46,0,-49,109,1,108v18,0,28,-12,30,-29r34,0v-1,34,-29,54,-65,54v-45,0,-70,-31,-70,-77xm259,-129v0,-65,-44,-109,-109,-109v-66,0,-109,44,-109,109v0,65,44,109,109,109v65,0,109,-43,109,-109xm20,-129v0,-78,51,-131,130,-131v78,0,131,53,131,131v0,79,-54,131,-131,131v-77,0,-130,-53,-130,-131","w":299},"\u2122":{"d":"141,-257r35,0r22,58r22,-58r34,0r0,96r-24,0r0,-72r-27,72r-10,0r-28,-72r0,72r-24,0r0,-96xm36,-257r86,0r0,20r-30,0r0,76r-26,0r0,-76r-30,0r0,-20","w":299},"\u00b4":{"d":"89,-252r40,0r-28,48r-26,0"},"\u00a8":{"d":"98,-246r30,0r0,36r-30,0r0,-36xm52,-246r30,0r0,36r-30,0r0,-36"},"\u2260":{"d":"211,-217r26,21r-27,34r45,0r0,34r-68,0r-34,42r102,0r0,33r-124,0r-43,55r-26,-21r27,-34r-44,0r0,-33r66,0r33,-42r-99,0r0,-34r122,0","w":299},"\u00c6":{"d":"88,-237r-22,143r33,0r-7,-143r-4,0xm49,-259r158,0r0,40r-63,0r4,63r56,0r0,41r-54,0r5,75r57,0r0,40r-108,0r-4,-54r-41,0r-9,54r-49,0","w":223,"k":{"\u201e":-7,"\u201a":-7,"\u203a":-13,"\u2039":-7,"\u2019":-7,"\u2018":-13,"\u201d":-7,"\u201c":-13,"\u00bb":-13,"\u00ab":-7,"-":-7}},"\u00d8":{"d":"90,-36v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40xm18,-88v-1,-94,-14,-201,101,-172r10,-31r26,9r-13,34v31,26,17,104,20,160v5,77,-31,101,-101,89r-13,36r-25,-9r15,-39v-17,-15,-20,-41,-20,-77","k":{"\u203a":-13,"\u2039":-7,"\u2019":-7,"\u201d":-7,"\u00bb":-13,"\u00ab":-7,";":-7,":":-7,"-":-7}},"\u221e":{"d":"246,-107v0,-30,-36,-47,-57,-25v-6,7,-15,18,-23,33v12,35,80,38,80,-8xm54,-107v-1,29,36,47,58,25v7,-7,15,-18,23,-34v-13,-34,-80,-36,-81,9xm210,-35v-32,0,-41,-20,-59,-45v-14,25,-26,44,-57,45v-34,1,-58,-35,-58,-72v0,-39,19,-72,54,-72v32,0,42,20,59,45v14,-25,27,-46,57,-46v34,0,58,36,58,73v0,38,-19,72,-54,72","w":299},"\u00b1":{"d":"45,-35r210,0r0,35r-210,0r0,-35xm132,-215r36,0r0,57r87,0r0,35r-87,0r0,57r-36,0r0,-57r-87,0r0,-35r87,0r0,-57","w":299},"\u2264":{"d":"45,-34r210,0r0,34r-210,0r0,-34xm255,-218r0,37r-147,46r147,46r0,37r-210,-68r0,-30","w":299},"\u2265":{"d":"45,-34r210,0r0,34r-210,0r0,-34xm46,-218r209,68r0,30r-209,68r0,-37r146,-46r-146,-46r0,-37","w":299},"\u00a5":{"d":"13,-251r48,0v10,35,13,78,26,110r27,-110r43,0r-24,78r31,0r0,21r-38,0r-11,34r49,0r0,21r-56,0r0,97r-48,0r0,-97r-54,0r0,-21r47,0r-10,-34r-37,0r0,-21r31,0","w":169},"\u00b5":{"d":"130,-21v-10,33,-60,34,-75,6r-16,92r-50,0r47,-269r51,0v-6,41,-15,79,-19,124v-3,36,43,41,57,18v18,-29,23,-98,32,-142r51,0r-34,192r-47,0","w":219},"\u2202":{"d":"84,-148v27,1,40,12,50,32v4,-31,18,-87,-10,-99v-10,-1,-43,29,-54,26v-10,0,-18,-9,-17,-18v1,-18,28,-31,52,-30v49,1,75,48,75,104v0,70,-34,136,-98,137v-40,1,-69,-31,-69,-71v0,-42,29,-81,71,-81xm82,-8v30,0,41,-46,41,-83v0,-23,-7,-42,-26,-42v-30,0,-41,45,-41,83v0,24,7,42,26,42","w":192},"\u2211":{"d":"12,-259r230,0r0,47r-155,0r109,113r-109,121r164,0r0,47r-244,0r0,-30r123,-136r-118,-121r0,-41","w":258},"\u220f":{"d":"26,-259r230,0r0,328r-60,0r0,-277r-109,0r0,277r-61,0r0,-328","w":283},"\u03c0":{"d":"-6,-130v7,-47,24,-62,76,-62r168,0r-7,39r-31,0r-27,153r-50,0r26,-153r-41,0r-27,153r-50,0r26,-153v-17,-1,-23,8,-26,23r-37,0","w":231},"\u222b":{"d":"55,29v0,10,-2,15,5,15v12,0,18,-37,21,-112v4,-101,1,-196,81,-205v38,-4,54,55,14,55v-15,0,-22,-10,-22,-26v0,-6,-2,-8,-6,-8v-11,0,-18,37,-21,111v-4,101,3,193,-80,207v-37,7,-55,-55,-13,-55v11,0,21,8,21,18","w":208},"\u00aa":{"d":"56,-152v17,-1,8,-26,9,-41v-23,-4,-25,37,-9,41xm58,-262v71,0,39,75,46,129r-37,0r-1,-15v-13,28,-63,22,-57,-18v-4,-41,17,-46,57,-49v0,-12,1,-26,-9,-26v-9,0,-10,7,-10,18r-34,0v0,-32,12,-39,45,-39","w":115},"\u00ba":{"d":"58,-262v46,-2,48,28,48,75v0,42,-9,56,-47,57v-46,2,-48,-28,-48,-75v0,-42,9,-56,47,-57xm58,-152v21,-5,6,-49,10,-71v-1,-12,0,-17,-9,-18v-20,5,-6,50,-10,72v1,11,0,17,9,17","w":117},"\u03a9":{"d":"259,-144v0,45,-19,75,-43,99r51,0r0,45r-107,0r0,-51v58,-27,67,-167,-22,-167v-43,0,-68,32,-67,76v0,43,19,73,46,91r0,51r-107,0r0,-45r51,0v-26,-24,-43,-54,-44,-99v-1,-73,49,-121,121,-121v73,0,122,48,121,121","w":276},"\u00e6":{"d":"78,-27v23,0,11,-37,14,-58v-25,-1,-30,10,-29,34v1,16,1,24,15,24xm156,-154v-18,-1,-13,22,-14,40r28,0v-1,-18,3,-40,-14,-40xm18,-129v-11,-61,64,-66,101,-46v8,-7,20,-10,36,-10v58,-1,62,38,61,100r-74,0v2,21,-8,58,12,58v15,0,12,-14,13,-31r49,0v12,64,-85,81,-111,40v-19,35,-104,31,-92,-29v-6,-55,23,-69,79,-67v-1,-18,4,-41,-14,-40v-13,0,-14,10,-14,25r-46,0","w":230},"\u00f8":{"d":"78,-27v12,0,13,-9,13,-25r0,-77v-1,-15,0,-25,-13,-25v-13,0,-12,10,-13,25r0,77v1,15,0,25,13,25xm14,-77v-8,-83,23,-123,94,-104r13,-27r17,9r-13,28v19,16,15,56,17,94v5,72,-37,91,-97,76r-13,27r-18,-8r15,-31v-12,-11,-12,-37,-15,-64","w":155,"k":{"\u203a":-13,"\u2039":-7,"\u2018":6,"\u201c":6,"\u00bb":-13,"\u00ab":-7,";":-7,":":-7,"-":-7}},"\u00bf":{"d":"81,4v-62,0,-74,-52,-51,-97v14,-27,34,-46,29,-91r43,0v9,66,-29,82,-34,135v-1,12,3,21,13,21v16,0,13,-13,14,-32r46,0v2,46,-14,64,-60,64xm59,-259r43,0r0,48r-43,0r0,-48","w":155},"\u00a1":{"d":"34,-184r32,0r7,184r-46,0xm29,-259r42,0r0,48r-42,0r0,-48","w":100},"\u00ac":{"d":"45,-152r210,0r0,88r-35,0r0,-53r-175,0r0,-35","w":299},"\u221a":{"d":"201,-298r36,0r0,23r-18,0r-104,282r-18,0r-54,-151r-25,9r-5,-20r58,-20r41,116","w":236},"\u0192":{"d":"21,36v13,0,22,-1,23,-12r6,-166r-14,0r0,-30r16,0v-3,-59,11,-96,74,-81r0,30v-30,-6,-21,28,-23,51r15,0r0,30r-17,0v-6,64,6,154,-18,199v-8,15,-38,12,-62,10r0,-31","w":158},"\u2248":{"d":"203,-78v28,-1,45,-11,66,-27r0,39v-20,13,-39,23,-67,24v-20,1,-80,-24,-103,-23v-29,2,-45,13,-68,28r0,-39v21,-13,40,-23,68,-25v24,-2,84,24,104,23xm203,-150v28,-2,43,-13,66,-27r0,38v-20,14,-38,24,-66,25v-20,2,-81,-25,-104,-23v-30,3,-43,12,-68,27r0,-38v21,-14,41,-22,68,-25v25,-2,83,24,104,23","w":299},"\u2206":{"d":"125,-195r-57,150r115,0xm99,-259r53,0r99,259r-251,0","w":250},"\u00ab":{"d":"103,-169r32,0r-16,77r16,76r-32,0r-27,-76xm42,-169r31,0r-15,77r15,76r-31,0r-28,-76","w":150,"k":{"\u00d0":-13,"\u0141":-13,"\uf002":-13,"\uf001":-13,"\u0153":-13,"\u0152":-13,"\u00f8":-13,"\u00d8":-13,"\u00c6":-13,"\u00df":-13,"y":-13,"w":-13,"r":-13,"o":-13,"n":-13,"f":-13,"Z":-13,"X":-13,"W":-7,"R":-13,"P":-13,"O":-13,"L":-13,"K":-13,"J":-13,"H":-13,"G":-13,"F":-13,"D":-13,"C":-13,"B":-13,"A":-13}},"\u00bb":{"d":"77,-169r32,0r27,77r-27,76r-32,0r16,-76xm16,-169r31,0r28,77r-28,76r-31,0r15,-76","w":150,"k":{"\u00d0":-7,"\u0141":-7,"\u0153":-7,"\u0152":-7,"\u00f8":-7,"\u00d8":-7,"\u00df":-7,"y":-7,"w":-7,"r":-7,"o":-7,"n":-7,"Y":13,"T":6,"R":-7,"P":-7,"O":-7,"L":-7,"K":-7,"J":-7,"H":-7,"G":-7,"F":-7,"D":-7,"C":-7,"B":-7}},"\u2026":{"d":"40,-48r41,0r0,48r-41,0r0,-48xm159,-48r41,0r0,48r-41,0r0,-48xm280,-48r41,0r0,48r-41,0r0,-48","w":360},"\u00a0":{"w":158},"\u00c0":{"d":"83,-215r-17,121r33,0v-7,-39,-6,-86,-16,-121xm51,-259r69,0r43,259r-52,0r-7,-54r-45,0r-9,54r-47,0xm45,-330r40,0r14,48r-26,0","w":165},"\u00c3":{"d":"83,-215r-17,121r33,0v-7,-39,-6,-86,-16,-121xm51,-259r69,0r43,259r-52,0r-7,-54r-45,0r-9,54r-47,0xm121,-325v3,36,-28,40,-50,27v-5,0,-8,5,-8,10r-18,0v-2,-34,27,-39,50,-27v5,0,8,-4,8,-10r18,0","w":165},"\u00d5":{"d":"90,-263v92,-6,72,93,72,175v0,65,-11,88,-72,92v-92,6,-72,-93,-72,-175v0,-65,11,-88,72,-92xm90,-36v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40xm128,-325v3,36,-28,40,-50,27v-5,0,-8,5,-8,10r-18,0v-2,-34,27,-39,50,-27v5,0,8,-4,8,-10r18,0"},"\u0152":{"d":"71,-79v-1,38,3,38,38,39r0,-179v-35,0,-39,2,-38,39r0,101xm18,-89v1,-93,-18,-187,92,-170r105,0r0,40r-52,0r0,63r49,0r0,41r-49,0r0,75r57,0r0,40r-115,0v-70,3,-88,-21,-87,-89","w":231},"\u0153":{"d":"155,-154v-20,0,-15,23,-16,42r30,0v-1,-18,4,-42,-14,-42xm77,-27v13,0,14,-9,14,-25r0,-77v0,-16,-1,-25,-14,-25v-12,0,-14,10,-14,25r0,77v0,16,1,25,14,25xm76,-185v18,0,31,5,39,15v10,-10,25,-15,44,-15v56,-2,59,43,58,103r-78,0v2,21,-7,55,15,55v15,1,14,-14,14,-31r49,0v10,59,-66,78,-102,48v-8,9,-20,14,-39,14v-62,0,-62,-44,-62,-108v1,-57,10,-79,62,-81","w":231},"\u2013":{"d":"0,-108r180,0r0,36r-180,0r0,-36"},"\u2014":{"d":"0,-108r360,0r0,36r-360,0r0,-36","w":360},"\u201c":{"d":"100,-259r33,0r-10,78r-47,0xm32,-259r34,0r-10,78r-47,0","w":146,"k":{"\uf002":-10,"\uf001":-10,"\u00c6":23,"\u00df":-7,"y":-13,"w":-13,"r":-7,"n":-7,"f":-10,"Y":-7,"X":-7,"W":-8,"V":-7,"T":-7,"J":41,"A":21}},"\u201d":{"d":"86,-259r47,0r-23,78r-34,0xm18,-259r48,0r-24,78r-33,0","w":146},"\u2018":{"d":"32,-259r34,0r-10,78r-47,0","w":79,"k":{"\uf002":-10,"\uf001":-10,"\u00c6":23,"\u00df":-7,"y":-13,"w":-13,"r":-7,"n":-7,"f":-10,"Y":-7,"X":-7,"W":-8,"V":-7,"T":-7,"J":41,"A":21}},"\u2019":{"d":"18,-259r48,0r-24,78r-33,0","w":79},"\u00f7":{"d":"123,-38v0,-15,13,-27,27,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,1,-27,-12,-27,-26xm45,-125r210,0r0,35r-210,0r0,-35xm123,-176v0,-15,13,-27,27,-27v14,0,27,12,27,27v0,14,-12,26,-27,26v-14,0,-27,-12,-27,-26","w":299},"\u25ca":{"d":"89,-248r-68,144r68,145r68,-145xm89,-291r88,187r-88,188r-88,-188","w":177},"\u00ff":{"d":"2,-181r50,0v7,34,6,75,16,105r19,-105r43,0r-65,249r-41,0r18,-69xm73,-246r30,0r0,36r-30,0r0,-36xm27,-246r30,0r0,36r-30,0r0,-36","w":129},"\u0178":{"d":"0,-259r54,0v10,35,12,77,25,109r22,-109r47,0r-48,155r0,104r-53,0r0,-104xm82,-324r30,0r0,36r-30,0r0,-36xm36,-324r30,0r0,36r-30,0r0,-36","w":148},"\u2215":{"d":"98,-255r22,0r-157,259r-23,0","w":60},"\u00a4":{"d":"158,-156v0,-25,-23,-48,-48,-48v-27,0,-49,22,-49,48v-1,27,22,50,49,49v26,0,48,-23,48,-49xm47,-113v-16,-21,-17,-63,0,-85r-35,-36r18,-19r36,36v22,-18,65,-18,87,0r35,-36r19,19r-36,36v17,20,17,65,0,85r36,36r-19,18r-35,-35v-20,17,-67,17,-87,0r-36,35r-18,-18","w":218},"\u2039":{"d":"42,-169r31,0r-15,77r15,76r-31,0r-28,-76","w":89,"k":{"\u00d0":-13,"\u0141":-13,"\uf002":-13,"\uf001":-13,"\u0153":-13,"\u0152":-13,"\u00f8":-13,"\u00d8":-13,"\u00c6":-13,"\u00df":-13,"y":-13,"w":-13,"r":-13,"o":-13,"n":-13,"f":-13,"Z":-13,"X":-13,"W":-7,"R":-13,"P":-13,"O":-13,"L":-13,"K":-13,"J":-13,"H":-13,"G":-13,"F":-13,"D":-13,"C":-13,"B":-13,"A":-13}},"\u203a":{"d":"16,-169r31,0r28,77r-28,76r-31,0r15,-76","w":89,"k":{"\u00d0":-7,"\u0141":-7,"\u0153":-7,"\u0152":-7,"\u00f8":-7,"\u00d8":-7,"\u00df":-7,"y":-7,"w":-7,"r":-7,"o":-7,"n":-7,"Y":13,"T":6,"R":-7,"P":-7,"O":-7,"L":-7,"K":-7,"J":-7,"H":-7,"G":-7,"F":-7,"D":-7,"C":-7,"B":-7}},"\uf001":{"d":"98,-181r50,0r0,181r-50,0r0,-181xm17,-181v-6,-62,8,-90,72,-82r0,31v-31,-6,-20,28,-22,51r16,0r0,31r-16,0r0,150r-50,0r0,-150r-15,0r0,-31r15,0xm100,-263r46,0r0,41r-46,0r0,-41","w":163},"\uf002":{"d":"17,-181v-7,-62,11,-92,72,-82r0,31v-31,-6,-20,28,-22,51r16,0r0,31r-16,0r0,150r-50,0r0,-150r-15,0r0,-31r15,0xm98,-263r50,0r0,263r-50,0r0,-263","w":163},"\u2021":{"d":"52,-259r43,0r0,51r35,0r0,37r-35,0r0,71r35,0r0,37r-35,0r0,63r-43,0r0,-63r-35,0r0,-37r35,0r0,-71r-35,0r0,-37r35,0r0,-51","w":146},"\u00b7":{"d":"16,-125v0,-13,11,-24,23,-24v13,0,25,11,24,24v0,12,-11,23,-24,23v-11,0,-23,-12,-23,-23","w":79},"\u201a":{"d":"18,-48r48,0r-24,78r-33,0","w":79,"k":{"\u00d0":-7,"\u0141":-7,"\u0153":-7,"\u0152":6,"\u00f8":-7,"\u00d8":6,"\u00c6":-13,"\u00df":-7,"y":-7,"r":-7,"o":-7,"n":-7,"Z":-7,"Y":20,"X":-8,"W":13,"V":20,"T":23,"R":-7,"P":-7,"O":6,"L":-7,"K":-7,"J":-7,"H":-7,"G":-7,"F":-7,"D":-7,"C":6,"B":-7,"A":-7}},"\u201e":{"d":"86,-48r47,0r-23,78r-34,0xm18,-48r48,0r-24,78r-33,0","w":146,"k":{"\u00d0":-7,"\u0141":-7,"\u0153":-7,"\u0152":6,"\u00f8":-7,"\u00d8":6,"\u00c6":-13,"\u00df":-7,"y":-7,"r":-7,"o":-7,"n":-7,"Z":-7,"Y":20,"X":-8,"W":13,"V":20,"T":23,"R":-7,"P":-7,"O":6,"L":-7,"K":-7,"J":-7,"H":-7,"G":-7,"F":-7,"D":-7,"C":6,"B":-7,"A":-7}},"\u2030":{"d":"266,-127v50,-4,39,47,39,90v0,31,-9,39,-39,41v-49,3,-38,-48,-38,-90v0,-31,9,-39,38,-41xm170,-127v50,-4,36,48,38,90v1,30,-9,39,-38,41v-50,3,-39,-47,-39,-90v0,-31,10,-39,39,-41xm267,-18v20,-6,10,-49,10,-72v0,-9,-3,-15,-10,-15v-8,0,-11,6,-10,15r0,57v-1,9,2,15,10,15xm170,-18v8,0,10,-6,10,-15r0,-57v0,-9,-3,-15,-10,-15v-8,0,-10,6,-10,15r0,57v0,9,2,15,10,15xm52,-255v50,-4,39,47,39,90v0,32,-9,39,-39,41v-49,4,-38,-48,-38,-90v0,-30,9,-39,38,-41xm53,-146v21,-7,6,-49,10,-72v0,-9,-3,-14,-10,-15v-9,1,-10,5,-10,15r0,58v0,9,1,14,10,14xm144,-255r21,0r-87,259r-21,0","w":319},"\u00c2":{"d":"83,-215r-17,121r33,0v-7,-39,-6,-86,-16,-121xm51,-259r69,0r43,259r-52,0r-7,-54r-45,0r-9,54r-47,0xm65,-330r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":165},"\u00ca":{"d":"18,-259r107,0r0,40r-53,0r0,63r49,0r0,41r-49,0r0,75r57,0r0,40r-111,0r0,-259xm52,-330r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":140},"\u00c1":{"d":"83,-215r-17,121r33,0v-7,-39,-6,-86,-16,-121xm51,-259r69,0r43,259r-52,0r-7,-54r-45,0r-9,54r-47,0xm82,-330r40,0r-28,48r-26,0","w":165},"\u00cb":{"d":"18,-259r107,0r0,40r-53,0r0,63r49,0r0,41r-49,0r0,75r57,0r0,40r-111,0r0,-259xm78,-324r30,0r0,36r-30,0r0,-36xm32,-324r30,0r0,36r-30,0r0,-36","w":140},"\u00c8":{"d":"18,-259r107,0r0,40r-53,0r0,63r49,0r0,41r-49,0r0,75r57,0r0,40r-111,0r0,-259xm32,-330r40,0r14,48r-26,0","w":140},"\u00cd":{"d":"20,-259r53,0r0,259r-53,0r0,-259xm45,-330r40,0r-28,48r-26,0","w":92},"\u00ce":{"d":"20,-259r53,0r0,259r-53,0r0,-259xm28,-330r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":92},"\u00cf":{"d":"20,-259r53,0r0,259r-53,0r0,-259xm54,-324r30,0r0,36r-30,0r0,-36xm8,-324r30,0r0,36r-30,0r0,-36","w":92},"\u00cc":{"d":"20,-259r53,0r0,259r-53,0r0,-259xm8,-330r40,0r14,48r-26,0","w":92},"\u00d3":{"d":"90,-263v92,-6,72,93,72,175v0,65,-11,88,-72,92v-92,6,-72,-93,-72,-175v0,-65,11,-88,72,-92xm90,-36v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40xm89,-330r40,0r-28,48r-26,0"},"\u00d4":{"d":"90,-263v92,-6,72,93,72,175v0,65,-11,88,-72,92v-92,6,-72,-93,-72,-175v0,-65,11,-88,72,-92xm90,-36v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40xm72,-330r36,0r18,48r-25,0r-11,-25r-11,25r-25,0"},"\uf000":{"d":"205,-284v6,37,-31,78,-58,68v-2,-36,27,-63,58,-68xm224,-130v0,31,17,49,41,59v-23,43,-30,71,-72,77v-10,1,-35,-13,-45,-11v-9,-2,-38,12,-45,11v-89,-15,-126,-219,-4,-222v13,0,38,12,49,12v20,-6,57,-21,83,-6v10,5,19,12,28,22v-20,13,-35,28,-35,58","w":284},"\u00d2":{"d":"90,-263v92,-6,72,93,72,175v0,65,-11,88,-72,92v-92,6,-72,-93,-72,-175v0,-65,11,-88,72,-92xm90,-36v19,-2,18,-14,19,-40r0,-107v-1,-27,1,-40,-19,-40v-20,0,-18,14,-19,40r0,107v1,28,0,37,19,40xm52,-330r40,0r14,48r-26,0"},"\u00da":{"d":"89,4v-60,0,-70,-27,-71,-92r0,-171r54,0r0,183v1,27,-1,37,18,40v18,-3,16,-14,17,-40r0,-183r54,0r0,171v-1,64,-11,92,-72,92xm89,-330r40,0r-28,48r-26,0","w":179},"\u00db":{"d":"89,4v-60,0,-70,-27,-71,-92r0,-171r54,0r0,183v1,27,-1,37,18,40v18,-3,16,-14,17,-40r0,-183r54,0r0,171v-1,64,-11,92,-72,92xm72,-330r36,0r18,48r-25,0r-11,-25r-11,25r-25,0","w":179},"\u00d9":{"d":"89,4v-60,0,-70,-27,-71,-92r0,-171r54,0r0,183v1,27,-1,37,18,40v18,-3,16,-14,17,-40r0,-183r54,0r0,171v-1,64,-11,92,-72,92xm52,-330r40,0r14,48r-26,0","w":179},"\u0131":{"d":"15,-181r51,0r0,181r-51,0r0,-181","w":81},"\u02c6":{"d":"72,-252r36,0r18,48r-25,0r-11,-25r-11,25r-25,0"},"\u02dc":{"d":"128,-247v3,36,-28,40,-50,27v-5,0,-8,5,-8,10r-18,0v-2,-34,27,-39,50,-27v5,0,8,-4,8,-10r18,0"},"\u00af":{"d":"56,-242r68,0r0,28r-68,0r0,-28"},"\u02d8":{"d":"90,-208v-25,0,-39,-12,-38,-38r20,0v0,18,36,18,36,0r20,0v1,26,-12,38,-38,38"},"\u02d9":{"d":"73,-250r34,0r0,40r-34,0r0,-40"},"\u02da":{"d":"90,-217v19,0,15,-28,0,-28v-17,0,-16,29,0,28xm59,-231v0,-16,15,-30,31,-30v18,0,31,14,31,30v0,17,-14,31,-31,31v-16,0,-31,-14,-31,-31"},"\u00b8":{"d":"105,45v1,-11,-12,-10,-24,-10r0,-35r16,0v1,5,-2,13,1,16v23,0,34,9,34,30v1,35,-45,33,-72,24r5,-17v14,3,39,10,40,-8"},"\u02dd":{"d":"111,-252r32,0r-26,48r-19,0xm72,-252r32,0r-26,48r-19,0"},"\u02db":{"d":"113,62v-55,10,-54,-45,-21,-62r14,0v-8,12,-13,17,-14,30v-1,12,9,11,21,11r0,21"},"\u02c7":{"d":"54,-252r25,0r11,25r11,-25r25,0r-18,48r-36,0"},"\u0141":{"d":"22,-259r53,0r0,93r32,-22r0,37r-32,21r0,90r62,0r0,40r-115,0r0,-102r-22,14r0,-35r22,-15r0,-121","w":135,"k":{"\u203a":-13,"\u2039":6,"\u2019":21,"\u2018":26,"\u201d":21,"\u201c":26,"\u0153":-7,"\u00bb":-13,"\u00ab":6,"\u00f8":-7,"\u00e6":-7,"y":6,"u":-7,"o":-7,"e":-7,"a":-7,"Y":21,"W":13,"V":13,"T":20,"A":-13,"-":6}},"\u0142":{"d":"18,-259r51,0r0,97r18,-12r0,32r-18,12r0,130r-51,0r0,-106r-17,11r0,-31r17,-12r0,-121","w":87},"\u0160":{"d":"89,-263v48,0,65,31,61,81r-52,0v-1,-17,6,-42,-14,-42v-20,0,-15,38,-8,53v26,34,76,41,76,113v0,41,-28,62,-72,62v-54,0,-69,-28,-66,-84r54,0v1,19,-4,44,15,44v23,0,18,-37,11,-51v-25,-31,-74,-45,-74,-118v0,-36,30,-58,69,-58xm47,-330r25,0r11,25r11,-25r25,0r-18,48r-36,0","w":165},"\u0161":{"d":"76,-185v42,0,59,15,57,57r-47,0v0,-16,2,-28,-13,-27v-22,7,-9,38,10,41v27,14,57,25,54,70v-2,37,-24,48,-65,48v-48,0,-59,-14,-58,-62r45,0v0,17,-2,34,16,32v24,-3,14,-43,-4,-47v-28,-16,-62,-23,-58,-69v3,-31,28,-43,63,-43xm39,-252r25,0r11,25r11,-25r25,0r-18,48r-36,0","w":148},"\u017d":{"d":"15,-259r116,0r0,47r-71,175r71,0r0,37r-122,0r0,-50r70,-172r-64,0r0,-37xm33,-330r25,0r11,25r11,-25r25,0r-18,48r-36,0","w":137},"\u017e":{"d":"11,-181r91,0r0,39r-48,109r48,0r0,33r-94,0r0,-41r46,-107r-43,0r0,-33xm20,-252r25,0r11,25r11,-25r25,0r-18,48r-36,0","w":111},"\u00a6":{"d":"72,-72r36,0r0,134r-36,0r0,-134xm72,-252r36,0r0,134r-36,0r0,-134"},"\u00d0":{"d":"109,-192v0,-23,-10,-28,-34,-27r0,66r19,0r0,33r-19,0r0,80v24,1,35,-4,34,-27r0,-125xm162,-162v0,90,8,173,-89,162r-51,0r0,-120r-20,0r0,-33r20,0r0,-106r51,0v70,-2,89,27,89,97","k":{"\u203a":-13,"\u2039":-13,"\u2019":-7,"\u201d":-7,"\u00bb":-13,"\u00ab":-13,"-":-7}},"\u00f0":{"d":"78,-27v12,0,13,-9,13,-25r0,-64v-1,-15,0,-25,-13,-25v-12,0,-13,10,-13,25r0,64v1,15,0,25,13,25xm69,-221v-7,-12,-17,-23,-28,-31r13,-17v18,12,33,23,46,38r45,-15r6,18r-38,12v24,34,31,81,29,139v-1,57,-11,80,-64,81v-58,2,-64,-34,-64,-95v0,-60,22,-89,76,-78v-3,-13,-6,-24,-11,-35r-44,13r-5,-16","w":155},"\u00dd":{"d":"0,-259r54,0v10,35,12,77,25,109r22,-109r47,0r-48,155r0,104r-53,0r0,-104xm73,-330r40,0r-28,48r-26,0","w":148},"\u00fd":{"d":"2,-181r50,0v7,34,6,75,16,105r19,-105r43,0r-65,249r-41,0r18,-69xm64,-252r40,0r-28,48r-26,0","w":129},"\u00de":{"d":"99,-125v1,-29,0,-52,-31,-48r0,81v24,1,31,-8,31,-33xm152,-141v0,63,-19,93,-84,88r0,53r-50,0r0,-259r50,0r0,48v58,-1,84,14,84,70","w":160},"\u00fe":{"d":"78,-32v12,-1,11,-9,12,-22r0,-72v-1,-13,0,-22,-11,-22v-10,0,-12,9,-12,22r0,72v0,12,2,21,11,22xm140,-47v8,55,-57,66,-73,26r0,89r-51,0r0,-327r51,0r0,99v8,-14,18,-25,36,-25v57,1,30,86,37,138","w":154},"\u2212":{"d":"45,-125r210,0r0,35r-210,0r0,-35","w":299},"\u00d7":{"d":"73,-211r79,79r80,-79r24,24r-79,80r79,79r-24,24r-80,-79r-79,79r-24,-24r79,-79r-79,-80","w":299},"\u00b9":{"d":"18,-227v10,-6,18,-14,24,-23r28,0r0,150r-32,0r0,-112v-6,5,-11,9,-20,11r0,-26","w":104},"\u00b2":{"d":"52,-253v52,-5,48,54,27,82r-37,48r55,0r0,23r-89,0r0,-28v16,-30,52,-46,52,-88v0,-13,0,-17,-8,-19v-10,0,-8,13,-8,25v-10,-2,-27,3,-34,-2v1,-32,10,-38,42,-41","w":104},"\u00b3":{"d":"49,-253v49,-7,54,63,21,74v18,4,23,15,22,37v0,33,-9,44,-41,44v-33,1,-42,-10,-42,-42r33,0v0,13,-2,24,9,24v13,-3,16,-59,-11,-52r0,-23v17,2,18,-9,17,-25v-1,-11,0,-17,-8,-19v-7,2,-7,10,-7,20v-10,-1,-25,2,-33,-1v0,-30,11,-33,40,-37","w":104},"\u00bd":{"d":"210,-143v47,-4,45,51,25,77r-35,45r52,0r0,21r-85,0r0,-26v16,-28,47,-43,50,-82v1,-12,0,-17,-8,-18v-9,-1,-6,11,-7,23v-10,-2,-26,3,-32,-2v0,-30,11,-35,40,-38xm197,-255r23,0r-158,259r-22,0xm17,-229v10,-5,18,-12,23,-21r27,0r0,140r-31,0r0,-105v-5,6,-11,8,-19,11r0,-25","w":259},"\u00bc":{"d":"210,-120r-21,68r21,0v-1,-21,5,-50,0,-68xm195,-140r44,0r0,88r19,0r0,21r-19,0r0,31r-30,0r0,-31r-43,0v-1,-47,20,-72,29,-109xm197,-255r23,0r-158,259r-22,0xm17,-229v10,-5,18,-12,23,-21r27,0r0,140r-31,0r0,-105v-5,6,-11,8,-19,11r0,-25","w":259},"\u00be":{"d":"210,-120r-21,68r21,0v-1,-21,5,-50,0,-68xm195,-140r44,0r0,88r19,0r0,21r-19,0r0,31r-30,0r0,-31r-43,0v-1,-47,20,-72,29,-109xm197,-255r23,0r-158,259r-22,0xm47,-253v47,-7,51,58,20,69v17,4,23,13,22,35v0,29,-11,41,-40,41v-31,0,-41,-8,-41,-40r33,0v0,12,-2,25,8,23v13,-2,16,-55,-11,-48r0,-22v16,2,17,-7,16,-23v0,-11,1,-17,-7,-18v-8,1,-7,7,-7,19v-10,-1,-24,2,-32,-1v1,-28,10,-31,39,-35","w":259},"\u20a3":{"d":"18,-259r109,0r0,40r-55,0r0,67r51,0r0,40r-51,0r0,112r-54,0r0,-259xm203,-159v9,-14,16,-23,36,-22r0,39v-62,-2,-27,91,-36,142r-51,0r0,-181r50,0","w":239},"\u011e":{"d":"90,-263v56,0,69,27,68,85r-52,0v-1,-25,3,-45,-17,-45v-20,0,-18,15,-18,40r0,107v-2,34,7,45,36,38r0,-59r-15,0r0,-39r66,0r0,127v-23,8,-41,11,-68,13v-92,8,-72,-93,-72,-175v0,-67,11,-91,72,-92xm88,-286v-25,0,-39,-12,-38,-38r20,0v0,18,36,18,36,0r20,0v1,26,-12,38,-38,38","w":175},"\u011f":{"d":"76,-41v10,0,12,-9,12,-22r0,-63v0,-13,-2,-22,-12,-22v-11,0,-10,9,-11,22r0,63v1,14,0,22,11,22xm14,-134v-7,-55,57,-66,74,-26r1,-21r49,0r0,193v-1,46,-15,58,-62,59v-42,0,-62,-13,-62,-53r51,0v0,11,1,21,11,22v21,-4,9,-46,12,-69v-10,15,-16,25,-37,25v-53,1,-31,-79,-37,-130xm77,-208v-25,0,-39,-12,-38,-38r20,0v0,18,36,18,36,0r20,0v1,26,-12,38,-38,38","w":153},"\u0130":{"d":"20,-259r53,0r0,259r-53,0r0,-259xm29,-328r34,0r0,40r-34,0r0,-40","w":92},"\u015e":{"d":"89,-263v48,0,65,31,61,81r-52,0v-1,-17,6,-42,-14,-42v-20,0,-15,38,-8,53v26,34,76,41,76,113v0,41,-28,62,-72,62v-54,0,-69,-28,-66,-84r54,0v1,19,-4,44,15,44v23,0,18,-37,11,-51v-25,-31,-74,-45,-74,-118v0,-36,30,-58,69,-58xm98,45v1,-11,-12,-10,-24,-10r0,-35r16,0v1,5,-2,13,1,16v23,0,34,9,34,30v1,35,-45,33,-72,24r5,-17v14,3,39,10,40,-8","w":165},"\u015f":{"d":"76,-185v42,0,59,15,57,57r-47,0v0,-16,2,-28,-13,-27v-22,7,-9,38,10,41v27,14,57,25,54,70v-2,37,-24,48,-65,48v-48,0,-59,-14,-58,-62r45,0v0,17,-2,34,16,32v24,-3,14,-43,-4,-47v-28,-16,-62,-23,-58,-69v3,-31,28,-43,63,-43xm90,45v1,-11,-12,-10,-24,-10r0,-35r16,0v1,5,-2,13,1,16v23,0,34,9,34,30v1,35,-45,33,-72,24r5,-17v14,3,39,10,40,-8","w":148},"\u0106":{"d":"90,-263v56,-1,69,26,68,85r-52,0v-1,-25,3,-45,-17,-45v-20,0,-18,15,-18,40r0,107v1,25,-1,39,18,40v21,1,16,-27,17,-50r52,0v1,60,-9,90,-68,90v-92,0,-72,-93,-72,-175v0,-67,11,-91,72,-92xm87,-330r40,0r-28,48r-26,0","w":171},"\u0107":{"d":"79,-185v46,0,65,17,63,64r-50,0v0,-17,2,-33,-14,-33v-13,1,-12,10,-13,25r0,77v1,15,0,24,13,25v16,0,12,-22,13,-39r51,0v3,49,-15,70,-63,70v-64,0,-66,-42,-65,-108v1,-58,11,-80,65,-81xm80,-252r40,0r-28,48r-26,0","w":152},"\u010c":{"d":"90,-263v56,-1,69,26,68,85r-52,0v-1,-25,3,-45,-17,-45v-20,0,-18,15,-18,40r0,107v1,25,-1,39,18,40v21,1,16,-27,17,-50r52,0v1,60,-9,90,-68,90v-92,0,-72,-93,-72,-175v0,-67,11,-91,72,-92xm52,-330r25,0r11,25r11,-25r25,0r-18,48r-36,0","w":171},"\u010d":{"d":"79,-185v46,0,65,17,63,64r-50,0v0,-17,2,-33,-14,-33v-13,1,-12,10,-13,25r0,77v1,15,0,24,13,25v16,0,12,-22,13,-39r51,0v3,49,-15,70,-63,70v-64,0,-66,-42,-65,-108v1,-58,11,-80,65,-81xm45,-252r25,0r11,25r11,-25r25,0r-18,48r-36,0","w":152},"\u0111":{"d":"76,-32v9,-1,12,-10,12,-22r0,-72v0,-13,-2,-22,-12,-22v-11,0,-10,8,-11,22r0,72v1,13,1,21,11,22xm14,-134v-7,-55,57,-66,74,-26r0,-43r-41,0r0,-27r41,0r0,-29r50,0r0,29r20,0r0,27r-20,0r0,203r-49,0r-1,-21v-10,14,-17,25,-36,25v-58,1,-31,-85,-38,-138","w":156},"\u2219":{"d":"16,-125v0,-13,11,-24,23,-24v13,0,25,11,24,24v0,12,-11,23,-24,23v-11,0,-23,-12,-23,-23","w":79},"\u00ad":{"d":"14,-115r73,0r0,49r-73,0r0,-49","w":100}}});;(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}
if(p==this){return false;}
var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}
if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);;;(function(F){var A="2.37";if(F.support==undefined){F.support={opacity:!(F.browser.msie&&/MSIE 6.0/.test(navigator.userAgent))}}function C(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments,""))}}F.fn.cycle=function(I){if(this.length==0){C("terminating; zero elements found by selector"+(F.isReady?"":" (DOM not ready)"));return this}var J=arguments[1];return this.each(function(){if(this.cycleStop==undefined){this.cycleStop=0}if(I===undefined||I===null){I={}}if(I.constructor==String){switch(I){case"stop":this.cycleStop++;if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;F(this).removeData("cycle.opts");return;case"pause":this.cyclePause=1;return;case"resume":this.cyclePause=0;if(J===true){I=F(this).data("cycle.opts");if(!I){C("options not found, can not resume");return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0}D(I.elements,I,1,1)}return;default:I={fx:I}}}else{if(I.constructor==Number){var S=I;I=F(this).data("cycle.opts");if(!I){C("options not found, can not advance slide");return}if(S<0||S>=I.elements.length){C("invalid slide index: "+S);return}I.nextSlide=S;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0}D(I.elements,I,1,S>=I.currSlide);return}}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var X=F(this);var T=I.slideExpr?F(I.slideExpr,this):X.children();var N=T.get();if(N.length<2){C("terminating; too few slides: "+N.length);return}var K=F.extend({},F.fn.cycle.defaults,I||{},F.metadata?X.metadata():F.meta?X.data():{});if(K.autostop){K.countdown=K.autostopCount||N.length}X.data("cycle.opts",K);K.container=this;K.stopCount=this.cycleStop;K.elements=N;K.before=K.before?[K.before]:[];K.after=K.after?[K.after]:[];K.after.unshift(function(){K.busy=0});if(K.continuous){K.after.push(function(){D(N,K,0,!K.rev)})}if(!F.support.opacity&&K.cleartype&&!K.cleartypeNoBg){B(T)}var Z=this.className;K.width=parseInt((Z.match(/w:(\d+)/)||[])[1])||K.width;K.height=parseInt((Z.match(/h:(\d+)/)||[])[1])||K.height;K.timeout=parseInt((Z.match(/t:(\d+)/)||[])[1])||K.timeout;if(X.css("position")=="static"){X.css("position","relative")}if(K.width){X.width(K.width)}if(K.height&&K.height!="auto"){X.height(K.height)}if(K.startingSlide){K.startingSlide=parseInt(K.startingSlide)}if(K.random){K.randomMap=[];for(var P=0;P<N.length;P++){K.randomMap.push(P)}K.randomMap.sort(function(d,c){return Math.random()-0.5});K.randomIndex=0;K.startingSlide=K.randomMap[0]}else{if(K.startingSlide>=N.length){K.startingSlide=0}}var R=K.startingSlide||0;T.css({position:"absolute",top:0,left:0}).hide().each(function(a){var b=R?a>=R?N.length-(a-R):R-a:N.length-a;F(this).css("z-index",b)});F(N[R]).css("opacity",1).show();if(F.browser.msie){N[R].style.removeAttribute("filter")}if(K.fit&&K.width){T.width(K.width)}if(K.fit&&K.height&&K.height!="auto"){T.height(K.height)}var O=K.containerResize&&!X.innerHeight();if(O){var U=0,M=0;for(var P=0;P<N.length;P++){var L=F(N[P]),W=L.outerWidth(),Q=L.outerHeight();U=W>U?W:U;M=Q>M?Q:M}X.css({width:U+"px",height:M+"px"})}if(K.pause){X.hover(function(){this.cyclePause++},function(){this.cyclePause--})}var Y=F.fn.cycle.transitions[K.fx];if(F.isFunction(Y)){Y(X,T,K)}else{if(K.fx!="custom"){C("unknown transition: "+K.fx)}}T.each(function(){var a=F(this);this.cycleH=(K.fit&&K.height)?K.height:a.height();this.cycleW=(K.fit&&K.width)?K.width:a.width()});K.cssBefore=K.cssBefore||{};K.animIn=K.animIn||{};K.animOut=K.animOut||{};T.not(":eq("+R+")").css(K.cssBefore);if(K.cssFirst){F(T[R]).css(K.cssFirst)}if(K.timeout){K.timeout=parseInt(K.timeout);if(K.speed.constructor==String){K.speed=F.fx.speeds[K.speed]||parseInt(K.speed)}if(!K.sync){K.speed=K.speed/2}while((K.timeout-K.speed)<250){K.timeout+=K.speed}}if(K.easing){K.easeIn=K.easeOut=K.easing}if(!K.speedIn){K.speedIn=K.speed}if(!K.speedOut){K.speedOut=K.speed}K.slideCount=N.length;K.currSlide=K.lastSlide=R;if(K.random){K.nextSlide=K.currSlide;if(++K.randomIndex==N.length){K.randomIndex=0}K.nextSlide=K.randomMap[K.randomIndex]}else{K.nextSlide=K.startingSlide>=(N.length-1)?0:K.startingSlide+1}var V=T[R];if(K.before.length){K.before[0].apply(V,[V,V,K,true])}if(K.after.length>1){K.after[1].apply(V,[V,V,K,true])}if(K.click&&!K.next){K.next=K.click}if(K.next){F(K.next).bind("click",function(){return E(N,K,K.rev?-1:1)})}if(K.prev){F(K.prev).bind("click",function(){return E(N,K,K.rev?1:-1)})}if(K.pager){H(N,K)}K.addSlide=function(b,c){var a=F(b),d=a[0];if(!K.autostopCount){K.countdown++}N[c?"unshift":"push"](d);if(K.els){K.els[c?"unshift":"push"](d)}K.slideCount=N.length;a.css("position","absolute");a[c?"prependTo":"appendTo"](X);if(c){K.currSlide++;K.nextSlide++}if(!F.support.opacity&&K.cleartype&&!K.cleartypeNoBg){B(a)}if(K.fit&&K.width){a.width(K.width)}if(K.fit&&K.height&&K.height!="auto"){T.height(K.height)}d.cycleH=(K.fit&&K.height)?K.height:a.height();d.cycleW=(K.fit&&K.width)?K.width:a.width();a.css(K.cssBefore);if(K.pager){F.fn.cycle.createPagerAnchor(N.length-1,d,F(K.pager),N,K)}if(typeof K.onAddSlide=="function"){K.onAddSlide(a)}};if(K.timeout||K.continuous){this.cycleTimeout=setTimeout(function(){D(N,K,0,!K.rev)},K.continuous?10:K.timeout+(K.delay||0))}})};function D(N,I,M,O){if(M&&I.busy){F(N).stop(true,true);I.busy=false}if(I.busy){return}var L=I.container,Q=N[I.currSlide],P=N[I.nextSlide];if(L.cycleStop!=I.stopCount||L.cycleTimeout===0&&!M){return}if(!M&&!L.cyclePause&&((I.autostop&&(--I.countdown<=0))||(I.nowrap&&!I.random&&I.nextSlide<I.currSlide))){if(I.end){I.end(I)}return}if(M||!L.cyclePause){if(I.before.length){F.each(I.before,function(R,S){if(L.cycleStop!=I.stopCount){return}S.apply(P,[Q,P,I,O])})}var J=function(){if(F.browser.msie&&I.cleartype){this.style.removeAttribute("filter")}F.each(I.after,function(R,S){if(L.cycleStop!=I.stopCount){return}S.apply(P,[Q,P,I,O])})};if(I.nextSlide!=I.currSlide){I.busy=1;if(I.fxFn){I.fxFn(Q,P,I,J,O)}else{if(F.isFunction(F.fn.cycle[I.fx])){F.fn.cycle[I.fx](Q,P,I,J)}else{F.fn.cycle.custom(Q,P,I,J,M&&I.fastOnEvent)}}}I.lastSlide=I.currSlide;if(I.random){I.currSlide=I.nextSlide;if(++I.randomIndex==N.length){I.randomIndex=0}I.nextSlide=I.randomMap[I.randomIndex]}else{var K=(I.nextSlide+1)==N.length;I.nextSlide=K?0:I.nextSlide+1;I.currSlide=K?N.length-1:I.nextSlide-1}if(I.pager){F.fn.cycle.updateActivePagerLink(I.pager,I.currSlide)}}if(I.timeout&&!I.continuous){L.cycleTimeout=setTimeout(function(){D(N,I,0,!I.rev)},G(Q,P,I,O))}else{if(I.continuous&&L.cyclePause){L.cycleTimeout=setTimeout(function(){D(N,I,0,!I.rev)},10)}}}F.fn.cycle.updateActivePagerLink=function(I,J){F(I).find("a").removeClass("activeSlide").filter("a:eq("+J+")").addClass("activeSlide")};function G(M,K,L,J){if(L.timeoutFn){var I=L.timeoutFn(M,K,L,J);if(I!==false){return I}}return L.timeout}function E(I,J,M){var L=J.container,K=L.cycleTimeout;if(K){clearTimeout(K);L.cycleTimeout=0}if(J.random&&M<0){J.randomIndex--;if(--J.randomIndex==-2){J.randomIndex=I.length-2}else{if(J.randomIndex==-1){J.randomIndex=I.length-1}}J.nextSlide=J.randomMap[J.randomIndex]}else{if(J.random){if(++J.randomIndex==I.length){J.randomIndex=0}J.nextSlide=J.randomMap[J.randomIndex]}else{J.nextSlide=J.currSlide+M;if(J.nextSlide<0){if(J.nowrap){return false}J.nextSlide=I.length-1}else{if(J.nextSlide>=I.length){if(J.nowrap){return false}J.nextSlide=0}}}}if(J.prevNextClick&&typeof J.prevNextClick=="function"){J.prevNextClick(M>0,J.nextSlide,I[J.nextSlide])}D(I,J,1,M>=0);return false}function H(J,K){var I=F(K.pager);F.each(J,function(L,M){F.fn.cycle.createPagerAnchor(L,M,I,J,K)});F.fn.cycle.updateActivePagerLink(K.pager,K.startingSlide)}F.fn.cycle.createPagerAnchor=function(L,M,J,K,N){var I=(typeof N.pagerAnchorBuilder=="function")?N.pagerAnchorBuilder(L,M):'<a href="#">'+(L+1)+"</a>";if(!I){return}var O=F(I);if(O.parents("body").length==0){O.appendTo(J)}O.bind(N.pagerEvent,function(){N.nextSlide=L;var Q=N.container,P=Q.cycleTimeout;if(P){clearTimeout(P);Q.cycleTimeout=0}if(typeof N.pagerClick=="function"){N.pagerClick(N.nextSlide,K[N.nextSlide])}D(K,N,1,N.currSlide<L);return false});if(N.pauseOnPagerHover){O.hover(function(){N.container.cyclePause++},function(){N.container.cyclePause--})}};F.fn.cycle.hopsFromLast=function(L,K){var J,I=L.lastSlide,M=L.currSlide;if(K){J=M>I?M-I:L.slideCount-I}else{J=M<I?I-M:I+L.slideCount-M}return J};function B(K){function J(L){var L=parseInt(L).toString(16);return L.length<2?"0"+L:L}function I(N){for(;N&&N.nodeName.toLowerCase()!="html";N=N.parentNode){var L=F.css(N,"background-color");if(L.indexOf("rgb")>=0){var M=L.match(/\d+/g);return"#"+J(M[0])+J(M[1])+J(M[2])}if(L&&L!="transparent"){return L}}return"#ffffff"}K.each(function(){F(this).css("background-color",I(this))})}F.fn.cycle.custom=function(T,N,I,K,J){var S=F(T),O=F(N);O.css(I.cssBefore);var L=I.speedIn;var R=I.speedOut;var M=I.easeIn;var Q=I.easeOut;if(J){if(typeof J=="number"){L=R=J}else{L=R=1}M=Q=null}var P=function(){O.animate(I.animIn,L,M,K)};S.animate(I.animOut,R,Q,function(){if(I.cssAfter){S.css(I.cssAfter)}if(!I.sync){P()}});if(I.sync){P()}};F.fn.cycle.transitions={fade:function(J,K,I){K.not(":eq("+I.startingSlide+")").css("opacity",0);I.before.push(function(){F(this).show()});I.animIn={opacity:1};I.animOut={opacity:0};I.cssBefore={opacity:0};I.cssAfter={display:"none"};I.onAddSlide=function(L){L.hide()}}};F.fn.cycle.ver=function(){return A};F.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:0,nowrap:0,fastOnEvent:0}})(jQuery);(function(A){A.fn.cycle.transitions.scrollUp=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.top=E.offsetHeight-1;F.animOut.top=0-G.offsetHeight});B.cssFirst={top:0};B.animIn={top:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.scrollDown=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.top=1-E.offsetHeight;F.animOut.top=G.offsetHeight});B.cssFirst={top:0};B.animIn={top:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.scrollLeft=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.left=E.offsetWidth-1;F.animOut.left=0-G.offsetWidth});B.cssFirst={left:0};B.animIn={left:0}};A.fn.cycle.transitions.scrollRight=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.left=1-E.offsetWidth;F.animOut.left=G.offsetWidth});B.cssFirst={left:0};B.animIn={left:0}};A.fn.cycle.transitions.scrollHorz=function(C,D,B){C.css("overflow","hidden").width();B.before.push(function(I,G,H,F){A(this).show();var E=I.offsetWidth,J=G.offsetWidth;H.cssBefore=F?{left:J-1}:{left:1-J};H.animIn.left=0;H.animOut.left=F?-E:E;D.not(I).css(H.cssBefore)});B.cssFirst={left:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.scrollVert=function(C,D,B){C.css("overflow","hidden");B.before.push(function(J,G,H,F){A(this).show();var I=J.offsetHeight,E=G.offsetHeight;H.cssBefore=F?{top:1-E}:{top:E-1};H.animIn.top=0;H.animOut.top=F?I:-I;D.not(J).css(H.cssBefore)});B.cssFirst={top:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.slideX=function(C,D,B){B.before.push(function(G,E,F){A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide()};B.cssBefore={zIndex:2};B.animIn={width:"show"};B.animOut={width:"hide"}};A.fn.cycle.transitions.slideY=function(C,D,B){B.before.push(function(G,E,F){A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide()};B.cssBefore={zIndex:2};B.animIn={height:"show"};B.animOut={height:"hide"}};A.fn.cycle.transitions.shuffle=function(E,F,D){var B=E.css("overflow","visible").width();F.css({left:0,top:0});D.before.push(function(){A(this).show()});D.speed=D.speed/2;D.random=0;D.shuffle=D.shuffle||{left:-B,top:15};D.els=[];for(var C=0;C<F.length;C++){D.els.push(F[C])}for(var C=0;C<D.startingSlide;C++){D.els.push(D.els.shift())}D.fxFn=function(L,J,K,G,I){var H=I?A(L):A(J);H.animate(K.shuffle,K.speedIn,K.easeIn,function(){var N=A.fn.cycle.hopsFromLast(K,I);for(var O=0;O<N;O++){I?K.els.push(K.els.shift()):K.els.unshift(K.els.pop())}if(I){for(var P=0,M=K.els.length;P<M;P++){A(K.els[P]).css("z-index",M-P)}}else{var Q=A(L).css("z-index");H.css("z-index",parseInt(Q)+1)}H.animate({left:0,top:0},K.speedOut,K.easeOut,function(){A(I?this:L).hide();if(G){G()}})})};D.onAddSlide=function(G){G.hide()}};A.fn.cycle.transitions.turnUp=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.cssBefore.top=E.cycleH;F.animIn.height=E.cycleH});B.onAddSlide=function(E){E.hide()};B.cssFirst={top:0};B.cssBefore={height:0};B.animIn={top:0};B.animOut={height:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.turnDown=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.animIn.height=E.cycleH;F.animOut.top=G.cycleH});B.onAddSlide=function(E){E.hide()};B.cssFirst={top:0};B.cssBefore={top:0,height:0};B.animOut={height:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.turnLeft=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.cssBefore.left=E.cycleW;F.animIn.width=E.cycleW});B.onAddSlide=function(E){E.hide()};B.cssBefore={width:0};B.animIn={left:0};B.animOut={width:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.turnRight=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.animIn.width=E.cycleW;F.animOut.left=G.cycleW});B.onAddSlide=function(E){E.hide()};B.cssBefore={left:0,width:0};B.animIn={left:0};B.animOut={width:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.zoom=function(C,D,B){B.cssFirst={top:0,left:0};B.cssAfter={display:"none"};B.before.push(function(G,E,F){A(this).show();F.cssBefore={width:0,height:0,top:E.cycleH/2,left:E.cycleW/2};F.cssAfter={display:"none"};F.animIn={top:0,left:0,width:E.cycleW,height:E.cycleH};F.animOut={width:0,height:0,top:G.cycleH/2,left:G.cycleW/2};A(G).css("zIndex",2);A(E).css("zIndex",1)});B.onAddSlide=function(E){E.hide()}};A.fn.cycle.transitions.fadeZoom=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={width:0,height:0,opacity:1,left:E.cycleW/2,top:E.cycleH/2,zIndex:1};F.animIn={top:0,left:0,width:E.cycleW,height:E.cycleH}});B.animOut={opacity:0};B.cssAfter={zIndex:0}};A.fn.cycle.transitions.blindX=function(D,E,C){var B=D.css("overflow","hidden").width();E.show();C.before.push(function(H,F,G){A(H).css("zIndex",1)});C.cssBefore={left:B,zIndex:2};C.cssAfter={zIndex:1};C.animIn={left:0};C.animOut={left:B}};A.fn.cycle.transitions.blindY=function(D,E,C){var B=D.css("overflow","hidden").height();E.show();C.before.push(function(H,F,G){A(H).css("zIndex",1)});C.cssBefore={top:B,zIndex:2};C.cssAfter={zIndex:1};C.animIn={top:0};C.animOut={top:B}};A.fn.cycle.transitions.blindZ=function(E,F,D){var C=E.css("overflow","hidden").height();var B=E.width();F.show();D.before.push(function(I,G,H){A(I).css("zIndex",1)});D.cssBefore={top:C,left:B,zIndex:2};D.cssAfter={zIndex:1};D.animIn={top:0,left:0};D.animOut={top:C,left:B}};A.fn.cycle.transitions.growX=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={left:this.cycleW/2,width:0,zIndex:2};F.animIn={left:0,width:this.cycleW};F.animOut={left:0};A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide().css("zIndex",1)}};A.fn.cycle.transitions.growY=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={top:this.cycleH/2,height:0,zIndex:2};F.animIn={top:0,height:this.cycleH};F.animOut={top:0};A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide().css("zIndex",1)}};A.fn.cycle.transitions.curtainX=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={left:E.cycleW/2,width:0,zIndex:1,display:"block"};F.animIn={left:0,width:this.cycleW};F.animOut={left:G.cycleW/2,width:0};A(G).css("zIndex",2)});B.onAddSlide=function(E){E.hide()};B.cssAfter={zIndex:1,display:"none"}};A.fn.cycle.transitions.curtainY=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={top:E.cycleH/2,height:0,zIndex:1,display:"block"};F.animIn={top:0,height:this.cycleH};F.animOut={top:G.cycleH/2,height:0};A(G).css("zIndex",2)});B.onAddSlide=function(E){E.hide()};B.cssAfter={zIndex:1,display:"none"}};A.fn.cycle.transitions.cover=function(E,F,D){var G=D.direction||"left";var B=E.css("overflow","hidden").width();var C=E.height();D.before.push(function(J,H,I){I.cssBefore=I.cssBefore||{};I.cssBefore.zIndex=2;I.cssBefore.display="block";if(G=="right"){I.cssBefore.left=-B}else{if(G=="up"){I.cssBefore.top=C}else{if(G=="down"){I.cssBefore.top=-C}else{I.cssBefore.left=B}}}A(J).css("zIndex",1)});if(!D.animIn){D.animIn={left:0,top:0}}if(!D.animOut){D.animOut={left:0,top:0}}D.cssAfter=D.cssAfter||{};D.cssAfter.zIndex=2;D.cssAfter.display="none"};A.fn.cycle.transitions.uncover=function(E,F,D){var G=D.direction||"left";var B=E.css("overflow","hidden").width();var C=E.height();D.before.push(function(J,H,I){I.cssBefore.display="block";if(G=="right"){I.animOut.left=B}else{if(G=="up"){I.animOut.top=-C}else{if(G=="down"){I.animOut.top=C}else{I.animOut.left=-B}}}A(J).css("zIndex",2);A(H).css("zIndex",1)});D.onAddSlide=function(H){H.hide()};if(!D.animIn){D.animIn={left:0,top:0}}D.cssBefore=D.cssBefore||{};D.cssBefore.top=0;D.cssBefore.left=0;D.cssAfter=D.cssAfter||{};D.cssAfter.zIndex=1;D.cssAfter.display="none"};A.fn.cycle.transitions.toss=function(E,F,D){var B=E.css("overflow","visible").width();var C=E.height();D.before.push(function(I,G,H){A(I).css("zIndex",2);H.cssBefore.display="block";if(!H.animOut.left&&!H.animOut.top){H.animOut={left:B*2,top:-C/2,opacity:0}}else{H.animOut.opacity=0}});D.onAddSlide=function(G){G.hide()};D.cssBefore={left:0,top:0,zIndex:1,opacity:1};D.animIn={left:0};D.cssAfter={zIndex:2,display:"none"}};A.fn.cycle.transitions.wipe=function(K,H,C){var J=K.css("overflow","hidden").width();var F=K.height();C.cssBefore=C.cssBefore||{};var D;if(C.clip){if(/l2r/.test(C.clip)){D="rect(0px 0px "+F+"px 0px)"}else{if(/r2l/.test(C.clip)){D="rect(0px "+J+"px "+F+"px "+J+"px)"}else{if(/t2b/.test(C.clip)){D="rect(0px "+J+"px 0px 0px)"}else{if(/b2t/.test(C.clip)){D="rect("+F+"px "+J+"px "+F+"px 0px)"}else{if(/zoom/.test(C.clip)){var L=parseInt(F/2);var E=parseInt(J/2);D="rect("+L+"px "+E+"px "+L+"px "+E+"px)"}}}}}}C.cssBefore.clip=C.cssBefore.clip||D||"rect(0px 0px 0px 0px)";var G=C.cssBefore.clip.match(/(\d+)/g);var L=parseInt(G[0]),B=parseInt(G[1]),I=parseInt(G[2]),E=parseInt(G[3]);C.before.push(function(T,O,R){if(T==O){return}var N=A(T).css("zIndex",2);var M=A(O).css({zIndex:3,display:"block"});var Q=1,P=parseInt((R.speedIn/13))-1;function S(){var V=L?L-parseInt(Q*(L/P)):0;var W=E?E-parseInt(Q*(E/P)):0;var X=I<F?I+parseInt(Q*((F-I)/P||1)):F;var U=B<J?B+parseInt(Q*((J-B)/P||1)):J;M.css({clip:"rect("+V+"px "+U+"px "+X+"px "+W+"px)"});(Q++<=P)?setTimeout(S,13):N.css("display","none")}S()});C.cssAfter={};C.animIn={left:0};C.animOut={left:0}}})(jQuery);;jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('');}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return cookieValue;}};;$(document).ready(function(){var $s=$("#keywords");var searchLabel="Search...";function restoreSearch(){if($s.val()==""){$s.val(searchLabel);}
if($s.val()==searchLabel){$s.addClass("faded");}}
restoreSearch();$s.focus(function(){$s.removeClass("faded");if($s.val()==searchLabel){$s.val("");}}).blur(restoreSearch);$("input").focus(function(){$(this).addClass("active");});$("input").blur(function(){$(this).removeClass("active")});markCurrentNavitem()
$('.newsletter li a').click(onLiLinkClicked);$('a[href^="http://"]').attr({target:"_blank",title:"Opens in a new window"});if(site_url){$('a[href^="'+site_url+'"]').attr({target:"",title:""});}});function onLiLinkClicked(e){}
if($.browser.msie&&$.browser.version.substring(0,1)==='6'){}else{if($.browser.msie&&$.browser.version.substring(0,1)==='7'&&window.location.hash){Cufon.replace("h1")("h4");}else{Cufon.replace("h1")("h3")("h4");}
Cufon.replace("#newsletter h2");Cufon.replace("#article h2");}
function writeEmailAddress(branch,mailSubject,title,withIcon){var emailPrefix="";var emailSuffix="";var ad="@";if(mailSubject==""||mailSubject==undefined){mailSubject="Information Request ("+branch+")";}
if(withIcon==""||withIcon==undefined){withIcon="true";}
if(branch=="be"){emailPrefix="hello";emailSuffix="but.be";}else if(branch=="ae"){emailPrefix="hello";emailSuffix="but.ae";}else if(branch=="learn24"){emailPrefix="info";emailSuffix="learn24.com";}else if(branch=="safety24"){emailPrefix="info";emailSuffix="safety24.com";}else{emailPrefix="unknownBranch";emailSuffix="but.be";}
if(title==""||title==undefined){title=emailPrefix+ad+emailSuffix;}
if(withIcon=="true"){document.write("<a class='mail' href='"+"mai"+"lto"+":"+emailPrefix+ad+emailSuffix+"?subject="+mailSubject+"'>"+title+"</a>");}else{document.write("<a href='"+"mai"+"lto"+":"+emailPrefix+ad+emailSuffix+"?subject="+mailSubject+"'>"+title+"</a>");}}
function markCurrentNavitem(){var str=$(this).attr("href");var searchString=getSegment(1);if(searchString!=""){$("#main ul li a").each(function(){if($(this).attr("href").indexOf(searchString)!=-1){$(this).parent().addClass("current");}});}else{$("#main ul li a:first").parent().addClass("current");}}
function getSegment(num){num+=2;var segments=window.location.href.toString();segments=segments.split('/');if(segments[num]!=undefined){return segments[num];}
return'';}
(function($){$.fn.customFadeIn=function(speed,callback){$(this).fadeIn(speed,function(){if(jQuery.browser.msie)
$(this).get(0).style.removeAttribute('filter');if(callback!=undefined)
callback();});};$.fn.customFadeOut=function(speed,callback){$(this).fadeOut(speed,function(){if(jQuery.browser.msie)
$(this).get(0).style.removeAttribute('filter');if(callback!=undefined)
callback();});};})(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);;$(document).ready(function(){var case_images_string="";$("#case_info .case_info h2 a").each(function(index){case_images_string=case_images_string+'<a href="'+$(this).attr("href")+'"><img src="'+$(this).attr("rel")+'" alt="" width="960" height="250" class="photo" id="entry_98" /></a>'});$("#case_images").html(case_images_string);$('#case_container').hoverIntent(function(){$('#more_info .inner').show().animate({marginTop:'0px',queue:false,opacity:1},250);},function(){$('#more_info .inner').animate({marginTop:'30px',queue:false,opacity:0},500);});$('#case_images').cycle({fx:'fade',next:'#next',prev:'#prev',pause:1,speed:600,timeout:7000,before:prepare_swap,after:done_swap});function prepare_swap(curr,next,opts){var number=opts.currSlide+1;$("#case_info div:nth-child("+number+")").fadeOut(500);}
function done_swap(curr,next,opts){var number=opts.currSlide+1;$("#case_info div:nth-child("+number+")").customFadeIn(500);$('#more_info .inner a').attr('href',this.href);}
$("#newsletter_subscription").validate();$('input').focus(function(){$(this).addClass("active");});$('input').blur(function(){$(this).removeClass("active")});});