//jquery
(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")}})})();

//easing
jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d)},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b}});

//cufon
var Cufon=(function(){var M=function(){return M.replace.apply(null,arguments)};var X=M.DOM={ready:(function(){var c=false,e={loaded:1,complete:1};var b=[],d=function(){if(c){return}c=true;for(var f;f=b.shift();f()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",d,false);window.addEventListener("pageshow",d,false)}if(!window.opera&&document.readyState){(function(){e[document.readyState]?d():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");d()}catch(f){setTimeout(arguments.callee,1)}})()}Q(window,"load",d);return function(f){if(!arguments.length){d()}else{c?f():b.push(f)}}})(),root:function(){return document.documentElement||document.body}};var N=M.CSS={Size:function(c,b){this.value=parseFloat(c);this.unit=String(c).match(/[a-z%]*$/)[0]||"px";this.convert=function(d){return d/b*this.value};this.convertFrom=function(d){return d/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(c,b){var d=c.className;c.className=d+(d&&" ")+b;return c},color:J(function(c){var b={};b.color=c.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(e,d,f){b.opacity=parseFloat(f);return"rgb("+d+")"});return b}),fontStretch:J(function(b){if(typeof b=="number"){return b}if(/%$/.test(b)){return parseFloat(b)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[b]||1}),getStyle:function(c){var b=document.defaultView;if(b&&b.getComputedStyle){return new A(b.getComputedStyle(c,null))}if(c.currentStyle){return new A(c.currentStyle)}return new A(c.style)},gradient:J(function(f){var g={id:f,type:f.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},c=f.substr(f.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var e=0,b=c.length,d;e<b;++e){d=c[e].split("=",2).reverse();g.stops.push([d[1]||e/(b-1),d[0]])}return g}),quotedList:J(function(e){var d=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,b;while(b=c.exec(e)){d.push(b[3]||b[1])}return d}),recognizesMedia:J(function(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);return b}),removeClass:function(d,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");d.className=d.className.replace(b,"");return d},supports:function(d,c){var b=document.createElement("span").style;if(b[d]===undefined){return false}b[d]=c;return b[d]===c},textAlign:function(e,d,b,c){if(d.get("textAlign")=="right"){if(b>0){e=" "+e}}else{if(b<c-1){e+=" "}}return e},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},textShadow:J(function(f){if(f=="none"){return null}var e=[],g={},b,c=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(b=d.exec(f)){if(b[0]==","){e.push(g);g={};c=0}else{if(b[1]){g.color=b[1]}else{g[["offX","offY","blur"][c++]]=b[2]}}}e.push(g);return e}),textTransform:(function(){var b={uppercase:function(c){return c.toUpperCase()},lowercase:function(c){return c.toLowerCase()},capitalize:function(c){return c.replace(/\b./g,function(d){return d.toUpperCase()})}};return function(e,d){var c=b[d.get("textTransform")];return c?c(e):e}})(),whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};N.ready=(function(){var b=!N.recognizesMedia("all"),e=false;var d=[],h=function(){b=true;for(var k;k=d.shift();k()){}};var i=G("link"),j=G("style");function c(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function f(){if(document.createStyleSheet){return true}var l,k;for(k=0;l=i[k];++k){if(l.rel.toLowerCase()=="stylesheet"&&!c(l)){return false}}for(k=0;l=j[k];++k){if(!c(l)){return false}}return true}X.ready(function(){if(!e){e=N.getStyle(document.body).isUsable()}if(b||(e&&f())){h()}else{setTimeout(arguments.callee,10)}});return function(k){if(b){k()}else{d.push(k)}}})();function S(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function F(){var c={},b={oblique:"italic",italic:"oblique"};this.add=function(d){(c[d.style]||(c[d.style]={}))[d.weight]=d};this.get=function(h,i){var g=c[h]||c[b[h]]||c.normal||c.italic||c.oblique;if(!g){return null}i={normal:400,bold:700}[i]||parseInt(i,10);if(g[i]){return g[i]}var e={1:1,99:0}[i%100],k=[],f,d;if(e===undefined){e=i>400}if(i==500){i=400}for(var j in g){if(!K(g,j)){continue}j=parseInt(j,10);if(!f||j<f){f=j}if(!d||j>d){d=j}k.push(j)}if(i<f){i=f}if(i>d){i=d}k.sort(function(m,l){return(e?(m>i&&l>i)?m<l:m>l:(m<i&&l<i)?m>l:m<l)?-1:1});return g[k[0]]}}function R(){function d(f,g){if(f.contains){return f.contains(g)}return f.compareDocumentPosition(g)&16}function b(g){var f=g.relatedTarget;if(!f||d(this,f)){return}c(this)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,true)},10)}this.attach=function(f){if(f.onmouseenter===undefined){Q(f,"mouseover",b);Q(f,"mouseout",b)}else{Q(f,"mouseenter",e);Q(f,"mouseleave",e)}}}function U(){var c=[],d={};function b(h){var e=[],g;for(var f=0;g=h[f];++f){e[f]=c[d[g]]}return e}this.add=function(f,e){d[f]=c.push(e)-1};this.repeat=function(){var e=arguments.length?b(arguments):c,f;for(var g=0;f=e[g++];){M.replace(f[0],f[1],true)}}}function a(){var d={},b=0;function c(e){return e.cufid||(e.cufid=++b)}this.get=function(e){var f=c(e);return d[f]||(d[f]={})}}function A(b){var d={},c={};this.extend=function(e){for(var f in e){if(K(e,f)){d[f]=e[f]}}return this};this.get=function(e){return d[e]!=undefined?d[e]:b[e]};this.getSize=function(f,e){return c[f]||(c[f]=new N.Size(this.get(f),e))};this.isUsable=function(){return !!b}}function Q(c,b,d){if(c.addEventListener){c.addEventListener(b,d,false)}else{if(c.attachEvent){c.attachEvent("on"+b,function(){return d.call(c,window.event)})}}}function V(c,b){var d=D.get(c);if(d.options){return c}if(b.hover&&b.hoverables[c.nodeName.toLowerCase()]){B.attach(c)}d.options=b;return c}function J(b){var c={};return function(d){if(!K(c,d)){c[d]=b.apply(null,arguments)}return c[d]}}function C(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}var T=" ".split(/\s+/).length==0;var D=new a();var B=new R();var Y=new U();var E=false;var Z={},I={},W={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};M.now=function(){X.ready();return M};M.refresh=function(){Y.repeat.apply(Y,arguments);return M};M.registerEngine=function(c,b){if(!b){return M}Z[c]=b;return M.set("engine",c)};M.registerFont=function(d){var b=new S(d),c=b.family;if(!I[c]){I[c]=new F()}I[c].add(b);return M.set("fontFamily",'"'+c+'"')};M.replace=function(d,c,b){c=H(W,c);if(!c.engine){return M}if(!E){N.addClass(X.root(),"cufon-active cufon-loading");N.ready(function(){N.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}if(typeof c.textShadow=="string"){c.textShadow=N.textShadow(c.textShadow)}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=N.gradient(c.color)}if(!b){Y.add(d,arguments)}if(d.nodeType||typeof d=="string"){d=[d]}N.ready(function(){for(var f=0,e=d.length;f<e;++f){var g=d[f];if(typeof g=="string"){M.replace(c.selector(g),c,true)}else{L(g,c)}}});return M};M.set=function(b,c){W[b]=c;return M};return M})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$|^[a-z-]+$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());

//font
Cufon.registerFont({"w":1174,"face":{"font-family":"Rockwell","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 6 6 3 2 2 5 2 4 3","ascent":"1638","descent":"-410","x-height":"28","bbox":"-303 -1869 2165 560","underline-thickness":"102","underline-position":"-109","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":512,"k":{"\u2018":164,"\u201c":164,"Y":205,"W":164,"V":164,"T":82}},"!":{"d":"349,-377r-102,0r-50,-591r0,-423r202,0r0,423xm176,0r0,-246r246,0r0,246r-246,0","w":598},"\"":{"d":"209,-829r-55,-296v-15,-81,-22,-136,-22,-165v0,-82,32,-123,97,-123v29,0,54,10,73,29v20,20,30,46,30,78v0,28,-9,89,-26,183r-54,294r-43,0xm575,-829r-54,-291v-16,-85,-24,-142,-24,-171v0,-81,34,-122,102,-122v30,0,54,10,73,31v18,20,27,45,27,75v0,58,-6,120,-19,186r-57,292r-48,0","w":831},"#":{"d":"552,-1019r396,0r81,-391r147,0r-81,391r185,0r0,147r-216,0r-73,353r289,0r0,147r-320,0r-81,391r-147,0r81,-391r-396,0r-81,391r-147,0r81,-391r-185,0r0,-147r216,0r73,-353r-289,0r0,-147r320,0r81,-391r147,0xm521,-872r-73,353r396,0r73,-353r-396,0","w":1366},"$":{"d":"471,20v-124,-5,-223,-47,-297,-126v-74,-78,-111,-173,-111,-286v0,-6,0,-15,1,-28r182,0v10,167,85,259,225,278r0,-460v-254,-50,-381,-179,-381,-386v0,-111,34,-201,102,-272v67,-71,160,-111,279,-121r0,-63r151,0r0,63v88,9,166,43,236,102v68,59,103,164,103,314r0,24r-176,0v0,-85,-13,-149,-38,-191v-25,-41,-67,-69,-125,-82r0,444v160,30,267,76,321,138v54,63,81,142,81,237v0,121,-35,217,-105,289v-70,70,-169,113,-297,126r0,155r-151,0r0,-155xm471,-804r0,-418v-121,21,-181,90,-181,205v0,109,60,180,181,213xm622,-570r0,426v140,-26,210,-100,210,-223v0,-50,-14,-92,-41,-126v-27,-34,-84,-60,-169,-77","w":1110},"%":{"d":"164,-1040v0,-111,25,-201,75,-270v50,-69,124,-103,222,-103v91,0,164,32,217,97v53,65,80,157,80,276v0,113,-26,204,-76,271v-52,67,-125,101,-221,101v-91,0,-164,-32,-217,-96v-53,-65,-80,-157,-80,-276xm308,-1041v0,185,51,277,153,277v101,0,152,-92,152,-276v0,-185,-51,-277,-152,-277v-102,0,-153,92,-153,276xm367,0r1104,-1391r142,0r-1096,1391r-150,0xm1226,-351v0,-120,27,-212,80,-276v54,-64,126,-96,216,-96v99,0,174,35,223,103v49,70,74,159,74,269v0,120,-27,212,-80,277v-53,64,-125,96,-216,96v-91,0,-164,-32,-217,-96v-53,-65,-80,-157,-80,-277xm1370,-351v0,185,51,277,152,277v102,0,153,-92,153,-276v0,-185,-51,-277,-152,-277v-102,0,-153,92,-153,276","w":1985},"&":{"d":"1055,-736r285,0r0,170r-147,0v-36,129,-82,228,-138,298r73,94r212,0r0,174r-317,0r-92,-122v-121,96,-244,144,-370,144v-144,0,-263,-45,-357,-134v-94,-89,-141,-201,-141,-335v0,-185,106,-324,317,-417v-63,-81,-95,-162,-95,-243v0,-89,34,-163,101,-220v68,-57,147,-86,237,-86v93,0,172,29,237,85v64,58,96,128,96,213v0,74,-23,135,-68,182v-45,47,-120,92,-224,135r283,383v51,-89,87,-196,108,-321xm564,-930v80,-33,134,-65,164,-94v28,-29,43,-62,43,-97v0,-33,-12,-62,-37,-89v-25,-26,-60,-39,-107,-39v-42,0,-77,13,-105,38v-28,25,-42,58,-42,99v0,36,24,91,72,164xm486,-736v-144,64,-216,157,-216,280v0,81,30,152,91,214v61,60,134,91,221,91v89,0,169,-37,242,-111","w":1386},"'":{"d":"158,-828r-54,-296v-15,-83,-23,-136,-23,-160v0,-86,32,-129,97,-129v32,0,57,10,76,31v19,21,28,46,28,75v0,27,-9,88,-26,184r-54,295r-44,0","w":362},"(":{"d":"711,-1416r0,155v-72,38,-137,97,-195,179v-59,80,-98,166,-118,255v-19,89,-29,203,-29,342v0,156,13,280,38,373v25,93,65,172,121,240v54,66,116,120,183,161r0,156v-139,-57,-264,-165,-377,-323v-112,-160,-168,-362,-168,-609v0,-219,49,-411,148,-576v98,-165,230,-282,397,-353","w":768},")":{"d":"57,-1416v161,72,293,187,393,346v102,159,152,353,152,584v0,223,-47,411,-140,566v-94,155,-229,276,-405,365r0,-156v83,-50,151,-113,205,-190v53,-77,90,-159,108,-247v20,-89,29,-201,29,-337v0,-144,-11,-261,-31,-351v-22,-90,-62,-174,-122,-253v-59,-79,-122,-136,-189,-172r0,-155","w":768},"*":{"d":"622,-1413r0,169v-40,82,-61,164,-62,247v89,-32,161,-77,215,-136r167,-53r55,177r-164,55v-22,-4,-42,-6,-61,-6v-72,0,-133,7,-184,22v63,79,126,132,187,158r101,140r-148,107r-106,-141v-9,-84,-39,-161,-90,-231v-51,70,-81,147,-90,231r-106,141r-148,-107r101,-140v61,-26,124,-79,187,-158v-51,-15,-112,-22,-184,-22v-18,0,-38,2,-61,6r-164,-55r55,-177r167,53v54,59,126,104,215,136v-1,-83,-22,-165,-62,-247r0,-169r180,0","w":1067},"+":{"d":"135,-774r470,0r0,-469r156,0r0,469r470,0r0,157r-470,0r0,469r-156,0r0,-469r-470,0r0,-157","w":1366},",":{"d":"176,0r0,-246r246,0r0,214v0,73,-6,129,-17,169v-11,40,-35,73,-73,99v-36,25,-89,39,-156,41r0,-104v80,-12,120,-62,120,-149v0,-5,0,-13,-1,-24r-119,0","w":598,"k":{"\u2019":246,"\u201d":246," ":164}},"-":{"d":"63,-575r600,0r0,190r-600,0r0,-190","w":725},"\u00ad":{"d":"63,-575r600,0r0,190r-600,0r0,-190","w":725},".":{"d":"176,0r0,-246r246,0r0,246r-246,0","w":598,"k":{"\u2019":246,"\u201d":246," ":164}},"\/":{"d":"720,-1419r166,0r-710,1441r-166,0","w":897},"0":{"d":"72,-695v0,-229,43,-406,130,-531v86,-125,204,-187,353,-187v155,0,274,65,357,194v83,129,125,304,125,524v0,228,-43,405,-129,529v-86,126,-204,188,-353,188v-156,0,-275,-65,-359,-195v-82,-130,-124,-304,-124,-522xm276,-695v0,199,24,341,72,427v48,85,117,128,207,128v90,0,159,-43,207,-129v48,-86,72,-228,72,-426v0,-201,-24,-344,-73,-429v-49,-85,-117,-127,-206,-127v-100,0,-171,48,-215,145v-42,96,-64,233,-64,411","w":1110},"1":{"d":"485,-169r0,-1053r-190,0r0,-167r380,0r0,1220r181,0r0,169r-561,0r0,-169r190,0","w":1110},"2":{"d":"984,-497r-13,497r-889,0v0,-96,17,-188,52,-275v34,-87,82,-164,144,-229v63,-65,158,-145,286,-238v81,-59,135,-109,164,-148v29,-40,43,-86,43,-139v0,-65,-20,-117,-61,-159v-41,-40,-97,-61,-168,-61v-83,0,-144,23,-183,70v-39,47,-58,123,-58,230v0,27,1,52,2,76r-185,0v-1,-24,-1,-44,-1,-59v0,-151,36,-268,107,-354v71,-84,176,-127,314,-127v139,0,246,36,320,109v75,73,112,162,112,268v0,89,-24,164,-73,227v-49,63,-142,142,-279,239v-133,95,-221,172,-262,231v-42,59,-66,112,-73,158r524,0r8,-316r169,0","w":1110},"3":{"d":"419,-640r0,-172v97,0,168,-6,213,-17v44,-11,78,-34,103,-67v25,-34,37,-77,37,-128v0,-62,-18,-115,-54,-160v-37,-45,-91,-67,-162,-67v-79,0,-136,23,-172,71v-36,46,-56,117,-59,210r-193,0v0,-160,40,-274,118,-342v80,-67,176,-101,291,-101v139,0,244,34,315,103v71,69,106,156,106,263v0,79,-20,145,-60,199v-41,54,-86,92,-137,115v173,51,260,162,260,332v0,141,-47,247,-143,317v-94,71,-206,106,-334,106v-163,0,-284,-44,-362,-131v-79,-87,-118,-208,-118,-362r184,0v3,107,32,188,88,245v54,56,128,84,219,84v83,0,149,-23,197,-70v47,-46,71,-104,71,-175v0,-74,-28,-135,-84,-183v-56,-47,-145,-71,-268,-71v-16,0,-35,0,-56,1","w":1110},"4":{"d":"617,-374r-468,0v-16,-62,-46,-114,-89,-157r579,-871r161,0r0,860r222,0r0,168r-222,0r0,205r127,0r0,169r-458,0r0,-169r148,0r0,-205xm617,-542r0,-548r-365,548r365,0","w":1110},"5":{"d":"73,-444r180,0v11,93,41,168,91,223v51,55,117,83,200,83v83,0,150,-29,201,-86v51,-57,76,-131,76,-221v0,-95,-25,-168,-74,-219v-49,-50,-111,-75,-184,-75v-110,0,-203,56,-279,167v-43,-42,-91,-76,-145,-101r57,-716r742,0r0,369r-172,0r0,-190r-426,0r-31,407v85,-69,179,-103,283,-103v132,0,236,44,312,132v77,88,115,197,115,327v0,137,-42,250,-125,337v-84,88,-201,132,-352,132v-140,0,-251,-40,-332,-119v-81,-79,-127,-195,-137,-347","w":1110},"6":{"d":"986,-980r-169,0v-10,-79,-38,-144,-83,-194v-46,-50,-102,-75,-167,-75v-89,0,-158,46,-207,139v-49,92,-75,218,-77,379v95,-103,204,-154,327,-154v106,0,197,39,272,117v76,79,114,184,114,315v0,131,-37,243,-112,335v-75,94,-177,140,-306,140v-145,0,-260,-60,-348,-178v-86,-120,-130,-296,-130,-531v0,-223,42,-400,126,-531v84,-130,205,-195,363,-195v124,0,220,41,289,123v68,81,104,185,108,310xm293,-521v30,252,122,378,276,378v79,0,140,-29,184,-87v44,-58,66,-127,66,-208v0,-79,-21,-143,-63,-192v-41,-49,-97,-73,-168,-73v-99,0,-198,61,-295,182","w":1110},"7":{"d":"223,0r0,-169r185,0v10,-179,52,-367,125,-563v73,-196,153,-355,239,-478r-479,0r0,187r-172,0r0,-366r869,0r0,142v-91,109,-177,273,-258,495v-81,220,-122,415,-122,583r162,0r0,169r-549,0","w":1110},"8":{"d":"315,-727v-136,-79,-204,-186,-204,-321v0,-118,42,-208,127,-271v85,-63,186,-94,305,-94v140,0,251,33,332,98v81,65,122,154,122,267v0,133,-68,240,-204,321v165,65,247,179,247,344v0,123,-43,221,-128,295v-86,73,-202,110,-347,110v-163,0,-287,-37,-371,-110v-84,-74,-126,-172,-126,-295v0,-165,82,-279,247,-344xm299,-1030v0,73,23,129,70,168v47,38,110,57,191,57v69,0,127,-19,176,-55v49,-38,73,-94,73,-170v0,-145,-87,-218,-261,-218v-75,0,-136,19,-181,56v-45,37,-68,91,-68,162xm270,-391v0,73,25,133,76,181v51,46,120,70,208,70v83,0,152,-23,204,-68v54,-45,80,-107,80,-184v0,-74,-25,-134,-74,-181v-50,-47,-122,-70,-216,-70v-81,0,-148,22,-200,67v-52,45,-78,106,-78,185","w":1110},"9":{"d":"104,-411r169,0v10,79,38,144,84,194v46,50,101,75,166,75v89,0,159,-46,208,-139v49,-93,75,-219,76,-379v-94,103,-203,154,-326,154v-110,0,-202,-40,-276,-119v-74,-79,-111,-184,-111,-313v0,-131,37,-242,112,-336v75,-92,177,-139,307,-139v145,0,260,59,347,179v87,118,130,295,130,530v0,223,-42,400,-126,530v-83,131,-204,196,-363,196v-123,0,-219,-41,-288,-122v-69,-82,-105,-186,-109,-311xm797,-870v-29,-252,-121,-378,-276,-378v-77,0,-137,28,-183,86v-44,56,-67,126,-67,209v0,75,20,138,59,189v40,51,98,76,173,76v99,0,197,-61,294,-182","w":1110},":":{"d":"176,-722r0,-246r246,0r0,246r-246,0xm176,0r0,-246r246,0r0,246r-246,0","w":598,"k":{" ":164}},";":{"d":"176,-722r0,-246r246,0r0,246r-246,0xm176,0r0,-246r246,0r0,214v0,73,-6,129,-17,169v-11,40,-35,73,-73,99v-36,25,-89,39,-156,41r0,-104v80,-12,120,-62,120,-149v0,-5,0,-13,-1,-24r-119,0","w":598,"k":{" ":164}},"<":{"d":"1231,-165r-1096,-460r0,-141r1096,-460r0,170r-882,361r882,360r0,170","w":1366},"=":{"d":"135,-1009r1096,0r0,157r-1096,0r0,-157xm135,-539r1096,0r0,157r-1096,0r0,-157","w":1366},">":{"d":"135,-1226r1096,460r0,141r-1096,460r0,-170r882,-360r-882,-361r0,-170","w":1366},"?":{"d":"486,-375r-103,0r-24,-442v31,8,63,12,94,12v87,0,150,-22,189,-66v39,-44,58,-96,58,-157v0,-71,-21,-126,-62,-164v-42,-40,-95,-59,-159,-59v-78,0,-136,22,-173,67v-38,45,-57,100,-57,167v0,14,0,30,1,49r-187,0v-1,-18,-1,-33,-1,-46v0,-137,40,-237,122,-302v80,-65,177,-97,289,-97v135,0,239,36,313,109v74,72,111,167,111,285v0,114,-35,205,-105,273v-71,68,-154,102,-249,102v-7,0,-18,0,-32,-1xm311,0r0,-246r245,0r0,246r-245,0","w":961},"@":{"d":"1164,-138v-97,111,-199,166,-307,166v-98,0,-183,-41,-255,-124v-71,-82,-107,-190,-107,-324v0,-158,53,-304,159,-438v106,-133,226,-200,360,-200v127,0,227,61,302,183r34,-155r179,0r-144,672v-20,93,-30,144,-30,155v0,19,7,35,22,47v15,13,30,19,46,19v35,0,85,-23,151,-67v64,-46,120,-113,167,-202v47,-89,70,-184,70,-285v0,-183,-69,-333,-207,-453v-137,-118,-307,-178,-508,-178v-247,0,-447,84,-602,250v-155,168,-232,371,-232,610v0,248,77,438,230,571v153,133,364,199,631,199v157,0,297,-26,419,-79v124,-53,218,-127,285,-223r181,0v-55,115,-159,218,-310,311v-151,93,-342,139,-572,139v-323,0,-572,-82,-748,-246v-176,-163,-264,-381,-264,-653v0,-273,87,-512,260,-717v173,-205,417,-307,731,-307v256,0,462,76,619,227v157,152,235,336,235,553v0,185,-63,350,-188,497v-125,146,-264,219,-415,219v-67,0,-114,-14,-142,-41v-28,-27,-45,-69,-50,-126xm680,-403v0,83,21,151,63,204v42,53,92,79,150,79v91,0,175,-51,251,-152v77,-102,115,-219,115,-352v0,-89,-22,-158,-67,-210v-44,-50,-99,-76,-165,-76v-101,0,-185,56,-249,167v-66,111,-98,225,-98,340","w":2068},"A":{"d":"970,-489r-500,0r-107,315r169,0r0,174r-548,0r0,-174r168,0r380,-1060r-169,0r0,-157r711,0r0,157r-173,0r389,1060r156,0r0,174r-545,0r0,-174r173,0xm918,-652r-185,-582r-19,0r-192,582r396,0","w":1430,"k":{"y":82,"w":20,"v":123,"Y":102,"W":82,"V":123,"U":51,"T":41,"Q":82,"O":61,"G":61,"C":41}},"B":{"d":"217,-174r0,-1043r-171,0r0,-174r463,0v127,0,223,8,287,23v63,15,119,54,168,116v49,63,73,136,73,220v0,65,-15,123,-43,175v-30,52,-72,91,-128,118v77,27,137,71,178,133v42,61,63,132,63,211v0,69,-15,131,-47,187v-30,56,-72,99,-123,130v-51,31,-107,51,-169,62v-60,11,-144,16,-249,16r-473,0r0,-174r171,0xm427,-812r131,0v100,0,170,-18,210,-52v39,-36,59,-87,59,-155v0,-132,-90,-198,-269,-198r-131,0r0,405xm427,-174r79,0v103,0,179,-5,227,-16v48,-10,87,-34,117,-72v31,-39,46,-88,46,-148v0,-55,-14,-100,-44,-138v-28,-36,-66,-61,-112,-74v-45,-12,-110,-18,-193,-18r-120,0r0,466","w":1194,"k":{"U":41,".":41,",":41}},"C":{"d":"1277,-566r181,101v-41,155,-123,275,-246,359v-124,86,-266,128,-427,128v-211,0,-380,-68,-507,-205v-127,-137,-191,-306,-191,-507v0,-221,64,-396,192,-527v128,-131,295,-196,501,-196v182,0,335,50,459,149r0,-127r180,0r0,447r-180,0v-40,-91,-102,-161,-185,-210v-83,-50,-171,-75,-263,-75v-139,0,-253,50,-341,150v-90,100,-134,226,-134,379v0,157,48,285,143,384v95,99,208,149,339,149v107,0,205,-35,293,-103v88,-70,150,-168,186,-296","w":1556,"k":{"A":51,".":82,",":82}},"D":{"d":"215,-174r0,-1043r-189,0r0,-174r538,0v149,0,263,8,344,23v80,15,158,50,233,104v75,54,135,128,181,222v44,95,67,202,67,323v0,137,-22,257,-65,358v-43,101,-100,177,-170,227v-71,50,-154,85,-252,104v-96,20,-220,30,-370,30r-506,0r0,-174r189,0xm425,-174r110,0v123,0,220,-8,291,-23v72,-15,133,-41,182,-79v49,-36,89,-92,120,-167v31,-75,46,-163,46,-264v0,-121,-25,-223,-76,-307v-50,-84,-114,-139,-192,-164v-79,-26,-199,-39,-362,-39r-119,0r0,1043","w":1493,"k":{"Y":143,"W":143,"V":143,"A":20,".":123,",":123}},"E":{"d":"236,-174r0,-1043r-180,0r0,-174r1156,0r0,419r-172,0r0,-245r-594,0r0,414r517,0r0,174r-517,0r0,455r594,0r0,-253r172,0r0,427r-1156,0r0,-174r180,0","w":1280},"F":{"d":"213,-174r0,-1043r-176,0r0,-174r1079,0r0,419r-172,0r0,-245r-521,0r0,412r449,0r0,174r-449,0r0,457r178,0r0,174r-564,0r0,-174r176,0","w":1130,"k":{"o":164,"e":164,"a":164,"A":184,".":287,",":287}},"G":{"d":"1038,-671r506,0v1,18,1,34,1,48v0,195,-64,352,-192,469v-128,117,-297,176,-507,176v-251,0,-439,-72,-562,-214v-123,-144,-185,-313,-185,-508v0,-205,63,-375,189,-510v126,-135,297,-203,513,-203v194,0,357,59,488,177r0,-155r177,0r0,457r-177,0v-33,-77,-93,-145,-177,-204v-86,-60,-183,-90,-292,-90v-152,0,-272,51,-360,154v-88,103,-132,226,-132,371v0,166,50,298,150,395v101,97,222,146,363,146v111,0,209,-31,296,-92v87,-62,137,-143,152,-243r-251,0r0,-174","w":1642,"k":{".":123,",":123}},"H":{"d":"213,-174r0,-1043r-158,0r0,-174r532,0r0,174r-164,0r0,398r605,0r0,-398r-163,0r0,-174r532,0r0,174r-159,0r0,1043r159,0r0,174r-532,0r0,-174r163,0r0,-471r-605,0r0,471r164,0r0,174r-532,0r0,-174r158,0","w":1450},"I":{"d":"215,-174r0,-1043r-151,0r0,-174r512,0r0,174r-151,0r0,1043r151,0r0,174r-512,0r0,-174r151,0","w":641},"J":{"d":"-72,413r0,-195v52,13,102,20,150,20v60,0,100,-16,120,-50v19,-32,29,-99,29,-198r0,-1207r-178,0r0,-174r566,0r0,174r-178,0r0,1217v0,105,-8,184,-23,238v-16,55,-54,101,-114,140v-59,39,-130,58,-212,58v-57,0,-110,-8,-160,-23","w":641,"k":{"u":31,"o":82,"e":82,"a":72,"A":20,".":61,",":61}},"K":{"d":"211,-174r0,-1043r-174,0r0,-174r563,0r0,174r-179,0r0,1043r160,0r0,174r-544,0r0,-174r174,0xm428,-734r446,-483r-159,0r0,-174r545,0r0,174r-148,0r-428,483r440,560r149,0r0,174r-565,0r0,-174r150,0","w":1280,"k":{"y":164,"u":41,"o":41,"e":51,"O":82}},"L":{"d":"209,-174r0,-1043r-180,0r0,-174r569,0r0,174r-171,0r0,1043r426,0r0,-473r196,0r0,647r-1020,0r0,-174r180,0","w":1067,"k":{"\u2019":154,"\u201d":154,"y":41,"Y":154,"W":154,"V":205}},"M":{"d":"217,-174r0,-1043r-167,0r0,-174r476,0r366,953r370,-953r481,0r0,174r-168,0r0,1043r168,0r0,174r-524,0r0,-174r166,0r0,-1043r-480,1231r-41,0r-475,-1231r0,1043r153,0r0,174r-492,0r0,-174r167,0","w":1792},"N":{"d":"209,-174r0,-1043r-199,0r0,-174r475,0r610,1081r0,-907r-197,0r0,-174r571,0r0,174r-205,0r0,1231r-216,0r-667,-1187r0,999r199,0r0,174r-570,0r0,-174r199,0","w":1473,"k":{"A":31,".":82,",":82}},"O":{"d":"102,-702v0,-202,66,-371,198,-507v132,-136,304,-204,516,-204v214,0,388,68,523,204v135,136,202,306,202,511v0,209,-69,381,-205,516v-138,136,-312,204,-523,204v-135,0,-259,-32,-371,-96v-114,-65,-198,-154,-255,-270v-57,-114,-85,-234,-85,-358xm331,-701v0,153,45,281,134,384v89,103,207,155,352,155v144,0,262,-53,355,-158v93,-106,139,-232,139,-379v0,-148,-47,-273,-141,-375v-95,-103,-213,-154,-356,-154v-142,0,-258,50,-348,151v-90,101,-135,226,-135,376","w":1642,"k":{"Y":154,"X":154,"W":143,"V":143,"A":123,".":164,",":164}},"P":{"d":"216,-174r0,-1043r-175,0r0,-174r497,0v146,0,255,10,328,31v73,21,134,68,182,140v50,74,74,160,74,259v0,79,-16,151,-48,213v-33,64,-73,110,-120,140v-48,30,-102,50,-162,60v-59,11,-149,16,-270,16r-96,0r0,358r180,0r0,174r-565,0r0,-174r175,0xm426,-700r120,0v137,0,231,-20,284,-58v53,-40,79,-108,79,-207v0,-63,-14,-115,-42,-156v-28,-41,-63,-68,-104,-79v-41,-11,-110,-17,-207,-17r-130,0r0,517","k":{"o":61,"e":61,"a":41,"A":154,".":287,",":287}},"Q":{"d":"916,15r41,18v109,45,192,67,251,67v19,0,43,-3,73,-9r-74,172v-20,3,-38,5,-55,5v-66,0,-157,-28,-273,-84v-100,-48,-179,-72,-236,-72v-59,0,-107,16,-143,49r-59,-85v39,-43,91,-71,154,-84v-112,-35,-207,-92,-285,-170v-77,-79,-131,-163,-162,-254v-31,-90,-46,-180,-46,-269v0,-197,65,-365,195,-503v130,-140,303,-209,519,-209v216,0,391,68,524,203v133,135,200,306,200,512v0,109,-21,214,-63,312v-42,100,-114,188,-216,267v-102,79,-217,123,-345,134xm331,-701v0,153,45,281,134,384v89,103,207,155,352,155v144,0,262,-53,355,-158v93,-106,139,-232,139,-379v0,-148,-47,-273,-141,-375v-95,-103,-213,-154,-356,-154v-142,0,-258,50,-348,151v-90,101,-135,226,-135,376","w":1642,"k":{"U":61,".":184,",":184}},"R":{"d":"217,-174r0,-1043r-191,0r0,-174r565,0v118,0,212,9,281,27v69,19,127,58,172,116v45,60,68,133,68,221v0,184,-96,300,-287,347r246,506r170,0r0,174r-301,0r-317,-650r-196,0r0,476r178,0r0,174r-579,0r0,-174r191,0xm427,-824r164,0v79,0,138,-5,175,-16v38,-10,69,-31,93,-62v24,-32,36,-75,36,-128v0,-45,-12,-84,-37,-115v-24,-31,-54,-51,-90,-59v-35,-9,-90,-13,-163,-13r-178,0r0,393","w":1237,"k":{"Y":41,"W":41,"V":41,"O":41}},"S":{"d":"71,0r0,-505r174,0r0,123v83,151,192,227,327,227v69,0,127,-21,174,-63v47,-42,71,-97,71,-165v0,-66,-19,-113,-58,-143v-39,-28,-112,-57,-219,-86v-125,-33,-217,-65,-277,-94v-60,-30,-108,-72,-143,-128v-36,-54,-54,-120,-54,-195v0,-117,39,-210,116,-279v78,-70,176,-105,293,-105v111,0,215,36,310,108r0,-93r170,0r0,422r-170,0r0,-97v-71,-107,-170,-161,-295,-161v-76,0,-134,18,-175,52v-41,36,-61,77,-61,126v0,37,10,70,31,98v21,29,47,50,79,63v32,13,95,32,189,56v123,32,212,62,267,89v55,28,103,74,143,139v40,65,60,139,60,223v0,119,-42,217,-125,294v-84,77,-188,116,-311,116v-127,0,-241,-46,-342,-137r0,115r-174,0","w":1087,"k":{".":51,",":51}},"T":{"d":"483,-174r0,-1043r-287,0r0,355r-172,0r0,-529r1127,0r0,529r-172,0r0,-355r-286,0r0,1043r181,0r0,174r-569,0r0,-174r178,0","k":{"o":123,"h":-31,"e":102,"a":61,"O":31,"A":51,".":164,"-":256,",":164}},"U":{"d":"409,-1217r0,696v0,108,5,183,17,224v10,41,38,77,82,105v44,30,101,44,170,44v83,0,146,-12,190,-38v44,-24,73,-58,88,-100v14,-43,21,-118,21,-225r0,-706r-161,0r0,-174r544,0r0,174r-174,0r0,727v0,98,-4,169,-12,214v-9,44,-31,90,-68,138v-37,49,-88,88,-155,116v-67,30,-148,44,-243,44v-105,0,-193,-14,-263,-40v-70,-28,-123,-64,-158,-109v-35,-45,-59,-94,-71,-145v-11,-51,-17,-131,-17,-239r0,-706r-172,0r0,-174r547,0r0,174r-165,0","w":1386,"k":{"A":51,".":154,",":154}},"V":{"d":"635,14r-467,-1231r-172,0r0,-174r549,0r0,174r-161,0r354,934r345,-934r-162,0r0,-174r534,0r0,174r-169,0r-458,1231r-193,0","w":1450,"k":{"u":102,"o":225,"e":225,"a":225,"O":102,"G":102,"A":123,";":72,":":72,".":369,"-":246,",":369}},"W":{"d":"521,14r-354,-1231r-167,0r0,-174r532,0r0,174r-167,0r263,910r253,-910r-166,0r0,-174r639,0r0,174r-163,0r254,910r258,-910r-165,0r0,-174r511,0r0,174r-164,0r-347,1231r-199,0r-313,-1100r-311,1100r-194,0","w":2048,"k":{"y":102,"u":113,"o":184,"e":184,"a":184,"O":102,"A":82,";":72,":":72,".":328,"-":174,",":328}},"X":{"d":"207,-174r354,-527r-354,-516r-179,0r0,-174r560,0r0,174r-157,0r241,353r243,-353r-161,0r0,-174r534,0r0,174r-174,0r-343,499r373,544r181,0r0,174r-571,0r0,-174r161,0r-255,-378r-254,378r169,0r0,174r-554,0r0,-174r186,0","w":1343},"Y":{"d":"563,-174r0,-459r-414,-584r-170,0r0,-174r572,0r0,174r-175,0r307,429r280,-429r-175,0r0,-174r555,0r0,174r-184,0r-386,584r0,459r190,0r0,174r-587,0r0,-174r187,0","w":1323,"k":{"u":164,"o":246,"e":236,"a":256,"O":154,"A":102,";":72,":":72,".":246,"-":256,",":246}},"Z":{"d":"51,0r0,-174r745,-1043r-539,0r0,245r-172,0r0,-419r977,0r0,154r-758,1063r609,0r0,-269r172,0r0,443r-1034,0","w":1153},"[":{"d":"709,-1391r0,139r-304,0r0,1530r304,0r0,139r-494,0r0,-1808r494,0","w":768},"\\":{"d":"176,-1419r710,1441r-166,0r-710,-1441r166,0","w":897},"]":{"d":"59,-1391r494,0r0,1808r-494,0r0,-139r304,0r0,-1530r-304,0r0,-139","w":768},"^":{"d":"239,-590r-185,0r353,-801r145,0r355,801r-181,0r-247,-597","w":961},"_":{"d":"-12,154r1048,0r0,102r-1048,0r0,-102","w":1024},"`":{"d":"528,-1096r-128,0r-289,-317r276,0","w":682},"a":{"d":"1061,-169r0,169r-332,0r0,-118v-92,89,-195,134,-308,134v-88,0,-165,-29,-229,-86v-66,-57,-98,-131,-98,-220v0,-90,34,-165,104,-224v68,-59,152,-89,249,-89v91,0,178,27,263,82r0,-96v0,-49,-5,-87,-14,-114v-9,-27,-31,-51,-66,-72v-34,-21,-79,-32,-134,-32v-95,0,-164,38,-207,114r-182,-48v81,-151,220,-226,418,-226v73,0,135,10,189,29v52,20,92,46,118,76v26,32,44,65,52,101v10,36,14,93,14,172r0,448r163,0xm710,-360v-82,-64,-165,-96,-249,-96v-53,0,-97,15,-132,46v-35,31,-53,70,-53,119v0,45,16,83,46,114v32,31,74,46,127,46v92,0,179,-39,261,-116r0,-113","w":1087,"k":{"y":41,"w":41,"v":41}},"b":{"d":"54,0r0,-169r172,0r0,-1053r-172,0r0,-169r358,0r0,560v95,-109,212,-164,351,-164v133,0,245,46,335,137v91,92,136,213,136,363v0,144,-44,265,-132,363v-89,99,-202,148,-340,148v-77,0,-148,-17,-212,-50v-64,-33,-110,-70,-138,-111r0,145r-358,0xm418,-482v0,101,31,180,92,240v62,58,133,88,214,88v85,0,158,-31,219,-94v61,-63,92,-147,92,-252v0,-102,-31,-181,-91,-238v-62,-56,-133,-84,-215,-84v-81,0,-153,29,-216,88v-63,58,-95,142,-95,252","w":1323,"k":{"y":82,"v":82,"u":20,"l":41,"b":41,".":123,",":123}},"c":{"d":"990,-968r0,366r-170,0v-9,-70,-37,-124,-86,-161v-48,-37,-104,-56,-168,-56v-85,0,-155,30,-208,91v-53,60,-80,139,-80,237v0,91,25,172,76,241v51,70,124,105,220,105v133,0,230,-63,290,-190r157,74v-87,193,-238,289,-455,289v-153,0,-274,-52,-362,-157v-88,-105,-132,-225,-132,-362v0,-146,48,-267,144,-361v96,-96,207,-143,332,-143v107,0,198,32,272,95r0,-68r170,0","w":1067},"d":{"d":"1275,-169r0,169r-364,0r0,-142v-95,105,-210,158,-346,158v-126,0,-237,-43,-332,-129v-95,-86,-143,-208,-143,-367v0,-159,49,-285,147,-377v98,-92,209,-138,332,-138v131,0,245,52,342,156r0,-383r-186,0r0,-169r376,0r0,1222r174,0xm293,-485v0,107,30,189,91,246v60,57,132,86,216,86v81,0,154,-30,216,-91v64,-60,95,-143,95,-250v0,-107,-32,-188,-97,-243v-64,-55,-136,-82,-216,-82v-86,0,-158,32,-217,97v-59,64,-88,143,-88,237","w":1280,"k":{"y":51,"w":20,"v":20}},"e":{"d":"1098,-436r-814,0v12,89,47,162,106,217v59,55,134,83,225,83v133,0,238,-53,315,-160r168,74v-55,85,-126,148,-213,188v-87,42,-179,62,-274,62v-148,0,-275,-46,-379,-138v-106,-93,-158,-217,-158,-374v0,-149,51,-271,154,-367v102,-96,219,-144,352,-144v130,0,248,47,354,141v105,93,160,233,164,418xm902,-574v-13,-68,-49,-130,-106,-184v-57,-56,-128,-83,-211,-83v-76,0,-141,25,-195,75v-54,49,-87,113,-99,192r611,0","k":{"y":82,"x":20,"w":41,"v":72,"b":31,".":41,",":41}},"f":{"d":"197,-169r0,-630r-141,0r0,-168r141,0r0,-140v0,-118,25,-199,75,-245v50,-44,109,-67,177,-67v147,0,232,74,255,223r-169,26v-7,-62,-31,-93,-73,-93v-29,0,-48,10,-59,29v-11,20,-16,62,-16,127r0,140r166,0r0,168r-166,0r0,630r184,0r0,169r-515,0r0,-169r141,0","w":598,"k":{"\u0131":-20,"\u2019":-82,"\u201d":-82,"o":-41,"l":-20,"i":-20,"f":-20,"e":-51,"a":-51,".":-82,",":-82}},"g":{"d":"1257,-968r0,169r-174,0r0,721v0,97,-5,170,-15,216v-10,48,-34,96,-72,144v-39,50,-96,91,-173,124v-77,33,-162,50,-257,50v-143,0,-270,-43,-382,-129r124,-138v84,65,175,98,274,98v55,0,105,-11,152,-31v47,-22,82,-47,104,-77v24,-30,38,-59,45,-85v7,-28,10,-73,10,-137r0,-88v-30,38,-77,74,-141,108v-64,34,-134,51,-210,51v-139,0,-252,-48,-339,-144v-87,-96,-131,-214,-131,-354v0,-153,48,-277,144,-372v97,-94,208,-141,335,-141v128,0,242,51,342,153r0,-138r364,0xm274,-474v0,98,28,178,86,240v56,62,129,93,218,93v87,0,161,-31,224,-93v63,-63,94,-143,94,-241v0,-99,-31,-179,-94,-239v-63,-61,-135,-91,-218,-91v-83,0,-155,30,-217,89v-62,60,-93,141,-93,242","w":1280,"k":{"y":61,"o":41,"g":20,"e":41,"a":31,".":82,",":82}},"h":{"d":"217,-169r0,-1053r-175,0r0,-169r365,0r0,534v114,-92,222,-138,325,-138v64,0,117,13,158,40v41,27,70,62,84,105v16,44,23,108,23,192r0,489r165,0r0,169r-355,0r0,-592v0,-73,-2,-122,-7,-147v-5,-25,-18,-45,-38,-61v-22,-16,-46,-24,-75,-24v-73,0,-167,42,-280,125r0,530r168,0r0,169r-533,0r0,-169r175,0","k":{"y":61}},"i":{"d":"190,-1297v0,-31,11,-57,32,-80v22,-23,50,-34,83,-34v31,0,58,11,81,33v23,22,34,49,34,81v0,32,-11,59,-34,81v-23,23,-50,34,-81,34v-32,0,-59,-11,-81,-34v-23,-23,-34,-50,-34,-81xm217,-169r0,-630r-151,0r0,-169r341,0r0,799r149,0r0,169r-490,0r0,-169r151,0","w":598,"k":{"v":41}},"j":{"d":"202,-1297v0,-31,11,-58,34,-81v23,-22,50,-33,81,-33v32,0,59,11,81,33v23,22,34,49,34,81v0,32,-11,59,-34,81v-23,23,-50,34,-81,34v-33,0,-60,-12,-82,-34v-22,-24,-33,-50,-33,-81xm-38,416r0,-172v32,4,63,6,92,6v50,0,88,-8,112,-23v26,-15,42,-38,50,-67v9,-29,13,-120,13,-273r0,-686r-152,0r0,-169r342,0r0,824v0,166,-5,282,-16,347v-11,65,-42,119,-95,161v-53,41,-131,62,-234,62v-39,0,-77,-3,-112,-10","w":598},"k":{"d":"224,-169r0,-1053r-174,0r0,-169r364,0r0,869r362,-289r-161,0r0,-157r535,0r0,157r-148,0r-363,302r341,340r170,0r0,169r-249,0r-487,-487r0,318r167,0r0,169r-531,0r0,-169r174,0","k":{"y":41,"o":61,"e":61}},"l":{"d":"213,-169r0,-1053r-172,0r0,-169r362,0r0,1222r148,0r0,169r-510,0r0,-169r172,0","w":598,"k":{"y":41,"w":31}},"m":{"d":"227,-169r0,-630r-161,0r0,-169r351,0r0,122v115,-91,227,-137,337,-137v111,0,187,50,229,151v126,-101,243,-151,352,-151v63,0,114,14,155,41v40,28,67,63,81,106v14,42,21,104,21,187r0,480r169,0r0,169r-359,0r0,-615v0,-56,-2,-95,-8,-119v-4,-22,-17,-42,-38,-56v-20,-16,-44,-23,-73,-23v-81,0,-174,42,-277,125r0,519r166,0r0,169r-356,0r0,-633v0,-63,-9,-109,-28,-137v-18,-29,-49,-43,-93,-43v-72,0,-165,42,-278,125r0,519r170,0r0,169r-533,0r0,-169r173,0","w":1772,"k":{"y":41}},"n":{"d":"415,-968r0,117v122,-88,233,-132,334,-132v63,0,115,15,155,45v42,29,68,66,81,108v13,44,19,106,19,189r0,472r163,0r0,169r-353,0r0,-633v0,-73,-11,-121,-33,-143v-22,-23,-49,-34,-81,-34v-84,0,-179,41,-285,123r0,518r167,0r0,169r-527,0r0,-169r170,0r0,-630r-170,0r0,-169r360,0","k":{"y":61,"v":51,"u":20}},"o":{"d":"78,-484v0,-149,49,-272,148,-368v99,-95,219,-143,361,-143v139,0,259,47,359,141v100,95,150,218,150,370v0,152,-50,275,-150,370v-99,95,-219,142,-359,142v-144,0,-265,-48,-363,-144v-97,-96,-146,-219,-146,-368xm279,-484v0,95,30,174,89,234v60,62,133,92,219,92v87,0,161,-31,219,-92v60,-62,89,-140,89,-234v0,-95,-30,-173,-90,-234v-60,-61,-133,-92,-218,-92v-89,0,-163,31,-221,94v-58,63,-87,140,-87,232","k":{"y":102,"x":82,"w":92,"v":82,".":102,",":102}},"p":{"d":"191,265r0,-1064r-163,0r0,-169r353,0r0,152v95,-111,209,-167,344,-167v136,0,249,47,337,140v90,93,134,215,134,364v0,157,-48,280,-145,371v-97,91,-207,136,-330,136v-128,0,-241,-49,-340,-148r0,385r188,0r0,169r-555,0r0,-169r177,0xm378,-470v0,53,11,104,33,153v22,49,57,89,105,123v48,32,104,49,169,49v91,0,165,-30,225,-91v58,-61,88,-144,88,-250v0,-103,-31,-184,-92,-242v-62,-58,-132,-87,-211,-87v-84,0,-158,31,-221,95v-64,62,-96,146,-96,250","w":1280,"k":{"y":61,".":82,",":82}},"q":{"d":"1079,265r177,0r0,169r-555,0r0,-169r188,0r0,-387v-96,100,-210,150,-343,150v-121,0,-230,-45,-326,-135v-98,-90,-146,-215,-146,-374v0,-151,45,-272,135,-364v90,-92,202,-138,336,-138v135,0,249,56,344,167r0,-152r353,0r0,169r-163,0r0,1064xm892,-470v0,-104,-32,-188,-96,-250v-63,-64,-137,-95,-221,-95v-81,0,-152,30,-213,89v-60,59,-90,140,-90,243v0,94,27,174,82,239v54,66,130,99,229,99v99,0,176,-33,229,-100v53,-67,80,-142,80,-225","w":1260},"r":{"d":"240,-169r0,-630r-195,0r0,-169r347,0r0,218v21,-57,51,-104,89,-141v38,-37,78,-62,121,-74v42,-12,100,-18,173,-18r50,0r0,192r-38,0v-97,0,-169,10,-217,29v-47,19,-82,54,-106,106v-22,50,-34,142,-34,274r0,213r211,0r0,169r-596,0r0,-169r195,0","w":854,"k":{"y":-31,"v":-31,"u":-31,"t":-31,"r":-31,"q":61,"p":-31,"o":82,"n":-61,"l":41,"k":41,"i":-41,"g":61,"e":102,"d":82,"c":82,"a":51,".":123,",":123}},"s":{"d":"84,0r0,-332r170,0r0,32v6,45,30,83,74,112v42,29,93,44,152,44v61,0,110,-11,147,-32v37,-21,55,-51,55,-89v0,-37,-15,-64,-46,-81v-30,-17,-90,-33,-180,-48v-133,-23,-228,-59,-286,-110v-56,-50,-85,-115,-85,-195v0,-81,31,-148,93,-203v62,-54,144,-81,245,-81v91,0,170,19,236,56r0,-41r169,0r0,321r-169,0r0,-59v-51,-79,-126,-119,-224,-119v-50,0,-91,11,-123,33v-33,21,-49,50,-49,86v0,37,15,62,45,76v29,13,93,28,191,43v94,15,165,32,213,51v48,20,88,53,120,98v31,46,47,99,47,160v0,90,-35,162,-103,214v-70,54,-159,80,-269,80v-103,0,-188,-23,-253,-70r0,54r-170,0","w":938},"t":{"d":"62,-799r0,-169r126,0r0,-149r190,-174r0,323r179,0r0,169r-179,0r0,470v0,75,4,122,12,139v9,18,30,27,63,27v35,0,70,-7,104,-20r0,173v-49,17,-97,26,-146,26v-58,0,-105,-13,-141,-38v-36,-26,-59,-58,-68,-97v-9,-39,-14,-105,-14,-200r0,-480r-126,0","w":618},"u":{"d":"1133,-169r0,169r-357,0r0,-111v-111,85,-218,127,-320,127v-65,0,-118,-14,-160,-42v-43,-29,-71,-66,-85,-110v-14,-46,-21,-118,-21,-218r0,-445r-137,0r0,-169r327,0r0,590v0,71,2,119,6,144v4,25,16,45,35,61v19,16,44,24,73,24v88,0,182,-42,282,-126r0,-524r-171,0r0,-169r361,0r0,799r167,0","w":1153},"v":{"d":"483,16r-316,-815r-171,0r0,-169r487,0r0,169r-126,0r208,549r209,-549r-134,0r0,-169r473,0r0,169r-149,0r-309,815r-172,0","w":1110,"k":{"o":72,"e":51,"a":31,".":205,",":205}},"w":{"d":"374,16r-259,-815r-118,0r0,-169r408,0r0,169r-127,0r185,584r185,-584r-106,0r0,-169r468,0r0,169r-106,0r185,584r186,-584r-133,0r0,-169r437,0r0,169r-139,0r-260,815r-179,0r-222,-700r-226,700r-179,0","w":1579,"k":{"o":72,"h":41,"e":51,"a":31,".":164,",":164}},"x":{"d":"569,-385r-188,216r124,0r0,169r-469,0r0,-169r143,0r291,-329r-278,-301r-131,0r0,-169r455,0r0,169r-121,0r174,187r168,-187r-99,0r0,-169r457,0r0,169r-159,0r-265,301r302,329r122,0r0,169r-457,0r0,-169r134,0","w":1130,"k":{"e":82}},"y":{"d":"496,-17r-318,-782r-161,0r0,-169r479,0r0,169r-116,0r209,536r205,-536r-128,0r0,-169r469,0r0,169r-144,0r-479,1233r-321,0r0,-166r189,0","w":1153,"k":{"o":102,"e":102,"a":41,".":205,",":205}},"z":{"d":"33,0r0,-158r607,-653r-398,0r0,186r-162,0r0,-343r786,0r0,169r-609,641r443,0r0,-198r166,0r0,356r-833,0","w":918,"k":{"o":31,"e":20}},"{":{"d":"58,-556v48,-1,88,-13,120,-36v32,-23,54,-56,68,-99v12,-43,19,-121,19,-233v0,-143,8,-243,24,-299v16,-56,47,-98,92,-126v45,-28,112,-42,200,-42r56,0r0,149r-31,0v-67,0,-112,11,-136,34v-24,22,-36,75,-36,159v0,148,-3,252,-10,311v-7,59,-25,110,-55,152v-30,42,-78,78,-144,108v70,27,122,70,157,130v35,59,52,157,52,293v0,125,2,205,6,238v3,33,16,59,38,76v21,17,64,26,128,26r31,0r0,149r-56,0v-65,0,-117,-6,-154,-19v-37,-13,-70,-37,-97,-71v-28,-36,-46,-79,-54,-130v-7,-52,-11,-134,-11,-247v0,-112,-7,-190,-19,-233v-14,-43,-36,-76,-68,-99v-33,-23,-73,-35,-120,-36r0,-155","w":682},"|":{"d":"461,-1419r157,0r0,1875r-157,0r0,-1875","w":1079},"}":{"d":"624,-401v-48,1,-88,13,-120,36v-32,23,-54,56,-68,99v-12,44,-19,122,-19,233v0,143,-8,243,-24,299v-16,57,-47,99,-92,126v-45,28,-112,42,-200,42r-56,0r0,-148r31,0v67,0,112,-11,136,-34v24,-22,36,-75,36,-159v0,-149,3,-253,10,-312v7,-59,25,-110,55,-151v30,-42,78,-78,144,-108v-70,-27,-122,-70,-157,-130v-35,-60,-52,-158,-52,-293v0,-125,-2,-205,-6,-239v-4,-33,-17,-59,-38,-76v-22,-17,-65,-26,-128,-26r-31,0r0,-149r56,0v65,0,117,6,154,19v37,13,70,36,97,72v28,34,46,78,54,130v7,51,11,133,11,246v0,112,6,190,19,233v13,43,35,77,68,99v33,24,73,35,120,36r0,155","w":682},"~":{"d":"1145,-666v-103,85,-201,128,-293,128v-41,0,-80,-6,-119,-18v-39,-12,-103,-39,-193,-81v-85,-39,-149,-59,-193,-59v-90,0,-189,47,-298,140r0,-169v105,-85,206,-128,305,-128v62,0,160,31,293,94v91,42,159,63,204,63v89,0,187,-46,294,-139r0,169","w":1194},"\u00c4":{"d":"970,-489r-500,0r-107,315r169,0r0,174r-548,0r0,-174r168,0r380,-1060r-169,0r0,-157r711,0r0,157r-173,0r389,1060r156,0r0,174r-545,0r0,-174r173,0xm918,-652r-185,-582r-19,0r-192,582r396,0xm427,-1617v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm789,-1617v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1430},"\u00c5":{"d":"634,-1391v-91,-39,-136,-106,-136,-202v0,-59,21,-110,64,-153v42,-43,93,-64,153,-64v61,0,112,21,154,64v42,43,63,94,63,153v0,96,-45,163,-136,202r278,0r0,157r-173,0r389,1060r156,0r0,174r-545,0r0,-174r173,0r-104,-315r-500,0r-107,315r169,0r0,174r-548,0r0,-174r168,0r380,-1060r-169,0r0,-157r271,0xm594,-1592v0,32,12,60,35,84v23,24,52,36,86,36v33,0,62,-12,85,-36v24,-23,36,-51,36,-84v0,-33,-12,-62,-35,-86v-23,-23,-52,-35,-86,-35v-33,0,-62,12,-85,35v-24,24,-36,53,-36,86xm918,-652r-185,-582r-19,0r-192,582r396,0","w":1430},"\u00c7":{"d":"729,19v-200,-14,-357,-89,-471,-224v-114,-135,-171,-297,-171,-486v0,-220,64,-395,192,-526v128,-131,295,-196,501,-196v182,0,335,50,459,149r0,-127r180,0r0,447r-180,0v-40,-91,-102,-161,-185,-210v-83,-50,-171,-75,-263,-75v-139,0,-253,50,-341,150v-90,100,-134,226,-134,379v0,157,48,285,143,384v95,99,208,149,339,149v107,0,205,-35,293,-103v88,-70,150,-168,186,-296r181,101v-37,141,-108,253,-214,337v-107,83,-233,132,-379,147r-8,49v116,16,174,74,174,175v0,49,-20,96,-59,142v-39,46,-131,69,-276,69v-25,0,-54,0,-85,-1r0,-114v81,0,136,-5,165,-15v29,-11,43,-29,43,-54v0,-24,-9,-41,-27,-51v-19,-10,-52,-15,-99,-15","w":1556},"\u00c9":{"d":"236,-174r0,-1043r-180,0r0,-174r1156,0r0,419r-172,0r0,-245r-594,0r0,414r517,0r0,174r-517,0r0,455r594,0r0,-253r172,0r0,427r-1156,0r0,-174r180,0xm510,-1473r141,-317r276,0r-289,317r-128,0","w":1280},"\u00d1":{"d":"209,-174r0,-1043r-199,0r0,-174r475,0r610,1081r0,-907r-197,0r0,-174r571,0r0,174r-205,0r0,1231r-216,0r-667,-1187r0,999r199,0r0,174r-570,0r0,-174r199,0xm959,-1768r112,0v-3,103,-22,175,-59,216v-36,41,-77,62,-124,62v-47,0,-108,-22,-181,-67v-65,-39,-107,-58,-127,-58v-21,0,-35,8,-44,24v-9,17,-13,45,-13,86r-115,0v1,-96,19,-165,54,-206v35,-41,78,-62,128,-62v40,0,101,24,184,72v57,34,95,51,114,51v45,0,68,-39,71,-118","w":1473},"\u00d6":{"d":"102,-702v0,-202,66,-371,198,-507v132,-136,304,-204,516,-204v214,0,388,68,523,204v135,136,202,306,202,511v0,209,-69,381,-205,516v-138,136,-312,204,-523,204v-135,0,-259,-32,-371,-96v-114,-65,-198,-154,-255,-270v-57,-114,-85,-234,-85,-358xm331,-701v0,153,45,281,134,384v89,103,207,155,352,155v144,0,262,-53,355,-158v93,-106,139,-232,139,-379v0,-148,-47,-273,-141,-375v-95,-103,-213,-154,-356,-154v-142,0,-258,50,-348,151v-90,101,-135,226,-135,376xm529,-1617v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm891,-1617v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1642},"\u00dc":{"d":"409,-1217r0,696v0,108,5,183,17,224v10,41,38,77,82,105v44,30,101,44,170,44v83,0,146,-12,190,-38v44,-24,73,-58,88,-100v14,-43,21,-118,21,-225r0,-706r-161,0r0,-174r544,0r0,174r-174,0r0,727v0,98,-4,169,-12,214v-9,44,-31,90,-68,138v-37,49,-88,88,-155,116v-67,30,-148,44,-243,44v-105,0,-193,-14,-263,-40v-70,-28,-123,-64,-158,-109v-35,-45,-59,-94,-71,-145v-11,-51,-17,-131,-17,-239r0,-706r-172,0r0,-174r547,0r0,174r-165,0xm402,-1617v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm764,-1617v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1386},"\u00e1":{"d":"1061,-169r0,169r-332,0r0,-118v-92,89,-195,134,-308,134v-88,0,-165,-29,-229,-86v-66,-57,-98,-131,-98,-220v0,-90,34,-165,104,-224v68,-59,152,-89,249,-89v91,0,178,27,263,82r0,-96v0,-49,-5,-87,-14,-114v-9,-27,-31,-51,-66,-72v-34,-21,-79,-32,-134,-32v-95,0,-164,38,-207,114r-182,-48v81,-151,220,-226,418,-226v73,0,135,10,189,29v52,20,92,46,118,76v26,32,44,65,52,101v10,36,14,93,14,172r0,448r163,0xm710,-360v-82,-64,-165,-96,-249,-96v-53,0,-97,15,-132,46v-35,31,-53,70,-53,119v0,45,16,83,46,114v32,31,74,46,127,46v92,0,179,-39,261,-116r0,-113xm356,-1096r141,-317r276,0r-289,317r-128,0","w":1087},"\u00e0":{"d":"1061,-169r0,169r-332,0r0,-118v-92,89,-195,134,-308,134v-88,0,-165,-29,-229,-86v-66,-57,-98,-131,-98,-220v0,-90,34,-165,104,-224v68,-59,152,-89,249,-89v91,0,178,27,263,82r0,-96v0,-49,-5,-87,-14,-114v-9,-27,-31,-51,-66,-72v-34,-21,-79,-32,-134,-32v-95,0,-164,38,-207,114r-182,-48v81,-151,220,-226,418,-226v73,0,135,10,189,29v52,20,92,46,118,76v26,32,44,65,52,101v10,36,14,93,14,172r0,448r163,0xm710,-360v-82,-64,-165,-96,-249,-96v-53,0,-97,15,-132,46v-35,31,-53,70,-53,119v0,45,16,83,46,114v32,31,74,46,127,46v92,0,179,-39,261,-116r0,-113xm708,-1096r-128,0r-289,-317r276,0","w":1087},"\u00e2":{"d":"1061,-169r0,169r-332,0r0,-118v-92,89,-195,134,-308,134v-88,0,-165,-29,-229,-86v-66,-57,-98,-131,-98,-220v0,-90,34,-165,104,-224v68,-59,152,-89,249,-89v91,0,178,27,263,82r0,-96v0,-49,-5,-87,-14,-114v-9,-27,-31,-51,-66,-72v-34,-21,-79,-32,-134,-32v-95,0,-164,38,-207,114r-182,-48v81,-151,220,-226,418,-226v73,0,135,10,189,29v52,20,92,46,118,76v26,32,44,65,52,101v10,36,14,93,14,172r0,448r163,0xm710,-360v-82,-64,-165,-96,-249,-96v-53,0,-97,15,-132,46v-35,31,-53,70,-53,119v0,45,16,83,46,114v32,31,74,46,127,46v92,0,179,-39,261,-116r0,-113xm522,-1273r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":1087},"\u00e4":{"d":"1061,-169r0,169r-332,0r0,-118v-92,89,-195,134,-308,134v-88,0,-165,-29,-229,-86v-66,-57,-98,-131,-98,-220v0,-90,34,-165,104,-224v68,-59,152,-89,249,-89v91,0,178,27,263,82r0,-96v0,-49,-5,-87,-14,-114v-9,-27,-31,-51,-66,-72v-34,-21,-79,-32,-134,-32v-95,0,-164,38,-207,114r-182,-48v81,-151,220,-226,418,-226v73,0,135,10,189,29v52,20,92,46,118,76v26,32,44,65,52,101v10,36,14,93,14,172r0,448r163,0xm710,-360v-82,-64,-165,-96,-249,-96v-53,0,-97,15,-132,46v-35,31,-53,70,-53,119v0,45,16,83,46,114v32,31,74,46,127,46v92,0,179,-39,261,-116r0,-113xm229,-1255v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm591,-1255v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1087},"\u00e3":{"d":"1061,-169r0,169r-332,0r0,-118v-92,89,-195,134,-308,134v-88,0,-165,-29,-229,-86v-66,-57,-98,-131,-98,-220v0,-90,34,-165,104,-224v68,-59,152,-89,249,-89v91,0,178,27,263,82r0,-96v0,-49,-5,-87,-14,-114v-9,-27,-31,-51,-66,-72v-34,-21,-79,-32,-134,-32v-95,0,-164,38,-207,114r-182,-48v81,-151,220,-226,418,-226v73,0,135,10,189,29v52,20,92,46,118,76v26,32,44,65,52,101v10,36,14,93,14,172r0,448r163,0xm710,-360v-82,-64,-165,-96,-249,-96v-53,0,-97,15,-132,46v-35,31,-53,70,-53,119v0,45,16,83,46,114v32,31,74,46,127,46v92,0,179,-39,261,-116r0,-113xm746,-1391r112,0v-3,103,-22,175,-59,216v-36,41,-77,62,-124,62v-47,0,-108,-22,-181,-67v-65,-39,-107,-58,-127,-58v-21,0,-35,8,-44,24v-9,17,-13,45,-13,86r-115,0v1,-96,19,-165,54,-206v35,-41,78,-62,128,-62v40,0,101,24,184,72v57,34,95,51,114,51v45,0,68,-39,71,-118","w":1087},"\u00e5":{"d":"1061,-169r0,169r-332,0r0,-118v-92,89,-195,134,-308,134v-88,0,-165,-29,-229,-86v-66,-57,-98,-131,-98,-220v0,-90,34,-165,104,-224v68,-59,152,-89,249,-89v91,0,178,27,263,82r0,-96v0,-49,-5,-87,-14,-114v-9,-27,-31,-51,-66,-72v-34,-21,-79,-32,-134,-32v-95,0,-164,38,-207,114r-182,-48v81,-151,220,-226,418,-226v73,0,135,10,189,29v52,20,92,46,118,76v26,32,44,65,52,101v10,36,14,93,14,172r0,448r163,0xm710,-360v-82,-64,-165,-96,-249,-96v-53,0,-97,15,-132,46v-35,31,-53,70,-53,119v0,45,16,83,46,114v32,31,74,46,127,46v92,0,179,-39,261,-116r0,-113xm322,-1255v0,-53,19,-99,57,-139v38,-40,85,-60,142,-60v55,0,102,20,141,58v39,40,58,86,58,141v0,55,-20,101,-58,141v-40,38,-86,58,-141,58v-57,0,-104,-20,-142,-60v-38,-39,-57,-86,-57,-139xm400,-1255v0,33,12,61,35,85v23,24,52,36,86,36v33,0,62,-12,85,-36v24,-23,36,-52,36,-85v0,-33,-12,-61,-36,-85v-23,-23,-52,-35,-85,-35v-35,0,-63,12,-87,36v-22,24,-34,52,-34,84","w":1087},"\u00e7":{"d":"597,27r-13,70v95,23,142,78,142,163v0,53,-23,100,-69,138v-46,40,-124,59,-233,59r-72,0r0,-111v71,0,119,-6,145,-18v26,-12,39,-31,39,-58v0,-39,-32,-58,-97,-58r35,-191v-120,-19,-217,-77,-291,-177v-74,-98,-111,-210,-111,-335v0,-146,48,-267,144,-361v96,-96,207,-143,332,-143v107,0,198,32,272,95r0,-68r170,0r0,366r-170,0v-9,-70,-37,-124,-86,-161v-48,-37,-104,-56,-168,-56v-85,0,-155,30,-208,91v-53,60,-80,139,-80,237v0,91,25,172,76,241v51,70,124,105,220,105v133,0,230,-63,290,-190r157,74v-81,180,-223,276,-424,288","w":1067},"\u00e9":{"d":"1098,-436r-814,0v12,89,47,162,106,217v59,55,134,83,225,83v133,0,238,-53,315,-160r168,74v-55,85,-126,148,-213,188v-87,42,-179,62,-274,62v-148,0,-275,-46,-379,-138v-106,-93,-158,-217,-158,-374v0,-149,51,-271,154,-367v102,-96,219,-144,352,-144v130,0,248,47,354,141v105,93,160,233,164,418xm902,-574v-13,-68,-49,-130,-106,-184v-57,-56,-128,-83,-211,-83v-76,0,-141,25,-195,75v-54,49,-87,113,-99,192r611,0xm438,-1096r141,-317r276,0r-289,317r-128,0"},"\u00e8":{"d":"1098,-436r-814,0v12,89,47,162,106,217v59,55,134,83,225,83v133,0,238,-53,315,-160r168,74v-55,85,-126,148,-213,188v-87,42,-179,62,-274,62v-148,0,-275,-46,-379,-138v-106,-93,-158,-217,-158,-374v0,-149,51,-271,154,-367v102,-96,219,-144,352,-144v130,0,248,47,354,141v105,93,160,233,164,418xm902,-574v-13,-68,-49,-130,-106,-184v-57,-56,-128,-83,-211,-83v-76,0,-141,25,-195,75v-54,49,-87,113,-99,192r611,0xm740,-1096r-128,0r-289,-317r276,0"},"\u00ea":{"d":"1098,-436r-814,0v12,89,47,162,106,217v59,55,134,83,225,83v133,0,238,-53,315,-160r168,74v-55,85,-126,148,-213,188v-87,42,-179,62,-274,62v-148,0,-275,-46,-379,-138v-106,-93,-158,-217,-158,-374v0,-149,51,-271,154,-367v102,-96,219,-144,352,-144v130,0,248,47,354,141v105,93,160,233,164,418xm902,-574v-13,-68,-49,-130,-106,-184v-57,-56,-128,-83,-211,-83v-76,0,-141,25,-195,75v-54,49,-87,113,-99,192r611,0xm582,-1273r-165,174r-135,0r168,-312r267,0r173,312r-141,0"},"\u00eb":{"d":"1098,-436r-814,0v12,89,47,162,106,217v59,55,134,83,225,83v133,0,238,-53,315,-160r168,74v-55,85,-126,148,-213,188v-87,42,-179,62,-274,62v-148,0,-275,-46,-379,-138v-106,-93,-158,-217,-158,-374v0,-149,51,-271,154,-367v102,-96,219,-144,352,-144v130,0,248,47,354,141v105,93,160,233,164,418xm902,-574v-13,-68,-49,-130,-106,-184v-57,-56,-128,-83,-211,-83v-76,0,-141,25,-195,75v-54,49,-87,113,-99,192r611,0xm294,-1255v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm656,-1255v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79"},"\u00ed":{"d":"217,-169r0,-630r-151,0r0,-169r341,0r0,799r149,0r0,169r-490,0r0,-169r151,0xm145,-1096r141,-317r276,0r-289,317r-128,0","w":598},"\u00ec":{"d":"217,-169r0,-630r-151,0r0,-169r341,0r0,799r149,0r0,169r-490,0r0,-169r151,0xm441,-1096r-128,0r-289,-317r276,0","w":598},"\u00ee":{"d":"217,-169r0,-630r-151,0r0,-169r341,0r0,799r149,0r0,169r-490,0r0,-169r151,0xm296,-1273r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":598},"\u00ef":{"d":"217,-169r0,-630r-151,0r0,-169r341,0r0,799r149,0r0,169r-490,0r0,-169r151,0xm8,-1255v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm370,-1255v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":598},"\u00f1":{"d":"415,-968r0,117v122,-88,233,-132,334,-132v63,0,115,15,155,45v42,29,68,66,81,108v13,44,19,106,19,189r0,472r163,0r0,169r-353,0r0,-633v0,-73,-11,-121,-33,-143v-22,-23,-49,-34,-81,-34v-84,0,-179,41,-285,123r0,518r167,0r0,169r-527,0r0,-169r170,0r0,-630r-170,0r0,-169r360,0xm831,-1391r112,0v-3,103,-22,175,-59,216v-36,41,-77,62,-124,62v-47,0,-108,-22,-181,-67v-65,-39,-107,-58,-127,-58v-21,0,-35,8,-44,24v-9,17,-13,45,-13,86r-115,0v1,-96,19,-165,54,-206v35,-41,78,-62,128,-62v40,0,101,24,184,72v57,34,95,51,114,51v45,0,68,-39,71,-118"},"\u00f3":{"d":"78,-484v0,-149,49,-272,148,-368v99,-95,219,-143,361,-143v139,0,259,47,359,141v100,95,150,218,150,370v0,152,-50,275,-150,370v-99,95,-219,142,-359,142v-144,0,-265,-48,-363,-144v-97,-96,-146,-219,-146,-368xm279,-484v0,95,30,174,89,234v60,62,133,92,219,92v87,0,161,-31,219,-92v60,-62,89,-140,89,-234v0,-95,-30,-173,-90,-234v-60,-61,-133,-92,-218,-92v-89,0,-163,31,-221,94v-58,63,-87,140,-87,232xm451,-1096r141,-317r276,0r-289,317r-128,0"},"\u00f2":{"d":"78,-484v0,-149,49,-272,148,-368v99,-95,219,-143,361,-143v139,0,259,47,359,141v100,95,150,218,150,370v0,152,-50,275,-150,370v-99,95,-219,142,-359,142v-144,0,-265,-48,-363,-144v-97,-96,-146,-219,-146,-368xm279,-484v0,95,30,174,89,234v60,62,133,92,219,92v87,0,161,-31,219,-92v60,-62,89,-140,89,-234v0,-95,-30,-173,-90,-234v-60,-61,-133,-92,-218,-92v-89,0,-163,31,-221,94v-58,63,-87,140,-87,232xm723,-1096r-128,0r-289,-317r276,0"},"\u00f4":{"d":"78,-484v0,-149,49,-272,148,-368v99,-95,219,-143,361,-143v139,0,259,47,359,141v100,95,150,218,150,370v0,152,-50,275,-150,370v-99,95,-219,142,-359,142v-144,0,-265,-48,-363,-144v-97,-96,-146,-219,-146,-368xm279,-484v0,95,30,174,89,234v60,62,133,92,219,92v87,0,161,-31,219,-92v60,-62,89,-140,89,-234v0,-95,-30,-173,-90,-234v-60,-61,-133,-92,-218,-92v-89,0,-163,31,-221,94v-58,63,-87,140,-87,232xm583,-1273r-165,174r-135,0r168,-312r267,0r173,312r-141,0"},"\u00f6":{"d":"78,-484v0,-149,49,-272,148,-368v99,-95,219,-143,361,-143v139,0,259,47,359,141v100,95,150,218,150,370v0,152,-50,275,-150,370v-99,95,-219,142,-359,142v-144,0,-265,-48,-363,-144v-97,-96,-146,-219,-146,-368xm279,-484v0,95,30,174,89,234v60,62,133,92,219,92v87,0,161,-31,219,-92v60,-62,89,-140,89,-234v0,-95,-30,-173,-90,-234v-60,-61,-133,-92,-218,-92v-89,0,-163,31,-221,94v-58,63,-87,140,-87,232xm295,-1255v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm657,-1255v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79"},"\u00f5":{"d":"78,-484v0,-149,49,-272,148,-368v99,-95,219,-143,361,-143v139,0,259,47,359,141v100,95,150,218,150,370v0,152,-50,275,-150,370v-99,95,-219,142,-359,142v-144,0,-265,-48,-363,-144v-97,-96,-146,-219,-146,-368xm279,-484v0,95,30,174,89,234v60,62,133,92,219,92v87,0,161,-31,219,-92v60,-62,89,-140,89,-234v0,-95,-30,-173,-90,-234v-60,-61,-133,-92,-218,-92v-89,0,-163,31,-221,94v-58,63,-87,140,-87,232xm807,-1391r112,0v-3,103,-22,175,-59,216v-36,41,-77,62,-124,62v-47,0,-108,-22,-181,-67v-65,-39,-107,-58,-127,-58v-21,0,-35,8,-44,24v-9,17,-13,45,-13,86r-115,0v1,-96,19,-165,54,-206v35,-41,78,-62,128,-62v40,0,101,24,184,72v57,34,95,51,114,51v45,0,68,-39,71,-118"},"\u00fa":{"d":"1133,-169r0,169r-357,0r0,-111v-111,85,-218,127,-320,127v-65,0,-118,-14,-160,-42v-43,-29,-71,-66,-85,-110v-14,-46,-21,-118,-21,-218r0,-445r-137,0r0,-169r327,0r0,590v0,71,2,119,6,144v4,25,16,45,35,61v19,16,44,24,73,24v88,0,182,-42,282,-126r0,-524r-171,0r0,-169r361,0r0,799r167,0xm433,-1096r141,-317r276,0r-289,317r-128,0","w":1153},"\u00f9":{"d":"1133,-169r0,169r-357,0r0,-111v-111,85,-218,127,-320,127v-65,0,-118,-14,-160,-42v-43,-29,-71,-66,-85,-110v-14,-46,-21,-118,-21,-218r0,-445r-137,0r0,-169r327,0r0,590v0,71,2,119,6,144v4,25,16,45,35,61v19,16,44,24,73,24v88,0,182,-42,282,-126r0,-524r-171,0r0,-169r361,0r0,799r167,0xm739,-1096r-128,0r-289,-317r276,0","w":1153},"\u00fb":{"d":"1133,-169r0,169r-357,0r0,-111v-111,85,-218,127,-320,127v-65,0,-118,-14,-160,-42v-43,-29,-71,-66,-85,-110v-14,-46,-21,-118,-21,-218r0,-445r-137,0r0,-169r327,0r0,590v0,71,2,119,6,144v4,25,16,45,35,61v19,16,44,24,73,24v88,0,182,-42,282,-126r0,-524r-171,0r0,-169r361,0r0,799r167,0xm589,-1273r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":1153},"\u00fc":{"d":"1133,-169r0,169r-357,0r0,-111v-111,85,-218,127,-320,127v-65,0,-118,-14,-160,-42v-43,-29,-71,-66,-85,-110v-14,-46,-21,-118,-21,-218r0,-445r-137,0r0,-169r327,0r0,590v0,71,2,119,6,144v4,25,16,45,35,61v19,16,44,24,73,24v88,0,182,-42,282,-126r0,-524r-171,0r0,-169r361,0r0,799r167,0xm301,-1255v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm663,-1255v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1153},"\u2020":{"d":"431,-1413r210,0r0,230v-44,79,-67,171,-69,276v109,-2,195,-22,260,-61r188,0r0,192r-188,0v-65,-39,-146,-58,-243,-58r-17,0v0,116,23,210,69,283r0,241r-69,755r-76,0r-65,-755r0,-241v42,-76,64,-170,65,-283v-102,1,-187,20,-256,58r-193,0r0,-192r193,0v75,41,161,61,256,61v0,-124,-22,-216,-65,-276r0,-230","w":1067},"\u00b0":{"d":"406,-1413v95,0,176,34,244,101v68,68,102,150,102,245v0,95,-34,176,-102,244v-67,68,-149,102,-244,102v-96,0,-178,-34,-245,-101v-67,-68,-101,-150,-101,-245v0,-95,34,-177,102,-245v67,-67,149,-101,244,-101xm406,-1283v-59,0,-109,21,-152,63v-42,42,-63,93,-63,152v0,59,21,110,63,152v42,42,93,63,152,63v59,0,110,-21,152,-63v42,-43,63,-93,63,-152v0,-61,-21,-112,-64,-153v-43,-41,-93,-62,-151,-62","w":811},"\u00a2":{"d":"347,-23v-83,-45,-148,-111,-195,-195v-47,-86,-70,-176,-70,-273v0,-143,48,-262,142,-359v96,-97,205,-145,329,-145v47,0,91,7,133,22r157,-448r89,0r-169,474v25,13,47,29,67,47r0,-73r170,0r0,371r-157,0v-15,-85,-60,-147,-137,-186r-223,627v29,11,62,16,98,16v135,0,233,-63,293,-190r157,74v-87,193,-239,289,-457,289v-55,0,-105,-7,-151,-20r-155,434r-87,0xm410,-202r218,-612v-19,-3,-36,-5,-53,-5v-86,0,-155,30,-208,91v-53,61,-79,140,-79,237v0,125,41,222,122,289","w":1067},"\u00a3":{"d":"572,-597v9,46,13,91,13,134v0,65,-10,133,-31,203v108,55,182,82,223,82v105,0,162,-58,173,-175r121,0v-3,133,-33,229,-89,287v-55,59,-125,88,-209,88v-84,0,-181,-41,-292,-122v-63,81,-136,122,-219,122v-52,0,-97,-16,-136,-49v-39,-33,-58,-77,-58,-134v0,-61,21,-109,62,-144v42,-35,90,-53,143,-53v43,0,92,12,147,36v1,-19,2,-33,2,-42v0,-64,-17,-142,-50,-233r-305,0r0,-161r244,0v-53,-133,-79,-242,-79,-328v0,-109,36,-190,110,-245v72,-55,159,-82,258,-82v105,0,194,29,268,87v72,58,109,148,109,270v0,8,0,20,-1,35r-191,0r2,-54v0,-43,-13,-83,-41,-121v-26,-38,-72,-57,-137,-57v-121,0,-182,54,-182,161v0,55,32,166,97,334r249,0r0,161r-201,0xm382,-175v-56,-42,-102,-63,-137,-63v-21,0,-39,7,-55,20v-15,14,-23,33,-23,56v0,51,28,76,83,76v49,0,93,-30,132,-89","w":1110},"\u00a7":{"d":"871,-1050r-188,0v-4,-72,-28,-123,-71,-154v-43,-30,-93,-45,-149,-45v-50,0,-93,13,-131,39v-36,26,-55,62,-55,108v0,46,20,84,59,113v40,29,114,63,221,102v135,48,231,97,288,145v57,50,86,115,86,198v0,119,-66,217,-197,293v111,63,166,153,166,268v0,93,-35,173,-104,241v-69,66,-165,100,-287,100v-109,0,-201,-29,-275,-88v-74,-58,-113,-153,-117,-284r186,0v2,65,22,115,61,149v39,34,88,51,149,51v63,0,112,-14,145,-44v34,-28,51,-63,51,-104v0,-41,-19,-76,-59,-106v-38,-30,-115,-65,-230,-106v-94,-33,-164,-63,-211,-89v-47,-26,-85,-62,-115,-107v-29,-46,-44,-95,-44,-147v0,-116,68,-212,203,-287v-111,-65,-166,-156,-166,-274v0,-100,37,-181,109,-242v74,-62,166,-93,277,-93v129,0,227,32,295,97v69,64,103,147,103,248r0,18xm370,-744v-93,51,-140,109,-140,176v0,37,13,68,40,95v26,27,139,80,340,159v98,-47,147,-108,147,-182v0,-40,-17,-73,-51,-98v-33,-25,-101,-57,-204,-96v-49,-19,-93,-37,-132,-54","w":981},"\u2022":{"d":"364,-946v67,0,126,24,176,72v50,47,75,107,75,179v0,69,-25,127,-74,177v-49,48,-108,73,-177,73v-69,0,-128,-25,-178,-73v-48,-50,-73,-108,-73,-177v0,-69,25,-129,74,-177v49,-50,108,-74,177,-74","w":725},"\u00b6":{"d":"404,434r0,-997v-123,-5,-222,-45,-294,-121v-74,-74,-110,-171,-110,-289v0,-119,38,-218,115,-298v77,-80,196,-120,358,-120r633,0r0,173r-144,0r0,1652r-167,0r0,-1652r-223,0r0,1652r-168,0","w":1110},"\u00df":{"d":"418,-169r150,0r0,169r-512,0r0,-169r172,0r0,-671v0,-143,12,-250,34,-323v24,-73,73,-133,148,-183v75,-48,167,-73,275,-73v119,0,218,30,298,90v80,60,120,144,120,251v0,127,-60,220,-179,279v99,21,175,67,228,141v52,72,78,158,78,256v0,126,-34,227,-104,304v-68,76,-160,114,-275,114v-63,0,-121,-13,-173,-38r0,-160v41,23,84,35,127,35v68,0,123,-23,163,-71v42,-46,62,-109,62,-186v0,-69,-16,-127,-48,-172v-33,-46,-72,-77,-118,-94v-47,-17,-109,-26,-186,-28r0,-157v71,0,126,-19,166,-58v41,-39,61,-87,61,-146v0,-58,-20,-105,-60,-141v-40,-35,-93,-53,-158,-53v-70,0,-125,15,-166,43v-41,30,-68,70,-82,123v-14,53,-21,135,-21,247r0,671","w":1323},"\u00ae":{"d":"758,-1413v127,0,250,32,368,97v120,64,214,156,282,276v70,121,104,248,104,382v0,208,-74,386,-220,534v-148,147,-325,221,-534,221v-209,0,-387,-74,-534,-221v-147,-148,-221,-326,-221,-534v0,-135,34,-262,103,-381v69,-119,162,-211,280,-276v118,-65,242,-98,372,-98xm758,-1287v-105,0,-208,27,-307,81v-99,53,-178,130,-236,230v-58,100,-87,206,-87,318v0,173,62,322,184,444v124,124,272,185,446,185v174,0,322,-61,445,-185v123,-122,184,-271,184,-444v0,-174,-62,-322,-185,-445v-123,-123,-271,-184,-444,-184xm427,-241r0,-811r279,0v81,0,143,5,187,16v44,11,82,35,113,73v31,38,47,82,47,131v0,57,-21,108,-63,154v-42,44,-98,70,-169,75v50,14,113,82,189,204r99,158r-160,0r-72,-128v-55,-96,-96,-156,-125,-180v-29,-24,-68,-36,-117,-36r-77,0r0,344r-131,0xm558,-697r159,0v131,0,197,-41,197,-124v0,-44,-16,-75,-47,-93v-31,-19,-85,-28,-160,-28r-149,0r0,245","w":1516},"\u00a9":{"d":"758,-1413v127,0,250,32,368,97v120,64,214,156,282,276v70,121,104,248,104,382v0,208,-74,386,-220,534v-148,147,-325,221,-534,221v-209,0,-387,-74,-534,-221v-147,-148,-221,-326,-221,-534v0,-135,34,-262,103,-381v69,-119,162,-211,280,-276v118,-65,242,-98,372,-98xm758,-1287v-105,0,-208,27,-307,81v-99,53,-178,130,-236,230v-58,100,-87,206,-87,318v0,173,62,322,184,444v124,124,272,185,446,185v174,0,322,-61,445,-185v123,-122,184,-271,184,-444v0,-174,-62,-322,-185,-445v-123,-123,-271,-184,-444,-184xm1000,-535r123,36v-19,83,-61,149,-127,199v-67,49,-145,74,-235,74v-84,0,-157,-19,-217,-57v-62,-38,-107,-89,-136,-154v-30,-65,-45,-138,-45,-219v0,-131,36,-234,107,-310v72,-77,171,-115,297,-115v89,0,163,21,223,65v59,42,99,100,118,171r-119,29v-41,-103,-116,-154,-226,-154v-85,0,-150,30,-195,90v-46,60,-69,136,-69,227v0,98,23,174,69,229v46,54,107,81,184,81v57,0,109,-17,156,-51v47,-33,78,-80,92,-141","w":1516},"\u2122":{"d":"494,-577r0,-693r-264,0r0,-121r666,0r0,121r-266,0r0,693r-136,0xm987,-577r0,-814r200,0r206,651r199,-651r196,0r0,814r-124,0r0,-683r-210,683r-123,0r-219,-693r0,693r-125,0","w":2048},"\u00b4":{"d":"156,-1096r141,-317r276,0r-289,317r-128,0","w":682},"\u00a8":{"d":"49,-1255v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm411,-1255v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":682},"\u2260":{"d":"873,-1009r358,0r0,157r-419,0r-123,313r542,0r0,157r-603,0r-207,528r-135,0r206,-528r-357,0r0,-157r419,0r123,-313r-542,0r0,-157r603,0r207,-528r135,0","w":1366},"\u00c6":{"d":"853,-634r-393,0r-239,460r151,0r0,174r-493,0r0,-174r134,0r538,-1043r-220,0r0,-174r1506,0r0,419r-172,0r0,-245r-602,0r0,409r522,0r0,174r-522,0r0,460r602,0r0,-254r172,0r0,428r-1207,0r0,-174r223,0r0,-460xm853,-808r0,-409r-91,0r-215,409r306,0","w":1921},"\u00d8":{"d":"1354,-1194v125,132,187,298,187,498v0,207,-69,379,-206,514v-137,136,-310,204,-518,204v-163,0,-305,-43,-427,-129r-113,127r-102,-86r114,-129v-125,-138,-187,-309,-187,-512v0,-197,66,-363,198,-501v133,-136,304,-205,515,-205v169,0,314,44,437,131r113,-128r102,88xm433,-357r681,-769v-88,-68,-188,-102,-299,-102v-143,0,-259,50,-349,151v-90,101,-135,226,-135,375v0,131,34,246,102,345xm1207,-1029r-681,768v84,66,181,99,292,99v143,0,260,-53,354,-160v92,-106,139,-231,139,-376v0,-125,-35,-236,-104,-331","w":1642},"\u221e":{"d":"556,-791v78,-100,140,-164,187,-191v47,-28,95,-42,146,-42v73,0,140,26,199,78v59,53,89,134,89,243v0,112,-28,196,-84,252v-56,56,-124,84,-204,84v-59,0,-111,-17,-157,-49v-47,-34,-105,-95,-176,-184v-91,114,-187,171,-288,171v-75,0,-134,-27,-180,-83v-44,-54,-67,-116,-67,-184v0,-62,21,-122,63,-180v43,-58,104,-87,184,-87v101,0,197,57,288,172xm625,-697v55,85,102,143,141,173v40,30,80,45,120,45v46,0,88,-17,124,-51v38,-33,56,-88,56,-163v0,-69,-17,-123,-52,-161v-34,-38,-78,-57,-131,-57v-37,0,-73,13,-108,40v-35,27,-85,85,-150,174xm487,-696v-81,-105,-155,-157,-220,-157v-41,0,-73,14,-98,43v-25,29,-37,66,-37,111v0,45,13,83,39,113v26,29,59,44,98,44v67,0,139,-51,218,-154","w":1195},"\u00b1":{"d":"135,-943r470,0r0,-470r156,0r0,470r470,0r0,157r-470,0r0,469r-156,0r0,-469r-470,0r0,-157xm135,-135r1096,0r0,157r-1096,0r0,-157","w":1366},"\u2264":{"d":"1231,-368r-1096,-460r0,-141r1096,-460r0,170r-882,361r882,360r0,170xm135,-119r1096,0r0,157r-1096,0r0,-157","w":1366},"\u2265":{"d":"135,-1429r1096,460r0,141r-1096,460r0,-170r882,-360r-882,-361r0,-170xm135,-119r1096,0r0,157r-1096,0r0,-157","w":1366},"\u00a5":{"d":"875,-788r371,0r0,117r-448,0r-25,38r0,171r473,0r0,117r-473,0r0,171r190,0r0,174r-587,0r0,-174r187,0r0,-171r-487,0r0,-117r487,0r0,-171r-26,-38r-461,0r0,-117r378,0r-305,-429r-170,0r0,-174r572,0r0,174r-175,0r307,429r280,-429r-175,0r0,-174r555,0r0,174r-184,0","w":1323},"\u00b5":{"d":"993,-968r0,968r-161,0r0,-126v-59,101,-149,151,-269,151v-103,0,-187,-44,-250,-132r0,541r-178,0r0,-1402r178,0r0,356v0,127,5,219,15,275v9,56,35,103,76,141v42,39,93,58,154,58v61,0,113,-18,158,-55v45,-37,72,-82,84,-135v10,-53,16,-147,16,-281r0,-359r177,0","w":1130},"\u2202":{"d":"426,-1138r-135,-60v43,-100,97,-174,163,-222v67,-47,132,-71,197,-71v99,0,177,46,235,139v58,93,87,235,87,426v0,167,-24,325,-73,474v-49,148,-123,264,-224,350v-100,84,-205,127,-314,127v-90,0,-164,-31,-220,-91v-58,-62,-86,-146,-86,-255v0,-113,31,-216,92,-311v61,-95,152,-167,272,-216v121,-49,267,-75,438,-76v-1,-167,-20,-282,-57,-344v-37,-64,-86,-95,-148,-95v-95,0,-171,75,-227,225xm854,-796v-161,8,-280,30,-358,67v-77,37,-140,96,-188,179v-48,83,-72,165,-72,247v0,59,18,105,54,139v35,35,74,52,116,52v96,0,189,-56,279,-170v90,-112,146,-284,169,-514","w":1012},"\u2211":{"d":"139,-1419r1237,0r0,164r-988,0r607,752r-649,795r1040,0r0,164r-1264,0r0,-190r620,-762r-603,-747r0,-176","w":1460},"\u220f":{"d":"162,-1419r1362,0r0,1875r-191,0r0,-1701r-980,0r0,1701r-191,0r0,-1875","w":1686},"\u03c0":{"d":"51,-1063r1179,0r0,158r-159,0r0,905r-189,0r0,-905r-484,0r0,905r-188,0r0,-905r-159,0r0,-158","w":1280},"\u222b":{"d":"198,-608v0,-383,18,-631,53,-744v35,-114,96,-171,183,-171v31,0,59,10,84,29v26,20,39,46,39,79v0,29,-8,53,-25,73v-17,20,-39,30,-67,30v-23,0,-49,-12,-76,-35v-15,-13,-29,-20,-40,-20v-27,0,-40,21,-40,63v0,28,3,76,9,145v25,273,37,501,37,683v0,425,-15,704,-47,836v-30,134,-95,200,-192,200v-37,0,-66,-11,-88,-34v-20,-22,-31,-51,-31,-87v0,-29,8,-52,25,-71v17,-19,38,-28,65,-28v27,0,50,11,70,33v19,21,35,31,48,31v26,0,39,-20,39,-61v0,-27,-3,-67,-9,-120v-25,-211,-37,-488,-37,-831","w":555},"\u00aa":{"d":"676,-917r0,101r-215,0r0,-70v-59,53,-126,80,-200,80v-55,0,-104,-17,-147,-50v-44,-33,-66,-78,-66,-134v0,-57,23,-102,70,-136v46,-35,100,-52,161,-52v57,0,114,17,169,50r0,-58v0,-43,-10,-75,-30,-98v-21,-22,-57,-33,-108,-33v-62,0,-107,23,-135,69r-119,-29v53,-91,143,-136,270,-136v62,0,112,9,150,28v39,19,64,42,76,71v13,28,19,71,19,128r0,269r105,0xm448,-1032v-53,-38,-106,-57,-159,-57v-37,0,-67,9,-89,29v-23,18,-34,42,-34,70v0,25,10,47,28,66v20,20,48,30,86,30v59,0,115,-23,168,-69r0,-69","w":705},"\u00ba":{"d":"53,-1106v0,-91,32,-165,97,-222v65,-57,143,-85,234,-85v91,0,169,29,234,85v65,58,97,131,97,222v0,91,-32,165,-97,222v-65,57,-143,85,-234,85v-92,0,-170,-29,-234,-86v-65,-57,-97,-131,-97,-221xm184,-1106v0,57,20,104,58,141v40,37,87,55,142,55v55,0,102,-18,142,-56v38,-36,58,-83,58,-140v0,-59,-20,-106,-60,-142v-39,-35,-86,-53,-140,-53v-55,0,-102,18,-141,53v-39,36,-59,83,-59,142","w":768},"\u2126":{"d":"504,-160v-231,-134,-346,-351,-346,-651v0,-119,25,-232,74,-340v50,-108,125,-194,225,-257v100,-63,220,-95,359,-95v199,0,356,67,472,200v117,133,175,300,175,500v0,277,-115,492,-344,643r367,-6r0,166r-578,0r0,-177v110,-50,195,-130,256,-241v61,-111,91,-230,91,-359v0,-155,-37,-287,-111,-397v-74,-111,-184,-166,-330,-166v-149,0,-261,55,-334,164v-73,110,-110,240,-110,390v0,149,31,276,93,382v62,105,145,180,249,224r0,180r-577,0r0,-168","w":1621},"\u00e6":{"d":"1725,-435r-786,0v6,90,41,162,103,217v64,55,136,82,217,82v57,0,113,-14,167,-44v54,-28,97,-65,130,-110r169,75v-43,74,-107,133,-191,177v-86,44,-175,66,-270,66v-181,0,-325,-69,-432,-208v-35,51,-88,99,-160,142v-73,44,-151,66,-235,66v-97,0,-180,-27,-249,-82v-69,-55,-103,-129,-103,-224v0,-100,39,-178,117,-234v78,-57,165,-85,261,-85v93,0,187,27,282,81r0,-100v0,-55,-6,-95,-17,-122v-12,-27,-35,-50,-70,-68v-34,-20,-79,-29,-135,-29v-114,0,-195,39,-243,118r-184,-51v87,-151,236,-227,447,-227v159,0,274,50,345,150v90,-100,204,-150,343,-150v141,0,259,53,351,158v94,105,141,239,143,402xm1518,-579v-15,-80,-50,-141,-104,-185v-56,-42,-118,-64,-187,-64v-69,0,-131,23,-185,68v-55,46,-89,106,-104,181r580,0xm745,-347v-81,-63,-165,-95,-253,-95v-59,0,-108,16,-144,46v-38,32,-56,71,-56,119v0,45,18,82,54,109v36,27,78,41,126,41v104,0,195,-41,273,-123r0,-97","w":1812},"\u00f8":{"d":"220,-120v-95,-97,-142,-219,-142,-365v0,-149,50,-271,149,-367v99,-95,219,-143,359,-143v113,0,213,31,301,93r97,-114r66,58r-96,113v95,96,142,217,142,362v0,149,-50,272,-149,367v-99,96,-219,144,-358,144v-111,0,-211,-30,-300,-91r-97,114r-69,-58xm349,-271r412,-484v-53,-37,-111,-55,-174,-55v-85,0,-158,31,-218,92v-60,61,-90,139,-90,233v0,83,23,155,70,214xm826,-694r-411,483v52,35,110,53,173,53v82,0,154,-30,215,-90v61,-59,92,-138,92,-235v0,-83,-23,-154,-69,-211"},"\u00bf":{"d":"664,-977r0,245r-246,0r0,-245r246,0xm489,-602r103,0r24,442v-31,-8,-63,-12,-95,-12v-87,0,-149,22,-188,66v-39,44,-58,96,-58,156v0,72,21,127,62,166v41,39,94,58,159,58v79,0,137,-23,174,-68v37,-45,56,-102,56,-170v0,-15,0,-31,-1,-50r187,0v1,19,1,35,1,48v0,137,-41,238,-121,304v-82,65,-178,98,-290,98v-136,0,-241,-36,-314,-108v-73,-72,-110,-167,-110,-286v0,-114,35,-205,106,-273v70,-68,153,-102,248,-102v7,0,18,0,32,1","w":961},"\u00a1":{"d":"176,-977r246,0r0,245r-246,0r0,-245xm349,-604r50,596r0,418r-202,0r0,-418r50,-596r102,0","w":598},"\u00ac":{"d":"135,-1009r1096,0r0,627r-157,0r0,-470r-939,0r0,-157","w":1366},"\u221a":{"d":"1053,-1869r74,0r-312,1947r-496,-1021r-198,91r-34,-64r301,-151r405,823","w":1131},"\u0192":{"d":"46,405r35,-155v67,15,117,22,152,22v35,0,63,-9,82,-28v19,-19,35,-60,46,-124r177,-1042r-201,0r24,-140r201,0r24,-133v15,-82,33,-141,52,-179v19,-36,49,-66,88,-86v39,-22,86,-32,140,-32v56,0,129,13,219,38r-35,153v-67,-16,-118,-24,-154,-24v-43,0,-72,11,-88,33v-17,21,-31,64,-43,127r-19,103r204,0r-25,140r-204,0r-191,1092v-17,98,-46,166,-87,204v-41,38,-96,57,-167,57v-67,0,-143,-9,-230,-26","w":1130},"\u2248":{"d":"1231,-901v-103,85,-201,128,-293,128v-41,0,-80,-6,-119,-18v-39,-12,-103,-39,-193,-81v-85,-40,-149,-60,-193,-60v-90,0,-189,47,-298,141r0,-169v105,-86,206,-129,305,-129v62,0,160,31,293,94v91,43,159,64,204,64v89,0,187,-46,294,-139r0,169xm1231,-431v-103,85,-201,128,-293,128v-41,0,-80,-6,-119,-17v-39,-12,-103,-39,-193,-81v-85,-40,-149,-60,-193,-60v-90,0,-189,47,-298,140r0,-169v105,-85,206,-128,305,-128v62,0,160,31,293,94v91,43,159,64,204,64v86,0,184,-47,294,-140r0,169","w":1366},"\u2206":{"d":"1229,0r-1200,0r628,-1387xm993,-82r-399,-967r-440,967r839,0","w":1259},"\u00ab":{"d":"33,-484r297,-484r200,0r-292,484r292,484r-200,0xm461,-484r297,-484r200,0r-292,484r292,484r-200,0","w":981},"\u00bb":{"d":"520,-484r-297,484r-200,0r293,-484r-293,-484r200,0xm948,-484r-297,484r-200,0r293,-484r-293,-484r200,0","w":981},"\u2026":{"d":"219,0r0,-246r246,0r0,246r-246,0xm902,0r0,-246r245,0r0,246r-245,0xm1584,0r0,-246r246,0r0,246r-246,0","w":2048},"\u00a0":{"w":512},"\u00c0":{"d":"970,-489r-500,0r-107,315r169,0r0,174r-548,0r0,-174r168,0r380,-1060r-169,0r0,-157r711,0r0,157r-173,0r389,1060r156,0r0,174r-545,0r0,-174r173,0xm918,-652r-185,-582r-19,0r-192,582r396,0xm851,-1473r-128,0r-289,-317r276,0","w":1430},"\u00c3":{"d":"970,-489r-500,0r-107,315r169,0r0,174r-548,0r0,-174r168,0r380,-1060r-169,0r0,-157r711,0r0,157r-173,0r389,1060r156,0r0,174r-545,0r0,-174r173,0xm918,-652r-185,-582r-19,0r-192,582r396,0xm939,-1768r112,0v-3,103,-22,175,-59,216v-36,41,-77,62,-124,62v-47,0,-108,-22,-181,-67v-65,-39,-107,-58,-127,-58v-21,0,-35,8,-44,24v-9,17,-13,45,-13,86r-115,0v1,-96,19,-165,54,-206v35,-41,78,-62,128,-62v40,0,101,24,184,72v57,34,95,51,114,51v45,0,68,-39,71,-118","w":1430},"\u00d5":{"d":"102,-702v0,-202,66,-371,198,-507v132,-136,304,-204,516,-204v214,0,388,68,523,204v135,136,202,306,202,511v0,209,-69,381,-205,516v-138,136,-312,204,-523,204v-135,0,-259,-32,-371,-96v-114,-65,-198,-154,-255,-270v-57,-114,-85,-234,-85,-358xm331,-701v0,153,45,281,134,384v89,103,207,155,352,155v144,0,262,-53,355,-158v93,-106,139,-232,139,-379v0,-148,-47,-273,-141,-375v-95,-103,-213,-154,-356,-154v-142,0,-258,50,-348,151v-90,101,-135,226,-135,376xm1041,-1768r112,0v-3,103,-22,175,-59,216v-36,41,-77,62,-124,62v-47,0,-108,-22,-181,-67v-65,-39,-107,-58,-127,-58v-21,0,-35,8,-44,24v-9,17,-13,45,-13,86r-115,0v1,-96,19,-165,54,-206v35,-41,78,-62,128,-62v40,0,101,24,184,72v57,34,95,51,114,51v45,0,68,-39,71,-118","w":1642},"\u0152":{"d":"1256,-1217r0,409r515,0r0,174r-515,0r0,460r596,0r0,-251r171,0r0,425r-1054,0v-165,0,-283,-6,-357,-18v-72,-12,-152,-47,-239,-104v-87,-58,-157,-137,-211,-238v-53,-101,-80,-208,-80,-322v0,-119,24,-229,74,-330v48,-101,110,-179,182,-234v74,-54,152,-92,235,-113v83,-21,199,-32,348,-32r1102,0r0,419r-171,0r0,-245r-596,0xm1046,-1217r-182,0v-95,0,-170,7,-227,20v-57,13,-112,40,-167,81v-55,41,-98,98,-130,170v-33,74,-49,157,-49,250v0,122,25,224,77,306v50,82,117,138,198,170v82,30,190,46,324,46r156,0r0,-1043","w":2091},"\u0153":{"d":"1862,-435r-800,0v4,80,35,149,94,208v58,59,132,88,221,88v125,0,231,-53,318,-159r167,72v-55,89,-126,154,-216,194v-88,40,-177,60,-266,60v-175,0,-314,-66,-417,-197v-93,131,-221,197,-384,197v-140,0,-259,-48,-358,-144v-99,-95,-148,-218,-148,-369v0,-97,23,-184,69,-261v45,-78,108,-139,189,-183v81,-44,161,-66,242,-66v155,0,285,65,390,196v96,-131,225,-196,388,-196v142,0,263,53,362,158v99,105,149,239,149,402xm1648,-579v-15,-76,-51,-136,-108,-181v-57,-44,-122,-66,-194,-66v-69,0,-129,21,-180,64v-52,43,-85,104,-99,183r581,0xm279,-481v0,96,29,174,86,235v57,60,128,90,213,90v87,0,158,-31,212,-94v56,-63,83,-142,83,-237v0,-105,-32,-184,-97,-237v-65,-53,-132,-79,-203,-79v-83,0,-153,30,-209,91v-57,61,-85,138,-85,231","w":1942},"\u2013":{"d":"-12,-601r1048,0r0,177r-1048,0r0,-177","w":1024},"\u2014":{"d":"-12,-601r2072,0r0,177r-2072,0r0,-177","w":2048},"\u201c":{"d":"410,-1114r0,246r-246,0r0,-214v0,-73,6,-129,17,-169v11,-40,35,-73,72,-99v37,-25,89,-39,157,-41r0,104v-80,12,-120,62,-120,149r0,24r120,0xm904,-1114r0,246r-245,0r0,-214v0,-73,5,-129,17,-169v10,-40,34,-73,72,-99v36,-25,89,-39,156,-41r0,104v-80,12,-120,62,-120,149v0,5,0,13,1,24r119,0","w":1067},"\u201d":{"d":"163,-1145r0,-246r246,0r0,213v0,73,-6,130,-17,170v-11,40,-36,73,-72,98v-38,25,-90,39,-157,42r0,-105v80,-12,120,-61,120,-148v0,-5,0,-13,-1,-24r-119,0xm658,-1145r0,-246r245,0r0,213v0,73,-6,130,-17,170v-11,40,-35,73,-72,98v-37,25,-89,39,-156,42r0,-105v80,-12,120,-61,120,-148v0,-5,0,-13,-1,-24r-119,0","w":1067,"k":{" ":164}},"\u2018":{"d":"422,-1114r0,246r-246,0r0,-214v0,-73,6,-129,17,-169v11,-40,35,-73,72,-99v37,-25,89,-39,157,-41r0,104v-80,12,-120,62,-120,149r0,24r120,0","w":598,"k":{"\u2018":102}},"\u2019":{"d":"176,-1145r0,-246r246,0r0,213v0,73,-6,130,-17,170v-11,40,-35,73,-73,98v-36,25,-89,39,-156,42r0,-105v80,-12,120,-61,120,-148v0,-5,0,-13,-1,-24r-119,0","w":598,"k":{"\u2019":102,"v":41,"t":82,"s":225,"r":82,"d":256," ":164}},"\u00f7":{"d":"683,-1212v27,0,50,10,69,28v19,20,29,43,29,70v0,27,-10,50,-29,69v-19,19,-42,28,-69,28v-27,0,-50,-9,-69,-29v-19,-18,-29,-41,-29,-68v0,-29,10,-52,29,-70v20,-19,43,-28,69,-28xm135,-774r1096,0r0,157r-1096,0r0,-157xm683,-374v27,0,50,9,69,28v19,19,29,42,29,69v0,27,-10,51,-29,69v-19,20,-42,29,-69,29v-27,0,-50,-9,-69,-29v-19,-18,-29,-42,-29,-69v0,-27,10,-50,29,-69v19,-19,42,-28,69,-28","w":1366},"\u25ca":{"d":"548,-1422r418,713r-418,709r-111,0r-391,-709r391,-713r111,0xm494,-1325r-340,616r340,615r359,-615","w":1012},"\u00ff":{"d":"496,-17r-318,-782r-161,0r0,-169r479,0r0,169r-116,0r209,536r205,-536r-128,0r0,-169r469,0r0,169r-144,0r-479,1233r-321,0r0,-166r189,0xm296,-1255v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm658,-1255v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1153},"\u0178":{"d":"563,-174r0,-459r-414,-584r-170,0r0,-174r572,0r0,174r-175,0r307,429r280,-429r-175,0r0,-174r555,0r0,174r-184,0r-386,584r0,459r190,0r0,174r-587,0r0,-174r187,0xm369,-1617v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm731,-1617v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1323},"\u2215":{"d":"-303,0r1104,-1389r120,0r-1103,1389r-121,0","w":618},"\u20ac":{"d":"352,-764r-2,64r2,65r369,0r0,152r-354,0v32,225,133,338,303,338v55,0,104,-25,146,-73v42,-50,72,-113,89,-192r182,80v-21,107,-69,193,-145,257v-74,64,-170,96,-287,96v-291,0,-457,-169,-499,-506r-131,0r0,-152r118,0r0,-59v0,-33,1,-56,2,-70r-120,0r0,-151r131,0v39,-332,204,-498,495,-498v99,0,171,32,217,96r0,-86r181,0r0,414r-181,0v-10,-81,-34,-145,-74,-191v-38,-46,-87,-69,-145,-69v-85,0,-150,27,-196,81v-46,53,-76,138,-91,253r359,0r0,151r-369,0","w":1110},"\u2039":{"d":"55,-484r303,-484r194,0r-292,484r292,484r-194,0","w":598},"\u203a":{"d":"542,-484r-303,484r-194,0r292,-484r-292,-484r194,0","w":598},"\uf001":{"d":"723,-1192r-170,23v-6,-63,-31,-95,-75,-95v-30,0,-50,13,-60,40v-10,26,-15,78,-15,157r0,99r587,0r0,799r154,0r0,169r-495,0r0,-169r151,0r0,-630r-397,0r0,630r150,0r0,169r-492,0r0,-169r152,0r0,-630r-152,0r0,-169r152,0r0,-99v0,-144,27,-239,81,-284v54,-45,114,-68,180,-68v74,0,132,23,174,68v42,45,67,98,75,159xm899,-1410v31,0,57,11,81,32v22,22,34,49,34,82v0,32,-11,59,-34,82v-23,23,-50,34,-81,34v-32,0,-59,-11,-81,-34v-23,-23,-34,-50,-34,-82v0,-33,11,-60,34,-82v23,-21,50,-32,81,-32"},"\uf002":{"d":"62,-169r146,0r0,-630r-146,0r0,-169r146,0r0,-84v0,-133,24,-228,70,-284v48,-55,108,-83,182,-83v36,0,77,9,123,28r404,0r0,1222r156,0r0,169r-496,0r0,-169r150,0r0,-1053r-250,0v-23,-25,-45,-37,-66,-37v-27,0,-47,13,-61,37v-15,26,-22,79,-22,160r0,94r167,0r0,169r-167,0r0,630r149,0r0,169r-485,0r0,-169"},"\u2021":{"d":"429,-1413r210,0r0,228v-41,72,-64,153,-69,244v105,-6,185,-25,238,-58r178,0r0,186r-178,0v-67,-35,-147,-53,-238,-55v9,133,42,257,99,374v-59,121,-92,249,-99,382v103,-3,182,-22,238,-57r178,0r0,184r-178,0v-52,-30,-131,-48,-238,-54v9,95,32,174,69,236r0,237r-210,0r0,-237v33,-59,55,-138,66,-236v-87,0,-163,18,-230,54r-185,0r0,-184r185,0v49,30,126,49,230,57v-7,-147,-37,-274,-90,-382v50,-101,80,-226,90,-374v-91,2,-167,20,-230,55r-185,0r0,-186r185,0v61,34,137,53,230,58v-5,-102,-27,-183,-66,-244r0,-228","w":1067},"\u2219":{"d":"176,-573r0,-245r246,0r0,245r-246,0","w":598},"\u201a":{"d":"176,0r0,-246r246,0r0,214v0,73,-6,129,-17,169v-11,40,-35,73,-73,99v-36,25,-89,39,-156,41r0,-104v80,-12,120,-62,120,-149v0,-5,0,-13,-1,-24r-119,0","w":598},"\u201e":{"d":"163,0r0,-246r246,0r0,214v0,73,-6,129,-17,169v-11,40,-36,73,-72,99v-38,25,-90,39,-157,41r0,-104v80,-12,120,-62,120,-149v0,-5,0,-13,-1,-24r-119,0xm658,0r0,-246r245,0r0,214v0,73,-6,129,-17,169v-11,40,-35,73,-72,99v-37,25,-89,39,-156,41r0,-104v80,-12,120,-62,120,-149v0,-5,0,-13,-1,-24r-119,0","w":1067},"\u2030":{"d":"56,-1040v0,-111,25,-201,75,-270v50,-69,124,-103,222,-103v91,0,164,32,217,97v53,65,80,157,80,276v0,113,-26,204,-76,271v-52,67,-125,101,-221,101v-91,0,-164,-32,-217,-96v-53,-65,-80,-157,-80,-276xm200,-1041v0,185,51,277,153,277v101,0,152,-92,152,-276v0,-185,-51,-277,-152,-277v-102,0,-153,92,-153,276xm120,0r1103,-1391r142,0r-1095,1391r-150,0xm823,-351v0,-120,27,-212,81,-276v53,-64,125,-96,216,-96v91,0,164,32,217,97v53,65,80,156,80,275v0,120,-27,212,-81,277v-53,64,-125,96,-216,96v-97,0,-171,-34,-222,-102v-50,-69,-75,-159,-75,-271xm968,-351v0,185,51,277,152,277v102,0,153,-92,153,-276v0,-185,-51,-277,-153,-277v-101,0,-152,92,-152,276xm1571,-351v0,-120,27,-212,81,-276v53,-64,125,-96,216,-96v91,0,164,32,217,97v53,65,80,156,80,275v0,120,-27,212,-81,277v-53,64,-125,96,-216,96v-97,0,-171,-34,-222,-102v-50,-69,-75,-159,-75,-271xm1716,-351v0,185,51,277,152,277v102,0,153,-92,153,-276v0,-185,-51,-277,-153,-277v-101,0,-152,92,-152,276","w":2218},"\u00c2":{"d":"970,-489r-500,0r-107,315r169,0r0,174r-548,0r0,-174r168,0r380,-1060r-169,0r0,-157r711,0r0,157r-173,0r389,1060r156,0r0,174r-545,0r0,-174r173,0xm918,-652r-185,-582r-19,0r-192,582r396,0xm715,-1650r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":1430},"\u00ca":{"d":"236,-174r0,-1043r-180,0r0,-174r1156,0r0,419r-172,0r0,-245r-594,0r0,414r517,0r0,174r-517,0r0,455r594,0r0,-253r172,0r0,427r-1156,0r0,-174r180,0xm630,-1650r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":1280},"\u00c1":{"d":"970,-489r-500,0r-107,315r169,0r0,174r-548,0r0,-174r168,0r380,-1060r-169,0r0,-157r711,0r0,157r-173,0r389,1060r156,0r0,174r-545,0r0,-174r173,0xm918,-652r-185,-582r-19,0r-192,582r396,0xm579,-1473r141,-317r276,0r-289,317r-128,0","w":1430},"\u00cb":{"d":"236,-174r0,-1043r-180,0r0,-174r1156,0r0,419r-172,0r0,-245r-594,0r0,414r517,0r0,174r-517,0r0,455r594,0r0,-253r172,0r0,427r-1156,0r0,-174r180,0xm342,-1617v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm704,-1617v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":1280},"\u00c8":{"d":"236,-174r0,-1043r-180,0r0,-174r1156,0r0,419r-172,0r0,-245r-594,0r0,414r517,0r0,174r-517,0r0,455r594,0r0,-253r172,0r0,427r-1156,0r0,-174r180,0xm782,-1473r-128,0r-289,-317r276,0","w":1280},"\u00cd":{"d":"215,-174r0,-1043r-151,0r0,-174r512,0r0,174r-151,0r0,1043r151,0r0,174r-512,0r0,-174r151,0xm178,-1473r141,-317r276,0r-289,317r-128,0","w":641},"\u00ce":{"d":"215,-174r0,-1043r-151,0r0,-174r512,0r0,174r-151,0r0,1043r151,0r0,174r-512,0r0,-174r151,0xm316,-1650r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":641},"\u00cf":{"d":"215,-174r0,-1043r-151,0r0,-174r512,0r0,174r-151,0r0,1043r151,0r0,174r-512,0r0,-174r151,0xm28,-1617v0,-30,11,-56,33,-78v21,-22,47,-33,78,-33v31,0,57,11,78,32v22,22,33,48,33,79v0,31,-11,58,-33,79v-21,21,-47,32,-78,32v-30,0,-56,-11,-78,-32v-22,-22,-33,-48,-33,-79xm390,-1617v0,-29,11,-55,31,-77v22,-23,48,-34,80,-34v31,0,57,11,78,33v22,22,33,48,33,78v0,31,-11,57,-33,79v-21,21,-47,32,-78,32v-31,0,-58,-11,-79,-32v-21,-22,-32,-48,-32,-79","w":641},"\u00cc":{"d":"215,-174r0,-1043r-151,0r0,-174r512,0r0,174r-151,0r0,1043r151,0r0,174r-512,0r0,-174r151,0xm482,-1473r-128,0r-289,-317r276,0","w":641},"\u00d3":{"d":"102,-702v0,-202,66,-371,198,-507v132,-136,304,-204,516,-204v214,0,388,68,523,204v135,136,202,306,202,511v0,209,-69,381,-205,516v-138,136,-312,204,-523,204v-135,0,-259,-32,-371,-96v-114,-65,-198,-154,-255,-270v-57,-114,-85,-234,-85,-358xm331,-701v0,153,45,281,134,384v89,103,207,155,352,155v144,0,262,-53,355,-158v93,-106,139,-232,139,-379v0,-148,-47,-273,-141,-375v-95,-103,-213,-154,-356,-154v-142,0,-258,50,-348,151v-90,101,-135,226,-135,376xm721,-1473r141,-317r276,0r-289,317r-128,0","w":1642},"\u00d4":{"d":"102,-702v0,-202,66,-371,198,-507v132,-136,304,-204,516,-204v214,0,388,68,523,204v135,136,202,306,202,511v0,209,-69,381,-205,516v-138,136,-312,204,-523,204v-135,0,-259,-32,-371,-96v-114,-65,-198,-154,-255,-270v-57,-114,-85,-234,-85,-358xm331,-701v0,153,45,281,134,384v89,103,207,155,352,155v144,0,262,-53,355,-158v93,-106,139,-232,139,-379v0,-148,-47,-273,-141,-375v-95,-103,-213,-154,-356,-154v-142,0,-258,50,-348,151v-90,101,-135,226,-135,376xm818,-1650r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":1642},"\u00d2":{"d":"102,-702v0,-202,66,-371,198,-507v132,-136,304,-204,516,-204v214,0,388,68,523,204v135,136,202,306,202,511v0,209,-69,381,-205,516v-138,136,-312,204,-523,204v-135,0,-259,-32,-371,-96v-114,-65,-198,-154,-255,-270v-57,-114,-85,-234,-85,-358xm331,-701v0,153,45,281,134,384v89,103,207,155,352,155v144,0,262,-53,355,-158v93,-106,139,-232,139,-379v0,-148,-47,-273,-141,-375v-95,-103,-213,-154,-356,-154v-142,0,-258,50,-348,151v-90,101,-135,226,-135,376xm921,-1473r-128,0r-289,-317r276,0","w":1642},"\u00da":{"d":"409,-1217r0,696v0,108,5,183,17,224v10,41,38,77,82,105v44,30,101,44,170,44v83,0,146,-12,190,-38v44,-24,73,-58,88,-100v14,-43,21,-118,21,-225r0,-706r-161,0r0,-174r544,0r0,174r-174,0r0,727v0,98,-4,169,-12,214v-9,44,-31,90,-68,138v-37,49,-88,88,-155,116v-67,30,-148,44,-243,44v-105,0,-193,-14,-263,-40v-70,-28,-123,-64,-158,-109v-35,-45,-59,-94,-71,-145v-11,-51,-17,-131,-17,-239r0,-706r-172,0r0,-174r547,0r0,174r-165,0xm581,-1473r141,-317r276,0r-289,317r-128,0","w":1386},"\u00db":{"d":"409,-1217r0,696v0,108,5,183,17,224v10,41,38,77,82,105v44,30,101,44,170,44v83,0,146,-12,190,-38v44,-24,73,-58,88,-100v14,-43,21,-118,21,-225r0,-706r-161,0r0,-174r544,0r0,174r-174,0r0,727v0,98,-4,169,-12,214v-9,44,-31,90,-68,138v-37,49,-88,88,-155,116v-67,30,-148,44,-243,44v-105,0,-193,-14,-263,-40v-70,-28,-123,-64,-158,-109v-35,-45,-59,-94,-71,-145v-11,-51,-17,-131,-17,-239r0,-706r-172,0r0,-174r547,0r0,174r-165,0xm690,-1650r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":1386},"\u00d9":{"d":"409,-1217r0,696v0,108,5,183,17,224v10,41,38,77,82,105v44,30,101,44,170,44v83,0,146,-12,190,-38v44,-24,73,-58,88,-100v14,-43,21,-118,21,-225r0,-706r-161,0r0,-174r544,0r0,174r-174,0r0,727v0,98,-4,169,-12,214v-9,44,-31,90,-68,138v-37,49,-88,88,-155,116v-67,30,-148,44,-243,44v-105,0,-193,-14,-263,-40v-70,-28,-123,-64,-158,-109v-35,-45,-59,-94,-71,-145v-11,-51,-17,-131,-17,-239r0,-706r-172,0r0,-174r547,0r0,174r-165,0xm805,-1473r-128,0r-289,-317r276,0","w":1386},"\u0131":{"d":"217,-169r0,-630r-151,0r0,-169r341,0r0,799r149,0r0,169r-490,0r0,-169r151,0","w":598},"\u02c6":{"d":"337,-1273r-165,174r-135,0r168,-312r267,0r173,312r-141,0","w":682},"\u02dc":{"d":"561,-1391r112,0v-3,103,-22,175,-59,216v-36,41,-77,62,-124,62v-47,0,-108,-22,-181,-67v-65,-39,-107,-58,-127,-58v-21,0,-35,8,-44,24v-9,17,-13,45,-13,86r-115,0v1,-96,19,-165,54,-206v35,-41,78,-62,128,-62v40,0,101,24,184,72v57,34,95,51,114,51v45,0,68,-39,71,-118","w":682},"\u02c9":{"d":"49,-1167r0,-159r584,0r0,159r-584,0","w":682},"\u02d8":{"d":"33,-1397r143,0v16,97,71,145,165,145v95,0,151,-48,166,-145r143,0v-7,83,-38,152,-95,205v-57,53,-128,80,-214,80v-86,0,-157,-27,-213,-80v-57,-53,-88,-122,-95,-205","w":682},"\u02d9":{"d":"227,-1255v0,-31,11,-58,33,-81v23,-22,50,-33,82,-33v31,0,58,11,80,33v23,23,34,50,34,81v0,32,-11,59,-34,81v-22,23,-49,34,-80,34v-33,0,-60,-12,-82,-34v-22,-24,-33,-50,-33,-81","w":682},"\u02da":{"d":"142,-1255v0,-53,19,-99,57,-139v38,-40,85,-60,142,-60v55,0,102,20,141,58v39,40,58,86,58,141v0,55,-20,101,-58,141v-40,38,-86,58,-141,58v-57,0,-104,-20,-142,-60v-38,-39,-57,-86,-57,-139xm220,-1255v0,33,12,61,35,85v23,24,52,36,86,36v33,0,62,-12,85,-36v24,-23,36,-52,36,-85v0,-33,-12,-61,-36,-85v-23,-23,-52,-35,-85,-35v-35,0,-63,12,-87,36v-22,24,-34,52,-34,84","w":682},"\u00b8":{"d":"422,-21r-21,118v95,23,142,78,142,163v0,65,-27,114,-80,147v-53,33,-127,50,-222,50r-72,0r0,-111v71,0,119,-6,145,-18v25,-12,38,-31,38,-58v0,-39,-32,-58,-96,-58r41,-233r125,0","w":682},"\u02dd":{"d":"-39,-1096r141,-317r276,0r-289,317r-128,0xm303,-1096r141,-317r276,0r-289,317r-128,0","w":682},"\u02db":{"d":"215,0r160,0v-27,48,-40,96,-40,144v0,87,37,130,111,130v27,0,55,-7,82,-20r0,134v-60,29,-116,44,-168,44v-61,0,-110,-19,-148,-58v-38,-39,-57,-90,-57,-153v0,-59,20,-133,60,-221","w":682},"\u02c7":{"d":"345,-1236r166,-175r134,0r-168,312r-266,0r-174,-312r141,0","w":682},"\u0160":{"d":"71,0r0,-505r174,0r0,123v83,151,192,227,327,227v69,0,127,-21,174,-63v47,-42,71,-97,71,-165v0,-66,-19,-113,-58,-143v-39,-28,-112,-57,-219,-86v-125,-33,-217,-65,-277,-94v-60,-30,-108,-72,-143,-128v-36,-54,-54,-120,-54,-195v0,-117,39,-210,116,-279v78,-70,176,-105,293,-105v111,0,215,36,310,108r0,-93r170,0r0,422r-170,0r0,-97v-71,-107,-170,-161,-295,-161v-76,0,-134,18,-175,52v-41,36,-61,77,-61,126v0,37,10,70,31,98v21,29,47,50,79,63v32,13,95,32,189,56v123,32,212,62,267,89v55,28,103,74,143,139v40,65,60,139,60,223v0,119,-42,217,-125,294v-84,77,-188,116,-311,116v-127,0,-241,-46,-342,-137r0,115r-174,0xm525,-1613r166,-175r134,0r-168,312r-266,0r-174,-312r141,0","w":1087},"\u0161":{"d":"84,0r0,-332r170,0r0,32v6,45,30,83,74,112v42,29,93,44,152,44v61,0,110,-11,147,-32v37,-21,55,-51,55,-89v0,-37,-15,-64,-46,-81v-30,-17,-90,-33,-180,-48v-133,-23,-228,-59,-286,-110v-56,-50,-85,-115,-85,-195v0,-81,31,-148,93,-203v62,-54,144,-81,245,-81v91,0,170,19,236,56r0,-41r169,0r0,321r-169,0r0,-59v-51,-79,-126,-119,-224,-119v-50,0,-91,11,-123,33v-33,21,-49,50,-49,86v0,37,15,62,45,76v29,13,93,28,191,43v94,15,165,32,213,51v48,20,88,53,120,98v31,46,47,99,47,160v0,90,-35,162,-103,214v-70,54,-159,80,-269,80v-103,0,-188,-23,-253,-70r0,54r-170,0xm485,-1236r166,-175r134,0r-168,312r-266,0r-174,-312r141,0","w":938},"\u00a6":{"d":"461,-1419r157,0r0,779r-157,0r0,-779xm461,-322r157,0r0,778r-157,0r0,-778","w":1079},"\u00d0":{"d":"216,-621r-208,0r0,-149r208,0r0,-447r-189,0r0,-174r538,0v149,0,263,8,343,23v81,15,159,50,234,104v75,54,136,128,180,222v46,95,68,202,68,323v0,137,-22,257,-65,358v-43,101,-100,177,-171,227v-71,50,-154,85,-251,104v-97,20,-220,30,-370,30r-506,0r0,-174r189,0r0,-447xm426,-621r0,447r109,0v123,0,221,-8,293,-23v71,-15,132,-41,181,-79v49,-36,89,-92,120,-167v31,-75,46,-163,46,-264v0,-121,-25,-223,-75,-307v-51,-84,-115,-139,-194,-164v-78,-26,-199,-39,-362,-39r-118,0r0,447r317,0r0,149r-317,0","w":1493},"\u00f0":{"d":"704,-1317r178,-74r33,79r-148,61v218,244,327,483,327,718v0,162,-48,296,-143,402v-95,106,-219,159,-372,159v-152,0,-273,-52,-364,-157v-91,-105,-136,-224,-136,-358v0,-89,20,-172,61,-247v41,-75,96,-138,167,-187v71,-49,152,-74,244,-74v96,0,184,30,263,89v-57,-105,-123,-199,-197,-282r-313,131r-33,-79r284,-119v-36,-37,-84,-83,-143,-136r204,0v33,25,62,49,88,74xm581,-813v-83,0,-154,30,-213,91v-59,60,-89,141,-89,243v0,91,28,167,83,230v56,63,129,94,220,94v88,0,162,-33,221,-99v59,-66,89,-145,89,-236v0,-72,-18,-134,-52,-184v-36,-52,-78,-87,-128,-108v-50,-21,-94,-31,-131,-31"},"\u00dd":{"d":"563,-174r0,-459r-414,-584r-170,0r0,-174r572,0r0,174r-175,0r307,429r280,-429r-175,0r0,-174r555,0r0,174r-184,0r-386,584r0,459r190,0r0,174r-587,0r0,-174r187,0xm579,-1473r141,-317r276,0r-289,317r-128,0","w":1323},"\u00fd":{"d":"496,-17r-318,-782r-161,0r0,-169r479,0r0,169r-116,0r209,536r205,-536r-128,0r0,-169r469,0r0,169r-144,0r-479,1233r-321,0r0,-166r189,0xm462,-1096r141,-317r276,0r-289,317r-128,0","w":1153},"\u00de":{"d":"216,-174r0,-1043r-175,0r0,-174r565,0r0,174r-180,0r0,92r112,0v146,0,255,10,328,31v73,21,134,68,182,140v50,74,74,160,74,259v0,79,-16,151,-48,213v-33,64,-73,110,-120,140v-48,30,-102,50,-162,60v-59,11,-149,16,-270,16r-96,0r0,92r180,0r0,174r-565,0r0,-174r175,0xm426,-434r120,0v137,0,231,-20,284,-58v53,-40,79,-108,79,-207v0,-63,-14,-115,-42,-156v-28,-41,-63,-68,-104,-79v-41,-11,-110,-17,-207,-17r-130,0r0,517"},"\u00fe":{"d":"191,265r0,-1487r-163,0r0,-169r353,0r0,575v95,-111,209,-167,344,-167v136,0,249,47,337,140v90,93,134,215,134,364v0,157,-48,280,-145,371v-97,91,-207,136,-330,136v-128,0,-241,-49,-340,-148r0,385r188,0r0,169r-555,0r0,-169r177,0xm378,-470v0,53,11,104,33,153v22,49,57,89,105,123v48,32,104,49,169,49v91,0,165,-30,225,-91v58,-61,88,-144,88,-250v0,-103,-31,-184,-92,-242v-62,-58,-132,-87,-211,-87v-84,0,-158,31,-221,95v-64,62,-96,146,-96,250","w":1280},"\u00d7":{"d":"176,-300r396,-395r-396,-396r111,-111r396,396r396,-396r111,111r-396,396r396,395r-111,111r-396,-396r-396,396","w":1366},"\u00b9":{"d":"267,-778r0,-524r-112,0r0,-98r249,0r0,622r106,0r0,99r-355,0r0,-99r112,0","w":682},"\u00b2":{"d":"606,-946r-8,267r-549,0v0,-78,21,-145,62,-201v41,-57,118,-120,230,-191v50,-31,82,-57,95,-75v13,-20,20,-41,20,-64v0,-71,-42,-106,-125,-106v-47,0,-80,12,-99,34v-20,24,-30,62,-30,115v0,13,1,27,2,43r-134,0r0,-36v0,-169,88,-253,265,-253v81,0,145,19,191,56v48,37,71,85,71,143v0,46,-15,85,-45,118v-29,33,-86,75,-171,127v-113,69,-175,130,-187,184r285,0r0,-161r127,0","w":682},"\u00b3":{"d":"248,-1005r0,-101v87,0,143,-7,169,-22v26,-14,39,-41,39,-80v0,-29,-9,-55,-28,-76v-19,-22,-48,-33,-87,-33v-83,0,-124,48,-125,143r-138,0v0,-159,86,-239,259,-239v83,0,146,19,189,57v44,37,66,84,66,140v0,66,-32,119,-96,158v89,31,134,88,134,171v0,66,-28,119,-82,159v-56,40,-128,60,-217,60v-193,0,-290,-88,-290,-265r132,0v4,112,60,168,169,168v46,0,82,-11,108,-33v26,-21,39,-50,39,-86v0,-81,-67,-122,-200,-122v-9,0,-22,0,-41,1","w":682},"\u00bd":{"d":"252,-778r0,-524r-112,0r0,-98r249,0r0,622r106,0r0,99r-355,0r0,-99r112,0xm199,0r1103,-1389r121,0r-1101,1389r-123,0xm1581,-266r-8,266r-548,0v0,-78,21,-145,62,-202v41,-56,118,-119,230,-190v49,-31,80,-56,94,-74v14,-20,21,-41,21,-65v0,-71,-42,-106,-126,-106v-49,0,-82,13,-100,37v-19,26,-28,62,-28,111v0,11,1,26,2,44r-134,0v-1,-15,-1,-27,-1,-38v0,-87,25,-151,75,-191v49,-39,113,-59,191,-59v81,0,145,19,191,56v48,37,71,85,71,142v0,46,-15,85,-45,118v-29,33,-86,75,-171,127v-113,69,-175,130,-187,185r285,0r0,-161r126,0","w":1985},"\u00bc":{"d":"267,-778r0,-524r-112,0r0,-98r249,0r0,622r106,0r0,99r-355,0r0,-99r112,0xm250,0r1103,-1389r121,0r-1101,1389r-123,0xm1291,-190r-275,0v-9,-36,-28,-65,-55,-87r347,-451r115,0r0,438r131,0r0,100r-131,0r0,91r75,0r0,99r-295,0r0,-99r88,0r0,-91xm1291,-290r0,-241r-186,241r186,0","w":1985},"\u00be":{"d":"332,-1005r0,-101v87,0,143,-7,169,-22v26,-14,39,-41,39,-80v0,-29,-9,-55,-28,-76v-19,-22,-48,-33,-87,-33v-83,0,-124,48,-125,143r-138,0v0,-159,86,-239,259,-239v83,0,146,19,189,57v44,37,66,84,66,140v0,66,-32,119,-96,158v89,31,134,88,134,171v0,66,-28,119,-82,159v-56,40,-128,60,-217,60v-193,0,-290,-88,-290,-265r132,0v4,112,60,168,169,168v46,0,82,-11,108,-33v26,-21,39,-50,39,-86v0,-81,-67,-122,-200,-122v-9,0,-22,0,-41,1xm332,0r1103,-1389r121,0r-1104,1389r-120,0xm1445,-190r-275,0v-9,-36,-28,-65,-55,-87r347,-451r115,0r0,438r131,0r0,100r-131,0r0,91r75,0r0,99r-295,0r0,-99r88,0r0,-91xm1445,-290r0,-241r-186,241r186,0","w":1985},"\u00af":{"d":"-12,-1647r1048,0r0,102r-1048,0r0,-102","w":1024},"\u00a4":{"d":"183,-1089r104,-107r132,131v76,-58,163,-87,262,-87v95,0,184,29,266,87r131,-131r104,107r-130,130v57,83,86,173,86,268v0,95,-29,181,-86,259r130,129r-104,105r-131,-129v-83,59,-173,88,-269,88v-95,0,-181,-29,-259,-88r-130,129r-106,-105r131,-129v-57,-88,-86,-178,-86,-270v0,-91,29,-177,86,-257xm683,-1002v-84,0,-156,30,-217,90v-60,59,-90,132,-90,217v0,85,30,157,90,217v60,60,132,90,217,90v85,0,157,-30,217,-90v61,-61,91,-133,91,-217v0,-85,-30,-158,-91,-217v-60,-60,-132,-90,-217,-90","w":1366}}});

//custom
jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.1",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return!!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return!(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return!this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);(function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=a([]);if(c.range){if(c.range===true){this.range=a("<div></div>");if(!c.values){c.values=[this._valueMin(),this._valueMin()]}if(c.values.length&&c.values.length!=2){c.values=[c.values[0],c.values[0]]}}else{this.range=a("<div></div>")}this.range.appendTo(this.element).addClass("ui-slider-range");if(c.range=="min"||c.range=="max"){this.range.addClass("ui-slider-range-"+c.range)}this.range.addClass("ui-widget-header")}if(a(".ui-slider-handle",this.element).length==0){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}if(c.values&&c.values.length){while(a(".ui-slider-handle",this.element).length<c.values.length){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}}this.handles=a(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(d){d.preventDefault()}).hover(function(){a(this).addClass("ui-state-hover")},function(){a(this).removeClass("ui-state-hover")}).focus(function(){a(".ui-slider .ui-state-focus").removeClass("ui-state-focus");a(this).addClass("ui-state-focus")}).blur(function(){a(this).removeClass("ui-state-focus")});this.handles.each(function(d){a(this).data("index.ui-slider-handle",d)});this.handles.keydown(function(i){var f=true;var e=a(this).data("index.ui-slider-handle");if(b.options.disabled){return}switch(i.keyCode){case a.ui.keyCode.HOME:case a.ui.keyCode.END:case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:f=false;if(!b._keySliding){b._keySliding=true;a(this).addClass("ui-state-active");b._start(i,e)}break}var g,d,h=b._step();if(b.options.values&&b.options.values.length){g=d=b.values(e)}else{g=d=b.value()}switch(i.keyCode){case a.ui.keyCode.HOME:d=b._valueMin();break;case a.ui.keyCode.END:d=b._valueMax();break;case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:if(g==b._valueMax()){return}d=g+h;break;case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:if(g==b._valueMin()){return}d=g-h;break}b._slide(i,e,d);return f}).keyup(function(e){var d=a(this).data("index.ui-slider-handle");if(b._keySliding){b._stop(e,d);b._change(e,d);b._keySliding=false;a(this).removeClass("ui-state-active")}});this._refreshValue()},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy()},_mouseCapture:function(d){var e=this.options;if(e.disabled){return false}this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var h={x:d.pageX,y:d.pageY};var j=this._normValueFromMouse(h);var c=this._valueMax()-this._valueMin()+1,f;var k=this,i;this.handles.each(function(l){var m=Math.abs(j-k.values(l));if(c>m){c=m;f=a(this);i=l}});if(e.range==true&&this.values(1)==e.min){f=a(this.handles[++i])}this._start(d,i);k._handleIndex=i;f.addClass("ui-state-active").focus();var g=f.offset();var b=!a(d.target).parents().andSelf().is(".ui-slider-handle");this._clickOffset=b?{left:0,top:0}:{left:d.pageX-g.left-(f.width()/2),top:d.pageY-g.top-(f.height()/2)-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};j=this._normValueFromMouse(h);this._slide(d,i,j);return true},_mouseStart:function(b){return true},_mouseDrag:function(d){var b={x:d.pageX,y:d.pageY};var c=this._normValueFromMouse(b);this._slide(d,this._handleIndex,c);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._handleIndex=null;this._clickOffset=null;return false},_detectOrientation:function(){this.orientation=this.options.orientation=="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(d){var c,h;if("horizontal"==this.orientation){c=this.elementSize.width;h=d.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{c=this.elementSize.height;h=d.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}var f=(h/c);if(f>1){f=1}if(f<0){f=0}if("vertical"==this.orientation){f=1-f}var e=this._valueMax()-this._valueMin(),i=f*e,b=i%this.options.step,g=this._valueMin()+i-b;if(b>(this.options.step/2)){g+=this.options.step}return parseFloat(g.toFixed(5))},_start:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("start",d,b)},_slide:function(f,e,d){var g=this.handles[e];if(this.options.values&&this.options.values.length){var b=this.values(e?0:1);if((e==0&&d>=b)||(e==1&&d<=b)){d=b}if(d!=this.values(e)){var c=this.values();c[e]=d;var h=this._trigger("slide",f,{handle:this.handles[e],value:d,values:c});var b=this.values(e?0:1);if(h!==false){this.values(e,d,(f.type=="mousedown"&&this.options.animate),true)}}}else{if(d!=this.value()){var h=this._trigger("slide",f,{handle:this.handles[e],value:d});if(h!==false){this._setData("value",d,(f.type=="mousedown"&&this.options.animate))}}}},_stop:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("stop",d,b)},_change:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("change",d,b)},value:function(b){if(arguments.length){this._setData("value",b);this._change(null,0)}return this._value()},values:function(b,e,c,d){if(arguments.length>1){this.options.values[b]=e;this._refreshValue(c);if(!d){this._change(null,b)}}if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(b)}else{return this.value()}}else{return this._values()}},_setData:function(b,d,c){a.widget.prototype._setData.apply(this,arguments);switch(b){case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(c);break;case"value":this._refreshValue(c);break}},_step:function(){var b=this.options.step;return b},_value:function(){var b=this.options.value;if(b<this._valueMin()){b=this._valueMin()}if(b>this._valueMax()){b=this._valueMax()}return b},_values:function(b){if(arguments.length){var c=this.options.values[b];if(c<this._valueMin()){c=this._valueMin()}if(c>this._valueMax()){c=this._valueMax()}return c}else{return this.options.values}},_valueMin:function(){var b=this.options.min;return b},_valueMax:function(){var b=this.options.max;return b},_refreshValue:function(c){var f=this.options.range,d=this.options,l=this;if(this.options.values&&this.options.values.length){var i,h;this.handles.each(function(p,n){var o=(l.values(p)-l._valueMin())/(l._valueMax()-l._valueMin())*100;var m={};m[l.orientation=="horizontal"?"left":"bottom"]=o+"%";a(this).stop(1,1)[c?"animate":"css"](m,d.animate);if(l.options.range===true){if(l.orientation=="horizontal"){(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({left:o+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({width:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}else{(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({bottom:(o)+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({height:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}}lastValPercent=o})}else{var j=this.value(),g=this._valueMin(),k=this._valueMax(),e=k!=g?(j-g)/(k-g)*100:0;var b={};b[l.orientation=="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[c?"animate":"css"](b,d.animate);(f=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[c?"animate":"css"]({width:e+"%"},d.animate);(f=="max")&&(this.orientation=="horizontal")&&this.range[c?"animate":"css"]({width:(100-e)+"%"},{queue:false,duration:d.animate});(f=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[c?"animate":"css"]({height:e+"%"},d.animate);(f=="max")&&(this.orientation=="vertical")&&this.range[c?"animate":"css"]({height:(100-e)+"%"},{queue:false,duration:d.animate})}}}));a.extend(a.ui.slider,{getter:"value values",version:"1.7.1",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null}})})(jQuery);

//uploadify
var flashVer=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;var descArray=flashDescription.split(" ");var tempArrayMajor=descArray[2].split(".");var versionMajor=tempArrayMajor[0];var versionMinor=tempArrayMajor[1];var versionRevision=descArray[3];if(versionRevision==""){versionRevision=descArray[4]}if(versionRevision[0]=="d"){versionRevision=versionRevision.substring(1)}else if(versionRevision[0]=="r"){ersionRevision=versionRevision.substring(1);if(versionRevision.indexOf("d")>0){versionRevision=versionRevision.substring(0,versionRevision.indexOf("d"))}}var flashVer=versionMajor+"."+versionMinor+"."+versionRevision}}else if($.browser.msie){var version;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version")}catch(e){}flashVer=version.replace("WIN ","").replace(",",".")}flashVer=flashVer.split(".")[0];if(jQuery)(function($){$.extend($.fn,{fileUpload:function(options){if(flashVer>=9){$(this).each(function(){settings=$.extend({uploader:'uploader.swf',script:'uploader.php',folder:'',height:30,width:110,cancelImg:'cancel.png',wmode:'opaque',scriptAccess:'sameDomain',fileDataName:'Filedata',displayData:'percentage',onInit:function(){},onSelect:function(){},onCheck:function(){},onCancel:function(){},onError:function(){},onProgress:function(){},onComplete:function(){}},options);var pagePath=location.pathname;pagePath=pagePath.split('/');pagePath.pop();pagePath=pagePath.join('/')+'/';var data='&pagepath='+pagePath;if(settings.buttonImg)data+='&buttonImg='+escape(settings.buttonImg);if(settings.buttonText)data+='&buttonText='+escape(settings.buttonText);if(settings.rollover)data+='&rollover=true';data+='&script='+settings.script;data+='&folder='+escape(settings.folder);if(settings.scriptData){var scriptDataString='';for(var name in settings.scriptData){scriptDataString+='&'+name+'='+settings.scriptData[name]}data+='&scriptData='+escape(scriptDataString)}data+='&btnWidth='+settings.width;data+='&btnHeight='+settings.height;data+='&wmode='+settings.wmode;if(settings.hideButton)data+='&hideButton=true';if(settings.fileDesc)data+='&fileDesc='+settings.fileDesc+'&fileExt='+settings.fileExt;if(settings.multi)data+='&multi=true';if(settings.auto)data+='&auto=true';if(settings.sizeLimit)data+='&sizeLimit='+settings.sizeLimit;if(settings.simUploadLimit)data+='&simUploadLimit='+settings.simUploadLimit;if(settings.checkScript)data+='&checkScript='+settings.checkScript;if(settings.fileDataName)data+='&fileDataName='+settings.fileDataName;if($.browser.msie){flashElement='<div id="browseButton"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+settings.width+'" height="'+settings.height+'" id="'+$(this).attr("id")+'Uploader" class="fileUploaderBtn"><param name="movie" value="'+settings.uploader+'?fileUploadID='+$(this).attr("id")+data+'" /><param name="quality" value="high" /><param name="wmode" value="'+settings.wmode+'" /><param name="allowScriptAccess" value="'+settings.scriptAccess+'"><param name="swfversion" value="9.0.0.0" /></object><div class="clear"></div></div>'}else{flashElement='<div id="browseButton"><embed src="'+settings.uploader+'?fileUploadID='+$(this).attr("id")+data+'" quality="high" width="'+settings.width+'" height="'+settings.height+'" id="'+$(this).attr("id")+'Uploader" class="fileUploaderBtn" name="'+$(this).attr("id")+'Uploader" allowScriptAccess="'+settings.scriptAccess+'" wmode="'+settings.wmode+'" type="application/x-shockwave-flash" /><div class="clear"></div></div>'}if(settings.onInit()!==false){$(this).css('display','none');if($.browser.msie){$(this).after('<div id="'+$(this).attr("id")+'Uploader"></div>');document.getElementById($(this).attr("id")+'Uploader').outerHTML=flashElement}else{$(this).after(flashElement)}$("#"+$(this).attr('id')+"Uploader").before('<div id="'+$(this).attr('id')+'Queue" class="fileUploadQueue"></div>')}$(this).bind("rfuSelect",{'action':settings.onSelect},function(event,queueID,fileObj){if(event.data.action(event,queueID,fileObj)!==false){var byteSize=Math.round(fileObj.size/1024*100)*.01;var suffix='KB';if(byteSize>1000){byteSize=Math.round(byteSize*.001*100)*.01;suffix='MB'}var sizeParts=byteSize.toString().split('.');if(sizeParts.length>1){byteSize=sizeParts[0]+'.'+sizeParts[1].substr(0,2)}else{byteSize=sizeParts[0]}if(fileObj.name.length>20){fileName=fileObj.name.substr(0,20)+'...'}else{fileName=fileObj.name}$('#'+$(this).attr('id')+'Queue').append('<div id="'+$(this).attr('id')+queueID+'" class="fileUploadQueueItem"><div class="cancel"><a href="javascript:$(\'#'+$(this).attr('id')+'\').fileUploadCancel(\''+queueID+'\')"><img src="'+settings.cancelImg+'" border="0" /></a></div><span class="fileName">'+fileName+'</span><span class="percentage">&nbsp;</span><div class="fileUploadProgress" style="width: 100%;"><div id="'+$(this).attr('id')+queueID+'ProgressBar" class="fileUploadProgressBar" style="width: 1px; height: 34px;"></div></div></div>')}});if(typeof(settings.onSelectOnce)=='function'){$(this).bind("rfuSelectOnce",settings.onSelectOnce)}$(this).bind("rfuCheckExist",{'action':settings.onCheck},function(event,checkScript,fileQueue,folder,single){var postData=new Object();postData.folder=pagePath+folder;for(var queueID in fileQueue){postData[queueID]=fileQueue[queueID];if(single){var singleFileID=queueID}}$.post(checkScript,postData,function(data){for(var key in data){if(event.data.action(event,checkScript,fileQueue,folder,single)!==false){var replaceFile=confirm('Do you want to replace the file \''+data[key]+'\'?');if(!replaceFile){document.getElementById($(event.target).attr('id')+'Uploader').cancelFileUpload(key)}}}if(single){document.getElementById($(event.target).attr('id')+'Uploader').startFileUpload(singleFileID,true)}else{document.getElementById($(event.target).attr('id')+'Uploader').startFileUpload(null,true)}},"json")});$(this).bind("rfuCancel",{'action':settings.onCancel},function(event,queueID,fileObj,data){if(event.data.action(event,queueID,fileObj,data)!==false){$("#"+$(this).attr('id')+queueID).fadeOut(250,function(){$("#"+$(this).attr('id')+queueID).remove()})}});$(this).bind("rfuClearQueue",{'action':settings.onClearQueue},function(){if(event.data.action()!==false){$('#'+$(this).attr('id')+'Queue').contents().fadeOut(250,function(){$('#'+$(this).attr('id')+'Queue').empty()})}});$(this).bind("rfuError",{'action':settings.onError},function(event,queueID,fileObj,errorObj){if(event.data.action(event,queueID,fileObj,errorObj)!==false){$("#"+$(this).attr('id')+queueID+" .fileName").text(errorObj.type+" Error - "+fileObj.name);$("#"+$(this).attr('id')+queueID).css({'border':'3px solid #FBCBBC','background-color':'#FDE5DD'})}});$(this).bind("rfuProgress",{'action':settings.onProgress,'toDisplay':settings.displayData},function(event,queueID,fileObj,data){if(event.data.action(event,queueID,fileObj,data)!==false){$("#"+$(this).attr('id')+queueID+"ProgressBar").css('width',data.percentage+'%');if(event.data.toDisplay=='percentage')displayData=' - '+data.percentage+'%';if(event.data.toDisplay=='speed')displayData=' - '+data.speed+'KB/s';if(event.data.toDisplay==null)displayData=' ';$("#"+$(this).attr('id')+queueID+" .percentage").text(displayData)}});$(this).bind("rfuComplete",{'action':settings.onComplete},function(event,queueID,fileObj,response,data){if(event.data.action(event,queueID,fileObj,unescape(response),data)!==false){$("#"+$(this).attr('id')+queueID).fadeOut(250,function(){$("#"+$(this).attr('id')+queueID).remove()});$("#"+$(this).attr('id')+queueID+" .percentage").text(' - Completed')}});if(typeof(settings.onAllComplete)=='function'){$(this).bind("rfuAllComplete",settings.onAllComplete)}})}},fileUploadSettings:function(settingName,settingValue){$(this).each(function(){document.getElementById($(this).attr('id')+'Uploader').updateSettings(settingName,settingValue)})},fileUploadStart:function(queueID){$(this).each(function(){document.getElementById($(this).attr('id')+'Uploader').startFileUpload(queueID,false)})},fileUploadCancel:function(queueID){$(this).each(function(){document.getElementById($(this).attr('id')+'Uploader').cancelFileUpload(queueID)})},fileUploadClearQueue:function(){$(this).each(function(){document.getElementById($(this).attr('id')+'Uploader').clearFileUploadQueue()})}})})(jQuery);

//scrollto
;(function($){var m=$.scrollTo=function(b,h,f){$(window).scrollTo(b,h,f)};m.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1};m.window=function(b){return $(window).scrollable()};$.fn.scrollable=function(){return this.map(function(){var b=this,h=!b.nodeName||$.inArray(b.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!h)return b;var f=(b.contentWindow||b).document||b.ownerDocument||b;return $.browser.safari||f.compatMode=='BackCompat'?f.body:f.documentElement})};$.fn.scrollTo=function(l,j,a){if(typeof j=='object'){a=j;j=0}if(typeof a=='function')a={onAfter:a};if(l=='max')l=9e9;a=$.extend({},m.defaults,a);j=j||a.speed||a.duration;a.queue=a.queue&&a.axis.length>1;if(a.queue)j/=2;a.offset=n(a.offset);a.over=n(a.over);return this.scrollable().each(function(){var k=this,o=$(k),d=l,p,g={},q=o.is('html,body');switch(typeof d){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px)?$/.test(d)){d=n(d);break}d=$(d,this);case'object':if(d.is||d.style)p=(d=$(d)).offset()}$.each(a.axis.split(''),function(b,h){var f=h=='x'?'Left':'Top',i=f.toLowerCase(),c='scroll'+f,r=k[c],s=h=='x'?'Width':'Height';if(p){g[c]=p[i]+(q?0:r-o.offset()[i]);if(a.margin){g[c]-=parseInt(d.css('margin'+f))||0;g[c]-=parseInt(d.css('border'+f+'Width'))||0}g[c]+=a.offset[i]||0;if(a.over[i])g[c]+=d[s.toLowerCase()]()*a.over[i]}else g[c]=d[i];if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],u(s));if(!b&&a.queue){if(r!=g[c])t(a.onAfterFirst);delete g[c]}});t(a.onAfter);function t(b){o.animate(g,j,a.easing,b&&function(){b.call(this,l,a)})};function u(b){var h='scroll'+b;if(!q)return k[h];var f='client'+b,i=k.ownerDocument.documentElement,c=k.ownerDocument.body;return Math.max(i[h],c[h])-Math.min(i[f],c[f])}}).end()};function n(b){return typeof b=='object'?b:{top:b,left:b}}})(jQuery);

//localscroll
;(function($){var URI=location.href.replace(/#.*/,'');var $localScroll=$.localScroll=function(settings){$('body').localScroll(settings)};$localScroll.defaults={duration:1000,axis:'y',event:'click',stop:true,target:window,reset:true};$localScroll.hash=function(settings){if(location.hash){settings=$.extend({},$localScroll.defaults,settings);settings.hash=false;if(settings.reset){var d=settings.duration;delete settings.duration;$(settings.target).scrollTo(0,settings);settings.duration=d}scroll(0,location,settings)}};$.fn.localScroll=function(settings){settings=$.extend({},$localScroll.defaults,settings);return settings.lazy?this.bind(settings.event,function(e){var a=$([e.target,e.target.parentNode]).filter(filter)[0];if(a)scroll(e,a,settings)}):this.find('a,area').filter(filter).bind(settings.event,function(e){scroll(e,this,settings)}).end().end();function filter(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==URI&&(!settings.filter||$(this).is(settings.filter))}};function scroll(e,link,settings){var id=link.hash.slice(1),elem=document.getElementById(id)||document.getElementsByName(id)[0];if(!elem)return;if(e)e.preventDefault();var $target=$(settings.target);if(settings.lock&&$target.is(':animated')||settings.onBefore&&settings.onBefore.call(settings,e,elem,$target)===false)return;if(settings.stop)$target.stop(true);if(settings.hash){var attr=elem.id==id?'id':'name',$a=$('<a> </a>').attr(attr,id).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});elem[attr]='';$('body').prepend($a);location=link.hash;$a.remove();elem[attr]=id}$target.scrollTo(elem,settings).trigger('notify.serialScroll',[elem])}})(jQuery);

//pixelounge
jQuery.easing.def="easeOutQuad";function calculateTV(fin,zil,pag,pret){totalValue=fin*pag*pret;if(pag>zil)urgency=(pag-zil)*price;else urgency=0;discount=(0.05*(pag-1))*totalValue;if(((totalValue-discount)/pag)<30)discount=0.5*totalValue;totalValue=totalValue-discount+urgency;$('.sum').text(totalValue+'$');Cufon.replace('.sum')}function validEmail(emailAddress){var pattern=new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i);return pattern.test(emailAddress)}
function requestSubmit(){
	name=$('#name').val();
	email=$('#email').val();
	comment=$('#comment').val();
	if(name=='') $('#name-error').show();
	if(!validEmail(email)) $('#e-mail-error').show();
	if(fileSelected==false) $('#file-error').show();
	if(name!='') $('#name-error').hide();
	if(validEmail(email)) $('#e-mail-error').hide();
	if(fileSelected==true) $('#file-error').hide();
	if((name!='') && (validEmail(email)) && (fileSelected==true)) {
		query='&rName='+name+'&rMail='+email+'&rMess='+comment+'&rPages='+pagE+'&rDays='+dayE+'&rType='+delt+'&rPrice='+totalValue;
		$('#file').fileUploadSettings('scriptData',query);
		$('#file').fileUploadStart();
	}
}
jQuery(document).ready(function(){cls='hm';$('.error').hide();fileSelected=false;href=document.location.href;hashindex=href.indexOf("#");vdiv=href.substr(hashindex);if(vdiv=='/') {vdiv='#home'};switch (vdiv) {case '#home':cls='hm';break;case '#process':cls='pr';break;case '#order':cls='or';break;case '#portfolio':cls='po';break;case '#contact':cls='co';break;};$('#main-menu li a').removeClass(); $('#main-menu li a').addClass(cls);$('#main-menu li a[href="'+vdiv+'"]').removeClass();$('#main-menu li a[href="'+vdiv+'"]').addClass(cls+'a');delt=1;dayE=1;pagE=1;price=75;calculateTV(delt,dayE,pagE,price);$(".resultPE").text('1 page');$('.pagesE').slider({startValue:pagE,min:1,max:5,stop:function(e,ui){pagE=ui.value;calculateTV(delt,dayE,pagE,price);if(ui.value>1)$(".resultPE").text(ui.value+' pages');else $(".resultPE").text(ui.value+' page');ps=(pagE-1)*46;$('.pagesEstimate .ui-slider-handle').css({'left':ps+'px'})},slide:function(e,ui){pagE=ui.value;calculateTV(delt,dayE,pagE,price);if(ui.value>1)$(".resultPE").text(ui.value+' pages');else $(".resultPE").text(ui.value+' page');ps=(pagE-1)*46;$('.pagesEstimate .ui-slider-handle').css({'left':ps+'px'})}});$('.pagesEstimate .minus').click(function(){if(pagE>1){poss=$('.pagesEstimate .ui-slider-handle').position();newposs=poss.left-46;$('.pagesEstimate .ui-slider-handle').css({'left':newposs+'px'});pagE=pagE-1;if(pagE>1)$(".resultPE").text(pagE+' pages');else $(".resultPE").text(pagE+' page');calculateTV(delt,dayE,pagE,price)}});$('.pagesEstimate .plus').click(function(){if(pagE<5){poss=$('.pagesEstimate .ui-slider-handle').position();newposs=poss.left+46;$('.pagesEstimate .ui-slider-handle').css({'left':newposs+'px'});pagE=pagE+1;$(".resultPE").text(pagE+' pages');calculateTV(delt,dayE,pagE,price)}});$(".resultDE").text('1 day');$('.daysE').slider({startValue:dayE,min:1,max:5,stop:function(e,ui){dayE=ui.value;if(ui.value>1)$(".resultDE").text(ui.value+' days');else $(".resultDE").text(ui.value+' day');calculateTV(delt,dayE,pagE,price);ps=(dayE-1)*46;$('.daysEstimate .ui-slider-handle').css({'left':ps+'px'})},slide:function(e,ui){if(ui.value>1)$(".resultDE").text(ui.value+' days');else $(".resultDE").text(ui.value+' day');dayE=ui.value;calculateTV(delt,dayE,pagE,price);ps=(dayE-1)*46;$('.daysEstimate .ui-slider-handle').css({'left':ps+'px'})}});$('.daysEstimate .minus').click(function(){if(dayE>1){poss=$('.daysEstimate .ui-slider-handle').position();newposs=poss.left-46;$('.daysEstimate .ui-slider-handle').css({'left':newposs+'px'});dayE=dayE-1;if(dayE>1)$(".resultDE").text(dayE+' days');else $(".resultDE").text(dayE+' day');calculateTV(delt,dayE,pagE,price)}});$('.daysEstimate .plus').click(function(){if(dayE<5){poss=$('.daysEstimate .ui-slider-handle').position();newposs=poss.left+46;$('.daysEstimate .ui-slider-handle').css({'left':newposs+'px'});dayE=dayE+1;$(".resultDE").text(dayE+' days');calculateTV(delt,dayE,pagE,price)}});$('.deliverEstimate ul li input[value=1]').parent().addClass("checked");$('.deliverEstimate ul li').each(function(){$(this).append($(this).children('label').text());$(this).children('label').hide();$(this).children('input').hide();$(this).click(function(){$('.deliverEstimate ul li[class=checked]').removeClass("checked");delt=$(this).children('input').attr('value');$('.deliverEstimate ul li input[value='+delt+']').parent().addClass("checked");calculateTV(delt,dayE,pagE,price)})});ic=0;$('.slideshow .item').each(function(){ssw=$('.slideshow').width();ssw=ssw+317;$('.slideshow').css({'width':ssw+'px'});ic=ic+1});nps=0;nc=ic-3;nc2=0;pc=0;pc2=0;$('#nextItem').click(function(){if(nc2<nc){nps=nps-317;$('.slideshow').animate({'left':nps+"px"});nc2=nc2+1;pc2=nc2}});$('#prevItem').click(function(){if(pc2>0){nps=nps+317;$('.slideshow').animate({'left':nps+"px"});pc2=pc2-1;nc2=pc2}});$('#main-menu').localScroll({axis:'x',hash:true});$('.top-navigation').localScroll({axis:'x',hash:true});$('#home').localScroll({axis:'x',hash:true});$('#process').localScroll({axis:'x',hash:true});$('a[href="#home"]').click(function(){$('#main-menu li a').removeClass();$('#main-menu li a').addClass('hm');$('#main-menu li a[href="#home"]').removeClass();$('#main-menu li a[href="#home"]').addClass('hma')});$('a[href="#process"]').click(function(){$('#main-menu li a').removeClass();$('#main-menu li a').addClass('pr');$('#main-menu li a[href="#process"]').removeClass();$('#main-menu li a[href="#process"]').addClass('pra')});$('a[href="#order"]').click(function(){$('#main-menu li a').removeClass();$('#main-menu li a').addClass('or');$('#main-menu li a[href="#order"]').removeClass();$('#main-menu li a[href="#order"]').addClass('ora')});$('a[href="#portfolio"]').click(function(){$('#main-menu li a').removeClass();$('#main-menu li a').addClass('po');$('#main-menu li a[href="#portfolio"]').removeClass();$('#main-menu li a[href="#portfolio"]').addClass('poa')});$('a[href="#contact"]').click(function(){$('#main-menu li a').removeClass();$('#main-menu li a').addClass('co');$('#main-menu li a[href="#contact"]').removeClass();$('#main-menu li a[href="#contact"]').addClass('coa')});$(function(){$("#cSubmit").click(function(){var cName=$('#cName').val();if(cName==""){$('#cName-error').show();$('#cName').focus();return false} else $('#cName-error').hide();var cMail=$('#cMail').val();if(!validEmail(cMail)){$('#cMail-error').show();$('#cMail').focus();return false} else $('#cMail-error').hide();var cMess=$('#cMess').val();if(cMess==""){$('#cMess-error').show();$('#cMess').focus();return false} else $('#cMess-error').hide();var cDataString='cName='+cName+'&cMail='+cMail+'&cMess='+cMess;$.ajax({type:"POST",url:"inc/contact.php",data:cDataString,success:function(){$('#cName').val('');$('#cMail').val('');$('#cMess').val('');$('#cStatus').text('Your message has been sent!')}});return false})});$('#file').fileUpload({'uploader':'img/uploader.swf','script':'inc/upload.php','folder':'upload/','cancelImg':'img/cancel.png','buttonText':'','buttonImg':'img/browse.png','width':72,'height':36,'fileExt':'*.jpg;*.eps;*.png;*.psd;*.ai;*.png;','fileDesc':'Image Files (.jpg, .png, .psd, .ai, .eps)','onComplete':function(){$('#name').val('');$('#email').val('');$('#comment').val('');fileSelected=false;},'onSelect': function() {fileSelected=true}})});