(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")}})})();(function(A){A.flashPlayerVersion=function(){var D,B=null,I=false,H="ShockwaveFlash.ShockwaveFlash";if(!(D=navigator.plugins["Shockwave Flash"])){try{B=new ActiveXObject(H+".7")}catch(G){try{B=new ActiveXObject(H+".6");D=[6,0,21];B.AllowScriptAccess="always"}catch(F){if(D&&D[0]===6){I=true}}if(!I){try{B=new ActiveXObject(H)}catch(E){D="X 0,0,0"}}}if(!I&&B){try{D=B.GetVariable("$version")}catch(C){}}}else{D=D.description}D=D.match(/^[A-Za-z\s]*?(\d+)(\.|,)(\d+)(\s+r|,)(\d+)/);return[D[1]*1,D[3]*1,D[5]*1]}();A.flashExpressInstaller="expressInstall.swf";A.hasFlashPlayer=(A.flashPlayerVersion[0]!==0);A.hasFlashPlayerVersion=function(C){var B=A.flashPlayerVersion;C=(/string|integer/.test(typeof C))?C.toString().split("."):C;return(C)?(B[0]>=(C.major||C[0]||B[0])&&B[1]>=(C.minor||C[1]||B[1])&&B[2]>=(C.release||C[2]||B[2])):(B[0]!==0)};A.flash=function(M){if(!A.hasFlashPlayer){return false}var C=M.swf||"",K=M.params||{},E=document.createElement("body"),B,L,H,D,J,I,G,F;M.height=M.height||180;M.width=M.width||320;if(M.hasVersion&&!A.hasFlashPlayerVersion(M.hasVersion)){A.extend(M,{id:"SWFObjectExprInst",height:Math.max(M.height,137),width:Math.max(M.width,214)});C=M.expressInstaller||A.flashExpressInstaller;K={flashvars:{MMredirectURL:window.location.href,MMplayerType:(A.browser.msie&&A.browser.win)?"ActiveX":"PlugIn",MMdoctitle:document.title.slice(0,47)+" - Flash Player Installation"}}}if(M.flashvars&&typeof K==="object"){A.extend(K,{flashvars:M.flashvars})}for(J in(I=["swf","expressInstall","hasVersion","params","flashvars"])){delete M[I[J]]}B=[];for(J in M){if(typeof M[J]==="object"){L=[];for(I in M[J]){L.push(I.replace(/([A-Z])/,"-$1").toLowerCase()+":"+M[J][I]+";")}M[J]=L.join("")}B.push(J+'="'+M[J]+'"')}M=B.join(" ");if(typeof K==="object"){B=[];for(J in K){if(typeof K[J]==="object"){L=[];for(I in K[J]){if(typeof K[J][I]==="object"){H=[];for(G in K[J][I]){if(typeof K[J][I][G]==="object"){D=[];for(F in K[J][I][G]){D.push(F.replace(/([A-Z])/,"-$1").toLowerCase()+":"+K[J][I][G][F]+";")}K[J][I][G]=D.join("")}H.push(G+"{"+K[J][I][G]+"}")}K[J][I]=H.join("")}L.push(window.escape(I)+"="+window.escape(K[J][I]))}K[J]=L.join("&amp;")}B.push('<PARAM NAME="'+J+'" VALUE="'+K[J]+'">')}K=B.join("")}if(!(/style=/.test(M))){M+=' style="vertical-align:text-top;"'}if(!(/style=(.*?)vertical-align/.test(M))){M=M.replace(/style="/,'style="vertical-align:text-top;')}if(A.browser.msie){M+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';K='<PARAM NAME="movie" VALUE="'+C+'">'+K}else{M+=' type="application/x-shockwave-flash" data="'+C+'"'}E.innerHTML="<OBJECT "+M+">"+K+"</OBJECT>";return A(E.firstChild)};A.fn.flash=function(C){if(!A.hasFlashPlayer){return this}var B=0,D;while((D=this.eq(B++))[0]){D.html(A.flash(A.extend({},C)));if(D[0].firstChild.getAttribute("id")==="SWFObjectExprInst"){B=this.length}}return this}}(jQuery));(function($){$.dimensions={version:'@VERSION'};$.each(['Height','Width'],function(i,name){$.fn['inner'+name]=function(){if(!this[0])return;var torl=name=='Height'?'Top':'Left',borr=name=='Height'?'Bottom':'Right';return num(this,name.toLowerCase())+num(this,'padding'+torl)+num(this,'padding'+borr);};$.fn['outer'+name]=function(options){if(!this[0])return;var torl=name=='Height'?'Top':'Left',borr=name=='Height'?'Bottom':'Right';options=$.extend({margin:false},options||{});return num(this,name.toLowerCase())
+num(this,'border'+torl+'Width')+num(this,'border'+borr+'Width')
+num(this,'padding'+torl)+num(this,'padding'+borr)
+(options.margin?(num(this,'margin'+torl)+num(this,'margin'+borr)):0);};});$.each(['Left','Top'],function(i,name){$.fn['scroll'+name]=function(val){if(!this[0])return;return val!=undefined?this.each(function(){this==window||this==document?window.scrollTo(name=='Left'?val:$(window)['scrollLeft'](),name=='Top'?val:$(window)['scrollTop']()):this['scroll'+name]=val;}):this[0]==window||this[0]==document?self[(name=='Left'?'pageXOffset':'pageYOffset')]||$.boxModel&&document.documentElement['scroll'+name]||document.body['scroll'+name]:this[0]['scroll'+name];};});$.fn.extend({position:function(){var left=0,top=0,elem=this[0],offset,parentOffset,offsetParent,results;if(elem){offsetParent=this.offsetParent();offset=this.offset();parentOffset=offsetParent.offset();offset.top-=num(elem,'marginTop');offset.left-=num(elem,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};}
return results;},offsetParent:function(){var offsetParent=this[0].offsetParent;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&$.css(offsetParent,'position')=='static'))
offsetParent=offsetParent.offsetParent;return $(offsetParent);}});function num(el,prop){return parseInt($.css(el.jquery?el[0]:el,prop))||0;};})(jQuery);(function($){$.fn.extend({mousewheel:function(f){if(!f.guid)f.guid=$.event.guid++;if(!$.event._mwCache)$.event._mwCache=[];return this.each(function(){if(this._mwHandlers)return this._mwHandlers.push(f);else this._mwHandlers=[];this._mwHandlers.push(f);var s=this;this._mwHandler=function(e){e=$.event.fix(e||window.event);$.extend(e,this._mwCursorPos||{});var delta=0,returnValue=true;if(e.wheelDelta)delta=e.wheelDelta/120;if(e.detail)delta=-e.detail/3;if(window.opera)delta=-e.wheelDelta;for(var i=0;i<s._mwHandlers.length;i++)
if(s._mwHandlers[i])
if(s._mwHandlers[i].call(s,e,delta)===false){returnValue=false;e.preventDefault();e.stopPropagation();}
return returnValue;};if($.browser.mozilla&&!this._mwFixCursorPos){this._mwFixCursorPos=function(e){this._mwCursorPos={pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY};};$(this).bind('mousemove',this._mwFixCursorPos);}
if(this.addEventListener)
if($.browser.mozilla)this.addEventListener('DOMMouseScroll',this._mwHandler,false);else this.addEventListener('mousewheel',this._mwHandler,false);else
this.onmousewheel=this._mwHandler;$.event._mwCache.push($(this));});},unmousewheel:function(f){return this.each(function(){if(f&&this._mwHandlers){for(var i=0;i<this._mwHandlers.length;i++)
if(this._mwHandlers[i]&&this._mwHandlers[i].guid==f.guid)
delete this._mwHandlers[i];}else{if($.browser.mozilla&&!this._mwFixCursorPos)
$(this).unbind('mousemove',this._mwFixCursorPos);if(this.addEventListener)
if($.browser.mozilla)this.removeEventListener('DOMMouseScroll',this._mwHandler,false);else this.removeEventListener('mousewheel',this._mwHandler,false);else
this.onmousewheel=null;this._mwHandlers=this._mwHandler=this._mwFixCursorPos=this._mwCursorPos=null;}});}});$(window).one('unload',function(){var els=$.event._mwCache||[];for(var i=0;i<els.length;i++)
els[i].unmousewheel();});})(jQuery);var _jscr_originalSizes=new Array();var _jscr_differenceSizes=new Array();var _jscr_previousWindowSize=new Array();var _jscr_originalPercentages=new Array();var _jscr_intervals=new Array();var _jscr_trackInt=new Array();var _jscr_originalPos=new Array();var _jscr_globalProperties=new Array();jQuery.jScrollHorizontalPane={active:[]};jQuery.fn.jScrollHorizontalPane=function(settings)
{settings=jQuery.extend({scrollbarHeight:10,scrollbarMargin:5,wheelSpeed:18,showArrows:false,arrowSize:213,animateTo:false,dragMinWidth:1,dragMaxWidth:99999,animateInterval:100,animateStep:3,maintainPosition:true,resize:true,minimumWidth:200,reset:false},settings);return this.each(function()
{if(settings.reset==true){jQuery.fn.jScrollHorizontalPane.reset();}
var $this=jQuery(this);var mouseWheelNext=0;var mouseWheelMove=false;var currentId=$this.attr('id');if(currentId==undefined){currentId=$this.attr('class');}
var previousWindow=_jscr_previousWindowSize[currentId];_jscr_originalPos[currentId]=-1;_jscr_globalProperties[currentId]=settings;_jscr_previousWindowSize[currentId]=$(window).width();if(_jscr_originalSizes[currentId]==undefined){if((jQuery.browser.msie)&&(parseInt(jQuery.browser.version)==6)){var outerWidth=parseInt($this.outerWidth())-parseInt($this.offset().left);_jscr_differenceSizes[currentId]=$this.offset().left/$(window).width();}else{var outerWidth=$this.outerWidth();_jscr_differenceSizes[currentId]=$this.position().left/$(window).width();}
percentageWidth=(outerWidth/$(window).width());_jscr_originalPercentages[currentId]=percentageWidth;_jscr_originalSizes[currentId]=$(window).width();}else{percentageWidth=_jscr_originalPercentages[currentId];diff=_jscr_differenceSizes[currentId]-(($this.offset().left+_jscr_originalPos[currentId])/$(window).width());percentageWidth=percentageWidth+diff;}
var halfIntervals=new Array();_jscr_intervals=new Array();halfIntervals[0]=0;_jscr_intervals[0]=0;margin=$this.position().left;offset=1;if(margin<0){margin=0;}
$(".scroll-interval",$this).each(function(i,elem){pos=$(elem).position().left-margin;if(pos!=0){_jscr_intervals[i+offset]=pos;}else{offset--;}});if(_jscr_intervals.length<=1){_jscr_intervals=new Array();}
if(jQuery(this).parent().is('.jScrollPaneContainer')){var currentScrollPosition=settings.maintainPosition?$this.offset({relativeTo:jQuery(this).parent()[0]}).left:0;var $c=jQuery(this).parent();var paneWidth=$c.outerWidth();var paneHeight=$c.innerHeight();var rightPos=$this.offset().left+_jscr_originalPos[currentId]+paneWidth;if((previousWindow!=$(window).width())&&((rightPos>$(window).width())||(previousWindow<$(window).width()))&&(settings.resize==true)){if($(window).width()>=_jscr_originalSizes[currentId]){paneWidth=($(window).width()*percentageWidth);}else{paneWidth=$(window).width()-($this.offset().left+_jscr_originalPos[currentId])-10;}
if(paneWidth<settings.minimumWidth){paneWidth=settings.minimumWidth;}
jQuery(this).parent().css({'height':paneHeight+'px','width':paneWidth+'px'});}
var trackWidth=paneWidth;if($c.unmousewheel){if($.browser.opera){$c.unbind("mousewheel",fn=function(){});}else{$c.unmousewheel();}}
jQuery('>.jScrollPaneTrack, >.jScrollArrowLeft, >.jScrollArrowRight',$c).remove();$this.css({'left':0});_jscr_originalPos[currentId]=-1;}else{var currentScrollPosition=0;this.originalPadding=$this.css('paddingTop')+' '+$this.css('paddingRight')+' '+$this.css('paddingBottom')+' '+$this.css('paddingLeft');this.originalSidePaddingTotal=(parseInt($this.css('paddingLeft'))||0)+(parseInt($this.css('paddingRight'))||0);var paneWidth=$this.outerWidth();var rightPos=$this.offset().left+_jscr_originalPos[currentId]+paneWidth;if((rightPos)>$(window).width()){paneWidth=$(window).width()*percentageWidth;}
if(paneWidth<settings.minimumWidth){paneWidth=settings.minimumWidth;}
var paneHeight=$this.innerHeight();var trackWidth=paneWidth;$this.wrap(jQuery('<div></div>').attr({'className':'jScrollPaneContainer'}).css({'height':paneHeight+'px','width':paneWidth+'px'}));jQuery(document).bind('emchange',function(e,cur,prev)
{$this.jScrollHorizontalPane(settings);});}
var p=this.originalSidePaddingTotal;$this.css({'height':paneHeight-settings.scrollbarHeight-p+'px','width':'auto','paddingRight':settings.scrollbarMargin+'px'});var contentWidth=$this.outerWidth();if($.browser.msie||$.browser.opera||$.browser.safari){var ieWidth=0;$this.children().each(function(i,elem){if($(elem).outerWidth()>ieWidth){ieWidth=$(elem).outerWidth();}});if(ieWidth>contentWidth){contentWidth=ieWidth;}}
var percentInView=paneWidth/contentWidth;var trackIntervals=new Array();if(percentInView<0.99){var $container=$this.parent();$container.append(jQuery('<div></div>').attr({'className':'jScrollPaneTrack'}).css({'height':settings.scrollbarHeight+'px'}).append(jQuery('<div></div>').attr({'className':'jScrollPaneDrag'}).css({'height':settings.scrollbarHeight+'px'}).append(jQuery('<div></div>').attr({'className':'jScrollPaneDragLeft'}).css({'height':settings.scrollbarHeight+'px'}),jQuery('<div></div>').attr({'className':'jScrollPaneDragMiddle'}).css({'height':settings.scrollbarHeight+'px'}),jQuery('<div></div>').attr({'className':'jScrollPaneDragRight'}).css({'height':settings.scrollbarHeight+'px'}))));var $track=jQuery('>.jScrollPaneTrack',$container);for(inter in _jscr_intervals){if(settings.showArrows==true){scrollOffset=settings.arrowSize;}else{scrollOffset=0;}
intervalTrackPos=_jscr_intervals[inter]/contentWidth*$track.width()-(scrollOffset);trackIntervals[inter]=intervalTrackPos;if(trackIntervals[inter-1]!=undefined){halfIntervals[inter-1]=(trackIntervals[inter]+trackIntervals[inter-1])/2;}
if(inter!=0){interObj=jQuery('<div>|</div>').attr({'className':'jScrollIntervalTrack'}).css({'left':intervalTrackPos+'px'})
$track.append(interObj);}}
var $drag=jQuery('>.jScrollPaneTrack .jScrollPaneDrag',$container);if(settings.showArrows){var currentArrowButton;var currentArrowDirection;var currentArrowInterval;var currentArrowInc;var whileArrowButtonDown=function()
{if(currentArrowInc>4||currentArrowInc%4==0){positionDrag(dragPosition+currentArrowDirection*mouseWheelMultiplier);}
currentArrowInc++;};var onArrowMouseUp=function(event)
{jQuery('body').unbind('mouseup',onArrowMouseUp);currentArrowButton.removeClass('jScrollActiveArrowButton');clearInterval(currentArrowInterval);arrowUp=true;moveIntervals();};var onArrowMouseDown=function(){jQuery('body').bind('mouseup',onArrowMouseUp);currentArrowButton.addClass('jScrollActiveArrowButton');currentArrowInc=0;whileArrowButtonDown();currentArrowInterval=setInterval(whileArrowButtonDown,100);};$container.append(jQuery('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowLeft'}).css({'width':settings.arrowSize+'px'}).html('Scroll Left').bind('mousedown',function()
{currentArrowButton=jQuery(this);currentArrowDirection=-1;onArrowMouseDown();this.blur();return false;}),jQuery('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowRight'}).css({'width':settings.arrowSize+'px'}).html('Scroll Right').bind('mousedown',function()
{currentArrowButton=jQuery(this);currentArrowDirection=1;onArrowMouseDown();this.blur();return false;}));if(settings.arrowSize){trackWidth=paneWidth-settings.arrowSize-settings.arrowSize;$track.css({'width':trackWidth+'px',left:settings.arrowSize+'px'})}else{var leftArrowWidth=jQuery('>.jScrollArrowLeft',$container).width();settings.arrowSize=leftArrowWidth;trackWidth=paneWidth-leftArrowWidth-jQuery('>.jScrollArrowRight',$container).width();$track.css({'width':trackWidth+'px',left:leftArrowWidth+'px'})}}
var $pane=jQuery(this).css({'position':'absolute','overflow':'visible'});var currentOffset;var maxX;var mouseWheelMultiplier;var dragPosition=0;var dragMiddle=percentInView*paneWidth/2;var getPos=function(event,c){var p=c=='X'?'Left':'Bottom';return event['page'+c]||(event['client'+c]+(document.documentElement['scroll'+p]||document.body['scroll'+p]))||0;};var ignoreNativeDrag=function(){return false;};var currentInterval=0;var direction=1;var arrowUp=false;var intervalMove=false;_jscr_trackInt[currentId]=-1;;var initDrag=function()
{ceaseAnimation();currentOffset=$drag.offset(false);currentOffset.left-=dragPosition;maxX=trackWidth-$drag[0].offsetWidth;mouseWheelMultiplier=2*settings.wheelSpeed*maxX/contentWidth;jQuery('>.jScrollPaneDragMiddle',$drag).css('width',$drag.width()-22);};var onStartDrag=function(event)
{initDrag();dragMiddle=getPos(event,'X')-dragPosition-currentOffset.left;jQuery('body').bind('mouseup',onStopDrag).bind('mousemove',updateScroll);if(jQuery.browser.msie){jQuery('body').bind('dragstart',ignoreNativeDrag).bind('selectstart',ignoreNativeDrag);}
return false;};var onStopDrag=function()
{jQuery('body').unbind('mouseup',onStopDrag).unbind('mousemove',updateScroll);dragMiddle=percentInView*paneWidth/2;moveIntervals();if(jQuery.browser.msie){jQuery('body').unbind('dragstart',ignoreNativeDrag).unbind('selectstart',ignoreNativeDrag);}};var positionDrag=function(destX)
{evaluateIntervals(dragPosition,destX);destX=destX<0?0:(destX>maxX?maxX:destX);dragPosition=destX;$drag.css({'left':destX+'px'});var p=destX/maxX;_jscr_originalPos[currentId]=(paneWidth-contentWidth)*p*-1;$pane.css({'left':((paneWidth-contentWidth)*p)+'px'});$this.trigger('scroll');};var updateScroll=function(e)
{positionDrag(getPos(e,'X')-currentOffset.left-dragMiddle);};var evaluateIntervals=function(position,destX){if((intervalMove==false)&&(mouseWheelMove!=true)){_jscr_trackInt[currentId]=-1;halfInter=-1;smallInter=-1;bigInter=-1;endDragPos=destX+$drag.width();fullTrackWidth=$('.jScrollPaneTrack').width();for(inter in trackIntervals){if((endDragPos>=fullTrackWidth)&&(endDragPos>=trackIntervals[inter])){_jscr_trackInt[currentId]=inter;}else if(destX>=trackIntervals[inter]){smallInter=inter;}else{bigInter=inter;break;}}
if(_jscr_trackInt[currentId]==-1){smallDistance=destX-trackIntervals[smallInter];largeDistance=trackIntervals[bigInter]-destX;if(smallDistance<=largeDistance){_jscr_trackInt[currentId]=smallInter;}else{_jscr_trackInt[currentId]=bigInter;}}}else{intervalMove=false;}}
var moveIntervals=function(){if(_jscr_trackInt[currentId]!=-1){if(arrowUp==true){if((direction==-1)&&(_jscr_trackInt[currentId]!=0)){_jscr_trackInt[currentId]=currentInterval-1;}else if((direction==1)&&(_jscr_trackInt[currentId]!=(_jscr_intervals.length-1))){_jscr_trackInt[currentId]=parseInt(currentInterval)+1;}
arrowUp=false;}
intervalMove=true;positionDrag(trackIntervals[_jscr_trackInt[currentId]]);currentInterval=_jscr_trackInt[currentId];}}
var arrowSize=0;if(settings.showArrows==true){arrowSize=settings.arrowSize;}
var dragH=Math.max(Math.min(percentInView*(paneWidth-arrowSize*2),settings.dragMaxWidth),settings.dragMinWidth);$drag.css({'width':dragH+'px'}).bind('mousedown',onStartDrag);var trackScrollInterval;var trackScrollInc;var trackScrollMousePos;var doTrackScroll=function()
{if(trackScrollInc>8||trackScrollInc%4==0){positionDrag((dragPosition-((dragPosition-trackScrollMousePos)/2)));}
trackScrollInc++;};var onStopTrackClick=function()
{clearInterval(trackScrollInterval);moveIntervals();jQuery('body').unbind('mouseup',onStopTrackClick).unbind('mousemove',onTrackMouseMove);};var onTrackMouseMove=function(event)
{trackScrollMousePos=getPos(event,'X')-currentOffset.left-dragMiddle;};var onTrackClick=function(event)
{initDrag();onTrackMouseMove(event);trackScrollInc=0;jQuery('body').bind('mouseup',onStopTrackClick).bind('mousemove',onTrackMouseMove);trackScrollInterval=setInterval(doTrackScroll,100);doTrackScroll();};$track.bind('mousedown',onTrackClick);if($container.mousewheel){$container.mousewheel(function(event,delta){var movePos=-1;if($.browser.opera){delta=event.wheelDelta/120;}
if(trackIntervals.length>1){mouseWheelMove=true;if(delta<0){_jscr_trackInt[currentId]=parseInt(_jscr_trackInt[currentId])+1;if((_jscr_trackInt[currentId])>=trackIntervals.length-1){_jscr_trackInt[currentId]=trackIntervals.length-1;}
if((parseInt($drag.width())+parseInt(trackIntervals[_jscr_trackInt[currentId]]))>parseInt($('.jScrollPaneTrack').width())){movePos=parseInt($('.jScrollPaneTrack').width())-$drag.width();}}else{_jscr_trackInt[currentId]=parseInt(_jscr_trackInt[currentId])-1;if(_jscr_trackInt[currentId]<0){_jscr_trackInt[currentId]=0;}}}
initDrag();ceaseAnimation();var d=dragPosition;if(mouseWheelMove==true){if(movePos==-1){positionDrag(trackIntervals[_jscr_trackInt[currentId]]);}else{positionDrag(movePos);}}else{positionDrag(dragPosition-delta*mouseWheelMultiplier);}
moveIntervals();var dragOccured=d!=dragPosition;mouseWheelMove=false;return!dragOccured;},false);}
var _animateToPosition;var _animateToInterval;function animateToPosition()
{var diff=(_animateToPosition-dragPosition)/settings.animateStep;if((diff>1||diff<-1)&&((dragPosition+diff+$drag.width())<(paneWidth))){positionDrag(dragPosition+diff);}else{positionDrag(_animateToPosition);ceaseAnimation();}}
var ceaseAnimation=function()
{if(_animateToInterval){clearInterval(_animateToInterval);delete _animateToPosition;}};var scrollTo=function(pos,preventAni)
{if(typeof pos=="string"){$e=jQuery(pos,this);if(!$e.length)return;pos=$e.position().left;}
ceaseAnimation();var destDragPosition=-pos/(paneWidth-contentWidth)*maxX;if(!preventAni||settings.animateTo){_animateToPosition=destDragPosition;_animateToInterval=setInterval(animateToPosition,settings.animateInterval);}else{positionDrag(destDragPosition);}};$this[0].scrollTo=scrollTo;$this[0].scrollBy=function(delta)
{var currentPos=-parseInt($pane.css('left'))||0;scrollTo(currentPos+delta);};initDrag();scrollTo(-currentScrollPosition,true);jQuery.jScrollHorizontalPane.active.push($this[0]);}else{var scrollTo=function(pos,preventAni){}
$this[0].scrollTo=scrollTo;$this.css({'height':paneHeight-this.originalSidePaddingTotal+'px','width':paneWidth+'px','padding':this.originalPadding});}})};jQuery.fn.jScrollHorizontalPane.reset=function(){_jscr_originalSizes=new Array();_jscr_differenceSizes=new Array();_jscr_previousWindowSize=new Array();_jscr_originalPercentages=new Array();_jscr_intervals=new Array();_jscr_trackInt=new Array();_jscr_originalPos=new Array();_jscr_globalProperties=new Array();}
jQuery(window).bind('unload',function(){var els=jQuery.jScrollHorizontalPane.active;for(var i=0;i<els.length;i++){els[i].scrollTo=els[i].scrollBy=null;}});(function($)
{jQuery(function($){$(window).wresize(resizeScroller);function resizeScroller(){$('.scroll-pane').each(function(i,elem){if($(elem).attr('id')==undefined){id=$(elem).attr('class');}else{id=$(elem).attr('id');}
$(elem).jScrollHorizontalPane(_jscr_globalProperties[$(elem).attr('id')]);});}});$.fn.wresize=function(f)
{version='1.1';wresize={fired:false,width:0};function resizeOnce()
{if($.browser.msie)
{if(!wresize.fired)
{wresize.fired=true;}
else
{var version=parseInt($.browser.version,10);wresize.fired=false;if(version<7)
{return false;}
else if(version==7)
{var width=$(window).width();if(width!=wresize.width)
{wresize.width=width;return false;}}}}
return true;}
function handleWResize(e)
{if(resizeOnce())
{return f.apply(this,[e]);}}
this.each(function()
{if(this==window)
{$(this).resize(handleWResize);}
else
{$(this).resize(f);}});return this;};})(jQuery);if($.browser.msie&&$.browser.version<7.0){jQuery.fn.jScrollHorizontalPane=function(){return false;};}
function CustomFileBrowser(field_name,url,type,win){var cmsURL='/admin/filebrowser/?pop=2';cmsURL=cmsURL+'&type='+type;tinyMCE.activeEditor.windowManager.open({file:cmsURL,width:900,height:500,resizable:'yes',scrollbars:'yes',inline:'no',close_previous:'no'},{window:win,input:field_name,editor_id:tinyMCE.selectedInstance.editorId});return false;}
function setup_tinymce(options){var settings=$.extend({mode:'exact',theme:'advanced',language:'sv',skin:'o2k7',content_css:'/media/css/typography.css',theme_advanced_toolbar_location:'top',theme_advanced_toolbar_align:'left',theme_advanced_buttons1:'fullscreen,separator,preview,separator,cut,copy,paste,pasteword,selectall,separator,undo,redo,separator,search,replace,separator,code,separator,cleanup,separator,bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,help',theme_advanced_buttons2:'removeformat,styleselect,formatselect,fontselect,fontsizeselect,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor',theme_advanced_buttons3:'sub,sup,separator,image,media,insertdate,inserttime,separator,tablecontrols,separator,hr,advhr,visualaid,separator,charmap,emotions,iespell,separator,print,pastetext,pasteword,selectall',auto_cleanup_word:true,plugins:'table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,searchreplace,print,contextmenu,fullscreen,media,paste',plugin_insertdate_dateFormat:'%Y-%m-%d',plugin_insertdate_timeFormat:'%H:%M:%S',extended_valid_elements:'iframe[src|width|height|name|align|style],a[name|href|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]',fullscreen_settings:{theme_advanced_path_location:'top',theme_advanced_buttons1:'fullscreen,separator,preview,separator,cut,copy,paste,pasteword,selectall,separator,undo,redo,separator,search,replace,separator,code,separator,cleanup,separator,bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,help',theme_advanced_buttons2:'removeformat,styleselect,formatselect,fontselect,fontsizeselect,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor',theme_advanced_buttons3:'sub,sup,separator,image,media,insertdate,inserttime,separator,tablecontrols,separator,hr,advhr,visualaid,separator,charmap,emotions,iespell,separator,print'},theme_advanced_toolbar_location:'external',cleanup:true,verify_html:true,file_browser_callback:'CustomFileBrowser',relative_urls:false,paste_auto_cleanup_on_paste:true,paste_remove_styles:true,init_instance_callback:function(inst){$('iframe').attr('allowTransparency','true');$('iframe').css('background-color','transparent');}},options);tinyMCE.init(settings);}
$(function(){console.log('woho!');function make_id($main){return $main.attr('id')+'_edit';}
function showEditor(content_div)
{var $main=$(content_div);var $content=$main.find('.content');var content_name=$main.attr('id').replace(/^content_/,'');$.get('/cms/api/get_content/',{flatpage_id:FLATPAGE_ID,name:content_name},function(html){var width=$content.width();var height=$content.height();var id=make_id($main);$content.hide().after($('<textarea>').css('visibility','hidden').attr('name',id).attr('id',id).text(html));$main.data('changed',false);setTimeout(function(){var global=(typeof TINYMCE_GLOBAL=='undefined'?{}:TINYMCE_GLOBAL)
var local={};if(typeof TINYMCE_OPTIONS!='undefined'&&typeof TINYMCE_OPTIONS[content_name]!='undefined'){local=TINYMCE_OPTIONS[content_name];}
var options=$.extend({elements:id,width:width,height:height,onchange_callback:function(){$main.data('changed',true);}},global,local);setup_tinymce(options);},0);$main.find('.toolbar_cancel, .toolbar_save').show();$main.find('.toolbar_edit').hide();},'html');}
function hideEditor($main){var id=make_id($main);var ed=tinyMCE.get(id);if(typeof(ed)=='undefined')
return;tinyMCE.execCommand('mceRemoveControl',false,id);$('#'+id).remove();$main.find('.content').show();$main.find('.toolbar_cancel, .toolbar_save').hide();$main.find('.toolbar_edit').show();}
function save($main){var id=make_id($main);var ed=tinyMCE.get(id);if(typeof(ed)=='undefined')
return;ed.setProgressState(1);var content=ed.getContent();name=$main.attr('id').replace(/^content_/,"");$.post('/cms/api/update_content/',{flatpage_id:FLATPAGE_ID,name:name,content:content},function(){$main.find('.content').html(content);hideEditor($main);});}
console.log('inline edit');$('.toolbar_edit').bind('click',function(){console.log('toolbar click!');showEditor($(this).parent().parent().parent());return false;});$('.toolbar_cancel').click(function(){$main=$($(this).parent().parent().parent());if($main.data('changed')){if(!confirm('Vill du verkligen avbryta? Dina ändringar kommer att gå förlorade om du fortsätter.'))
return false;}
hideEditor($main);return false;});$('.toolbar_save').click(function(){save($($(this).parent().parent().parent()));return false;})});(function($){$.fn.lazyLoadImage=function(o){if(o=='load'){$(this).trigger('special-load');return false;}
o=$.extend({nocache:false,queue:false,replaceImg:'blank.gif'},o);$.loadImg=function(el,callback){callback=typeof callback=='undefined'?$.callback:callback;$(el).attr('original',$(el).attr('src'));if(o.replaceImg==null)
$(el).removeAttr('src');else
$(el).attr('src',o.replaceImg);$(el).bind('special-load',function(){$(this).attr('src',$(this).attr('original'));if(this.complete){callback(this);}else{this.onload=function(){callback(this);};}});};$.callback=function(el){console.log('standard callback invoked, image loaded:');console.log(el);$(el).parent().parent().css('background-image','none');};return this.each(function(){self=this;$.loadImg(self);});};})(jQuery);var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()}};M.ready=(function(){var a=!M.recognizesMedia("all");var Z=[],c=function(){a=true;for(var f;f=Z.shift();f()){}};var d=F("link"),e={stylesheet:1};function b(){var g,f,h;for(f=0;h=d[f];++f){if(h.disabled||!e[h.rel.toLowerCase()]||!M.recognizesMedia(h.media||"screen")){continue}g=h.sheet||h.styleSheet;if(!g||g.disabled){return false}}return true}if(!a){V.ready(function(){if(b()){c()}else{setTimeout(arguments.callee,10)}})}return function(f){if(a){f()}else{Z.push(f)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=c.data;if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(D,E){return A(D,/(?:em|ex|%)$/i.test(E)?"1em":E)}function A(G,H){if(/px$/i.test(H)){return parseFloat(H)}var F=G.style.left,E=G.runtimeStyle.left;G.runtimeStyle.left=G.currentStyle.left;G.style.left=H;var D=G.style.pixelLeft;G.style.left=F;G.runtimeStyle.left=E;return D}return function(s,V,n,S,Z,t,j){var G=(V===null);if(G){V=Z.alt}var X=s.viewBox;var H=n.computedFontSize||(n.computedFontSize=new Cufon.CSS.Size(C(t,n.get("fontSize"))+"px",s.baseSize));var h=n.computedLSpacing;if(h==undefined){h=n.get("letterSpacing");n.computedLSpacing=h=(h=="normal")?0:~~H.convertFrom(A(t,h))}var P,I;if(G){P=Z;I=Z.firstChild}else{P=document.createElement("span");P.className="cufon cufon-vml";P.alt=V;I=document.createElement("span");I.className="cufon-vml-canvas";P.appendChild(I);if(S.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(V));P.appendChild(q)}if(!j){P.appendChild(document.createElement("cvml:shape"))}}var y=P.style;var c=I.style;var E=H.convert(X.height),v=Math.ceil(E);var g=v/E;var f=X.minX,e=X.minY;c.height=v;c.top=Math.round(H.convert(e-s.ascent));c.left=Math.round(H.convert(f));y.height=H.convert(s.height)+"px";var L=S.enableTextDecoration?Cufon.CSS.textDecoration(t,n):{};var U=n.get("color");var w=Cufon.CSS.textTransform(V,n).split("");var D=0,d=0,M=null;var T,N,W=S.textShadow;for(var r=0,p=0,o=w.length;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(T){D+=M=~~(T.w||s.w)+h}}if(M===null){return null}var O=-f+D+(X.width-M);var x=H.convert(O*g),m=Math.round(x);var b=O+","+X.height,F;var Y="r"+b+"nsnf";for(r=0;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(!T){continue}if(G){N=I.childNodes[p];if(N.firstChild){N.removeChild(N.firstChild)}}else{N=document.createElement("cvml:shape");I.appendChild(N)}N.stroked="f";N.coordsize=b;N.coordorigin=F=(f-d)+","+e;N.path=(T.d?"m"+T.d+"xe":"")+"m"+F+Y;N.fillcolor=U;var u=N.style;u.width=m;u.height=v;if(W){var K=W[0],J=W[1];var R=Cufon.CSS.color(K.color),Q;var a=document.createElement("cvml:shadow");a.on="t";a.color=R.color;a.offset=K.offX+","+K.offY;if(J){Q=Cufon.CSS.color(J.color);a.type="double";a.color2=Q.color;a.offset2=J.offX+","+J.offY}a.opacity=R.opacity||(Q&&Q.opacity)||1;N.appendChild(a)}d+=~~(T.w||s.w)+h;++p}y.width=Math.max(Math.ceil(H.convert(D*g)),0);return P}})());Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-16 -323 372 90","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"17","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":100,"k":{"T":50,"V":50,"W":36,"Y":54,"\u00dd":54,"\u0178":54,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22}},"!":{"d":"44,-35r0,35r-24,0r0,-35r24,0xm44,-246r-7,177r-11,0r-6,-177r24,0","w":63},"\"":{"d":"63,-246r24,0v1,31,-2,58,-5,84r-15,0v-3,-27,-5,-54,-4,-84xm13,-246r24,0v1,30,-1,57,-4,84r-15,0v-3,-26,-6,-53,-5,-84","w":100},"#":{"d":"94,-251r17,0r-16,74r69,0r15,-74r17,0r-16,74r30,0r0,16r-33,0r-14,69r47,0r0,16r-51,0r-15,73r-17,0r16,-73r-69,0r-15,73r-17,0r16,-73r-30,0r0,-16r33,0r14,-69r-47,0r0,-16r51,0xm92,-161r-14,69r68,0r15,-69r-69,0","w":237},"$":{"d":"164,-216r0,20v-22,-16,-38,-22,-62,-25r0,94v47,13,72,33,72,67v0,22,-17,59,-72,63r0,39r-17,0r0,-39v-29,-2,-51,-11,-72,-29r0,-19v28,21,45,27,72,31r0,-99v-48,-14,-71,-35,-71,-65v0,-23,18,-57,71,-60r0,-11r17,0r0,11v27,2,41,7,62,22xm85,-132r0,-89v-65,10,-78,69,0,89xm102,-108r0,94v31,-1,54,-21,54,-45v0,-23,-15,-37,-54,-49","w":187},"%":{"d":"244,-54v0,32,-26,58,-58,58v-32,0,-57,-26,-57,-58v0,-32,25,-58,57,-58v32,0,58,26,58,58xm229,-54v0,-23,-20,-42,-43,-42v-23,0,-42,19,-42,42v0,24,19,43,42,43v23,0,43,-20,43,-43xm123,-191v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm107,-191v0,-23,-19,-42,-42,-42v-23,0,-43,19,-43,42v0,24,20,43,43,43v23,0,42,-20,42,-43xm232,-248r-197,252r-18,0r198,-252r17,0","w":251},"&":{"d":"183,-122r20,0v-8,26,-20,48,-34,69r50,53r-24,0r-37,-39v-23,26,-48,42,-85,42v-39,0,-64,-23,-64,-58v0,-31,22,-58,61,-75v-48,-38,-36,-111,28,-111v31,0,54,22,54,51v0,27,-17,47,-52,65r56,58v12,-17,19,-33,27,-55xm88,-138v30,-12,46,-30,46,-50v0,-20,-16,-35,-37,-35v-51,0,-48,57,-9,85xm145,-52r-62,-65v-37,16,-53,33,-53,59v0,62,87,53,115,6","w":221},"(":{"d":"117,-249v-94,90,-93,242,0,332r-18,0v-93,-89,-93,-243,0,-332r18,0","w":119},")":{"d":"3,83v94,-90,93,-242,0,-332r18,0v93,89,93,243,0,332r-18,0","w":119},"*":{"d":"142,-221r-50,41v17,5,45,-4,65,-4r0,17v-21,-1,-48,-9,-66,-5r51,41r-12,12r-42,-51v-5,18,5,46,5,67r-17,0v1,-22,6,-47,5,-67r-41,51r-13,-12r51,-41v-17,-5,-45,4,-66,4r0,-16v20,0,48,8,65,4r-50,-41r13,-12v14,15,28,38,42,49r-6,-65r17,0v0,21,-9,48,-5,66r42,-50","w":168},"+":{"d":"24,-134r87,0r0,-87r16,0r0,87r86,0r0,16r-86,0r0,86r-16,0r0,-86r-87,0r0,-16","w":237},",":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0","w":63,"k":{" ":29}},"-":{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112},".":{"d":"44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"\/":{"d":"80,-249r17,0r-79,252r-17,0","w":101},"0":{"d":"90,-249v58,4,78,64,78,127v0,79,-35,125,-77,125v-46,0,-79,-48,-79,-121v0,-74,17,-122,78,-131xm150,-123v0,-53,-19,-108,-60,-108v-35,0,-60,44,-60,108v0,64,24,109,59,109v40,0,61,-51,61,-109"},"1":{"d":"99,-246r0,246r-18,0r0,-246r18,0"},"2":{"d":"16,-205r0,-21v45,-46,130,-18,129,48v0,37,-25,87,-90,161r114,0r0,17r-156,0v88,-85,114,-142,114,-178v0,-57,-72,-71,-111,-27"},"3":{"d":"27,-215r0,-18v42,-35,125,-10,125,46v0,25,-16,46,-45,57v34,11,47,36,47,63v0,73,-77,82,-130,58r0,-17v43,23,112,14,112,-40v0,-33,-23,-56,-63,-55r0,-17v79,2,76,-94,4,-93v-18,0,-33,5,-50,16"},"4":{"d":"135,-249r0,140r35,0r0,14r-35,0r0,95r-18,0r0,-95r-112,0r0,-6r124,-148r6,0xm117,-109r-1,-104r-85,104r86,0"},"5":{"d":"139,-246r0,17r-87,0r0,78v58,-9,101,21,101,75v0,70,-79,100,-138,63r0,-21v50,37,120,22,120,-41v0,-53,-49,-71,-100,-56r0,-115r104,0"},"6":{"d":"124,-249r11,13v-49,34,-84,80,-91,122v46,-39,124,-13,123,48v0,40,-29,69,-70,69v-46,0,-75,-33,-75,-86v0,-68,41,-121,102,-166xm40,-93v-5,49,21,79,56,79v30,0,52,-21,52,-49v-1,-56,-72,-69,-108,-30"},"7":{"d":"171,-246r-112,249r-16,-7r101,-225r-134,0r0,-17r161,0"},"8":{"d":"57,-128v-57,-30,-30,-121,33,-121v64,0,90,90,34,121v62,30,37,131,-33,131v-73,0,-97,-101,-34,-131xm90,-136v27,0,47,-20,47,-48v0,-26,-21,-47,-47,-47v-26,0,-47,20,-47,47v0,27,20,48,47,48xm90,-118v-29,0,-51,24,-51,52v0,28,22,52,52,52v30,0,51,-23,51,-54v0,-28,-23,-50,-52,-50"},"9":{"d":"52,3r-10,-13v62,-45,85,-83,92,-121v-50,38,-122,12,-122,-49v0,-40,29,-69,69,-69v47,0,75,33,75,86v0,57,-28,112,-104,166xm137,-153v4,-46,-15,-78,-55,-78v-28,0,-52,21,-52,50v0,56,74,65,107,28"},":":{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},";":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0xm44,-162r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"<":{"d":"24,-118r0,-16r189,-79r0,18r-167,69r167,69r0,18","w":237},"=":{"d":"24,-177r189,0r0,15r-189,0r0,-15xm24,-91r189,0r0,16r-189,0r0,-16","w":237},">":{"d":"213,-118r-189,79r0,-18r168,-69r-168,-69r0,-18r189,79r0,16","w":237},"?":{"d":"9,-214r8,-28v34,-19,70,3,70,44v0,61,-68,82,-40,134r-6,5v-43,-49,26,-85,27,-140v0,-36,-41,-46,-55,-15r-4,0xm54,-35r0,35r-23,0r0,-35r23,0","w":101},"@":{"d":"201,-182r22,0r-30,141v-3,15,-4,22,6,22v22,0,69,-36,69,-102v0,-45,-23,-113,-117,-113v-80,0,-137,58,-137,140v0,81,56,137,139,137v53,0,91,-19,118,-55r18,0v-28,47,-83,69,-137,69v-91,0,-153,-61,-153,-151v0,-75,46,-155,154,-155v94,0,130,69,130,128v0,72,-54,117,-91,117v-16,0,-25,-7,-20,-32v-40,56,-121,35,-121,-42v0,-80,97,-152,144,-74xm186,-121v0,-29,-19,-50,-45,-50v-46,0,-67,59,-67,94v0,32,19,56,45,56v41,0,67,-62,67,-100","w":288},"A":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240,"k":{"v":11,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"C":18,"\u00c7":18,"G":18,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"Q":18,"T":36,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":18,"Y":36,"\u00dd":36,"\u0178":36}},"B":{"d":"29,-246r51,0v100,2,103,86,46,119v37,8,57,29,57,62v0,66,-81,69,-154,65r0,-246xm48,-230r0,98v52,4,93,-11,93,-49v0,-46,-45,-51,-93,-49xm48,-116r0,100r51,0v51,0,64,-28,64,-50v0,-24,-14,-50,-73,-50r-42,0","w":191,"k":{",":-9,".":-9,"A":-7,"\u00c6":-7,"\u00c1":-7,"\u00c2":-7,"\u00c4":-7,"\u00c0":-7,"\u00c5":-7,"\u00c3":-7}},"C":{"d":"233,-228r0,21v-83,-52,-195,-16,-195,85v0,100,115,138,197,82r0,20v-92,55,-220,5,-217,-102v3,-109,120,-158,215,-106","w":243,"k":{",":-14,".":-20,"A":-16,"\u00c6":-16,"\u00c1":-16,"\u00c2":-16,"\u00c4":-16,"\u00c0":-16,"\u00c5":-16,"\u00c3":-16}},"D":{"d":"28,-246r86,0v104,0,134,69,134,123v0,57,-33,123,-130,123r-90,0r0,-246xm48,-230r0,214v99,7,180,-10,180,-107v0,-63,-45,-107,-112,-107r-68,0","w":266,"k":{"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":22,".":22,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14}},"E":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0","w":176},"F":{"d":"154,-246r0,16r-107,0r0,94r97,0r0,15r-97,0r0,121r-19,0r0,-246r126,0","w":157,"k":{",":29,".":29,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14}},"G":{"d":"234,-228r0,22v-80,-54,-195,-17,-195,83v0,55,36,109,113,109v28,0,49,-6,68,-16r0,-66r-52,0r0,-16r71,0r0,94v-96,52,-221,2,-221,-105v0,-104,119,-159,216,-105","w":258},"H":{"d":"230,-246r0,246r-19,0r0,-116r-163,0r0,116r-20,0r0,-246r20,0r0,114r163,0r0,-114r19,0","w":258},"I":{"d":"47,-246r0,246r-19,0r0,-246r19,0","w":74},"J":{"d":"49,-246r0,246v2,47,-20,76,-63,71r-2,-18v28,6,46,-11,46,-48r0,-251r19,0","w":74},"K":{"d":"188,-246r-117,123r128,123r-24,0r-129,-123r0,123r-19,0r0,-246r19,0r0,123r118,-123r24,0","w":191,"k":{"y":11,"\u00fd":11,"\u00ff":11,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14}},"L":{"d":"48,-246r0,230r121,0r0,16r-141,0r0,-246r20,0","w":168,"k":{"T":29,"V":29,"W":29,"Y":36,"\u00dd":36,"\u0178":36}},"M":{"d":"140,-131r94,-115r19,0r0,246r-19,0r-1,-218r-93,115r-93,-115r0,218r-19,0r0,-246r19,0","w":281},"N":{"d":"249,-246r0,246r-15,0r-187,-215r0,215r-19,0r0,-246r16,0r186,215r0,-215r19,0","w":277},"O":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"P":{"d":"28,-246r68,0v58,0,80,30,80,65v0,32,-18,66,-82,66r-47,0r0,115r-19,0r0,-246xm47,-230r0,99v54,4,109,-4,109,-49v0,-27,-18,-50,-61,-50r-48,0","w":183,"k":{"\u00e4":7,",":65,".":65,"A":32,"\u00c6":32,"\u00c1":32,"\u00c2":32,"\u00c4":32,"\u00c0":32,"\u00c5":32,"\u00c3":32,"e":18,"\u00e9":18,"\u00ea":18,"\u00eb":18,"\u00e8":18,"o":18,"\u00f8":18,"\u0153":18,"\u00f3":18,"\u00f4":18,"\u00f6":18,"\u00f2":18,"\u00f5":18,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e0":7,"\u00e5":7,"\u00e3":7}},"Q":{"d":"264,23v6,10,-14,19,-18,28v-52,-6,-86,-27,-111,-48v-70,-5,-117,-63,-117,-125v0,-72,56,-127,130,-127v74,0,130,54,130,126v0,41,-24,113,-116,126v32,19,69,42,102,20xm258,-123v0,-61,-49,-108,-110,-108v-61,0,-109,48,-109,108v0,60,48,109,108,109v61,0,111,-49,111,-109","w":296,"k":{"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5,",":14,".":14}},"R":{"d":"28,-246r63,0v100,-2,106,99,35,124v35,27,60,85,88,122r-22,0v-28,-35,-63,-128,-111,-118r-33,0r0,118r-20,0r0,-246xm48,-230r0,96v52,4,109,-4,104,-48v5,-41,-51,-53,-104,-48","w":206,"k":{"O":5,"\u00d8":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"T":11,"V":11,"W":9,"Y":14,"\u00dd":14,"\u0178":14}},"S":{"d":"144,-233r0,21v-44,-32,-107,-23,-107,28v0,66,117,34,117,120v-1,65,-83,86,-134,46r0,-23v27,20,43,27,62,27v29,0,52,-21,52,-49v0,-70,-117,-40,-117,-121v-1,-60,78,-83,127,-49","w":168},"T":{"d":"205,-246r0,16r-92,0r0,230r-19,0r0,-230r-93,0r0,-16r204,0","w":206,"k":{"\u00fc":43,"\u00f2":50,"\u00f6":50,"\u00e8":47,"\u00eb":47,"\u00ea":47,"\u00e3":47,"\u00e5":47,"\u00e0":47,"\u00e4":47,"\u00e2":47,"w":45,"y":43,"\u00fd":43,"\u00ff":43,"O":27,"\u00d8":27,"\u0152":27,"\u00d3":27,"\u00d4":27,"\u00d6":27,"\u00d2":27,"\u00d5":27,"u":43,"\u00fa":43,"\u00fb":43,"\u00f9":43,",":45,".":45,"A":36,"\u00c6":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"e":47,"\u00e9":47,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f5":50,"a":47,"\u00e6":47,"\u00e1":47,"r":36,":":9,"-":54}},"U":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135","w":251,"k":{",":11,".":11,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"V":{"d":"213,-246r-103,249r-6,0r-103,-249r19,0r87,208r87,-208r19,0","w":213,"k":{"\u00f6":25,"\u00f4":25,"\u00e8":25,"\u00eb":25,"\u00ea":25,"\u00e3":18,"\u00e5":18,"\u00e0":18,"\u00e4":18,"\u00e2":18,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"u":14,"\u00fa":14,"\u00fb":14,"\u00fc":14,"\u00f9":14,",":36,".":36,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,"e":25,"\u00e9":25,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f2":25,"\u00f5":25,"a":18,"\u00e6":18,"\u00e1":18,"-":40}},"W":{"d":"186,-205r-83,208r-5,0r-98,-249r19,0r81,204r83,-204r6,0r82,204r81,-204r20,0r-99,249r-5,0","w":371,"k":{"\u00fc":14,"\u00f6":25,"\u00ea":25,"\u00e4":14,"y":7,"\u00fd":7,"\u00ff":7,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"u":14,"\u00fa":14,"\u00fb":14,"\u00f9":14,",":36,".":36,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,"e":25,"\u00e9":25,"\u00eb":25,"\u00e8":25,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f2":25,"\u00f5":25,"a":14,"\u00e6":14,"\u00e1":14,"\u00e2":14,"\u00e0":14,"\u00e5":14,"\u00e3":14,"-":36}},"X":{"d":"124,-140r93,-106r25,0r-106,120r112,126r-25,0r-99,-112r-100,112r-24,0r111,-126r-105,-120r24,0","w":247},"Y":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0","w":209,"k":{"\u00fc":36,"\u00f6":50,"O":31,"\u00d8":31,"\u0152":31,"\u00d3":31,"\u00d4":31,"\u00d6":31,"\u00d2":31,"\u00d5":31,"u":36,"\u00fa":36,"\u00fb":36,"\u00f9":36,",":50,".":50,"A":36,"\u00c6":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"e":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00e8":50,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f2":50,"\u00f5":50,"a":36,"\u00e6":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"-":63}},"Z":{"d":"217,-246r2,7r-184,223r185,0r0,16r-215,0r-2,-5r184,-225r-175,0r0,-16r205,0","w":228},"[":{"d":"42,-229r0,291r64,0r0,17r-81,0r0,-325r81,0r0,17r-64,0","w":108},"\\":{"d":"84,3r-80,-252r17,0r79,252r-16,0","w":101},"]":{"d":"67,62r0,-291r-64,0r0,-17r81,0r0,325r-81,0r0,-17r64,0","w":108},"^":{"d":"119,-249r79,95r-12,9r-67,-81r-68,81r-11,-9","w":237},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18"},"a":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6","w":153},"b":{"d":"22,-9r0,-237r18,0r0,107v42,-51,130,-22,130,53v0,77,-78,109,-148,77xm40,-119r0,98v55,22,113,-9,112,-64v0,-69,-75,-87,-112,-34","w":183,"k":{"v":5,"y":5,"\u00fd":5,"\u00ff":5,"b":5,"\u00fe":5,"l":5,"\u0142":5,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,",":7,".":7}},"c":{"d":"136,-157r0,19v-52,-27,-102,0,-103,58v-1,59,55,80,106,57r0,18v-63,24,-124,-6,-124,-73v0,-67,57,-105,121,-79","w":150,"k":{",":-9,".":-9}},"d":{"d":"162,-246r0,246r-18,0r0,-13v-54,41,-129,-1,-129,-68v0,-67,69,-106,129,-71r0,-94r18,0xm144,-28r0,-105v-46,-34,-111,-8,-111,51v0,56,65,89,111,54","w":183},"e":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0","w":172,"k":{",":-11,".":-11}},"f":{"d":"120,-242r0,16v-47,-20,-76,7,-69,64r31,0r0,14r-31,0r0,148r-17,0r0,-148r-30,0r0,-14r30,0v-7,-65,32,-105,86,-80","w":86,"k":{"\u0131":4,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"i":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"o":4,"\u00f8":4,"\u0153":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"g":{"d":"150,-162r0,14r-37,0v15,14,23,27,23,43v0,72,-92,49,-92,80v0,35,106,-7,106,61v0,30,-28,47,-73,47v-87,0,-94,-73,-23,-83v-17,-4,-27,-12,-27,-23v0,-14,14,-21,33,-27v-32,-9,-43,-35,-43,-54v0,-27,16,-58,68,-58r65,0xm119,-104v0,-24,-19,-43,-43,-43v-24,0,-43,19,-43,42v0,24,19,44,43,44v24,0,43,-19,43,-43xm133,37v0,-23,-22,-28,-51,-28v-20,0,-59,3,-59,30v0,19,19,29,55,29v33,0,55,-12,55,-31","w":153},"h":{"d":"40,-246r0,112v31,-54,114,-36,114,35r0,99r-18,0v-4,-58,19,-149,-43,-148v-24,0,-38,12,-53,35r0,113r-18,0r0,-246r18,0","w":176,"k":{"y":5,"\u00fd":5,"\u00ff":5}},"i":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm42,-246r0,30r-17,0r0,-30r17,0","w":67},"j":{"d":"42,-162r0,180v0,46,-22,65,-48,65r-4,-15v22,-1,34,-11,34,-50r0,-180r18,0xm42,-246r0,30r-18,0r0,-30r18,0","w":67},"k":{"d":"39,-246r0,246r-18,0r0,-246r18,0xm153,-162r-89,77r103,85r-24,0r-102,-85r89,-77r23,0","w":153,"k":{"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f8":4,"\u0153":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"l":{"d":"42,-246r0,246r-17,0r0,-246r17,0","w":67,"k":{"w":4,"y":4,"\u00fd":4,"\u00ff":4}},"m":{"d":"39,-162v1,9,-2,22,1,29v24,-46,87,-42,103,7v28,-62,113,-47,113,27r0,99r-18,0v-3,-58,16,-147,-42,-148v-20,0,-33,11,-49,38r0,110r-17,0r0,-92v-1,-71,-67,-72,-91,-21r0,113r-17,0r0,-162r17,0","w":277,"k":{"y":5,"\u00fd":5,"\u00ff":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5}},"n":{"d":"40,-162r0,28v31,-53,114,-37,114,35r0,99r-18,0v-3,-58,16,-150,-43,-148v-23,0,-39,12,-53,35r0,113r-18,0r0,-162r18,0","w":176,"k":{"v":5,"y":5,"\u00fd":5,"\u00ff":5,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4}},"o":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67","w":195,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"p":{"d":"40,-162r0,9v60,-33,128,4,128,72v0,67,-68,105,-128,72r0,92r-17,0r0,-245r17,0xm40,-136r0,110v48,29,109,5,109,-54v0,-57,-60,-86,-109,-56","w":183,"k":{"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7}},"q":{"d":"161,-162r0,245r-17,0r0,-92v-62,31,-131,1,-131,-69v0,-71,72,-110,131,-72r0,-12r17,0xm144,-27r0,-107v-50,-34,-112,-3,-112,58v0,61,65,79,112,49","w":183},"r":{"d":"134,-146r-10,16v-39,-37,-53,-15,-84,28r0,102r-17,0r0,-162r17,0v1,14,-2,31,1,43v32,-45,52,-63,93,-27","w":119,"k":{"v":-25,"y":-25,"\u00fd":-25,"\u00ff":-25,"l":-14,"\u0142":-14,"u":-14,"\u00fa":-14,"\u00fb":-14,"\u00fc":-14,"\u00f9":-14,",":32,".":32,"i":-9,"\u00ed":-9,"\u00ee":-9,"\u00ef":-9,"\u00ec":-9,"a":-9,"\u00e6":-9,"\u00e1":-9,"\u00e2":-9,"\u00e4":-9,"\u00e0":-9,"\u00e5":-9,"\u00e3":-9,"g":-9,"k":-14,"m":-9,"n":-9,"\u00f1":-9,"p":-9,"r":-9,"s":-14,"\u0161":-14,"t":-29,":":-31,"-":29,";":-31}},"s":{"d":"111,-151r0,19v-28,-24,-72,-23,-79,10v0,39,84,25,84,81v0,44,-66,57,-101,29r0,-16v33,19,85,24,85,-14v0,-39,-84,-27,-84,-79v1,-42,61,-57,95,-30","w":127},"t":{"d":"108,-5v-25,12,-71,14,-71,-26r0,-117r-44,0r0,-14r44,0v0,-23,-4,-51,17,-53r0,53r45,0r0,14r-45,0r0,97v-6,45,26,42,54,29r0,17","w":108},"u":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0","w":176},"v":{"d":"154,-162r-70,165r-11,0r-73,-165r18,0r60,136r59,-136r17,0","w":153,"k":{",":18,".":18,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"w":{"d":"255,-162r-70,165r-8,0r-50,-131r-50,131r-8,0r-69,-165r17,0r55,132r51,-132r9,0r49,132r57,-132r17,0","w":254,"k":{",":20,".":20,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"x":{"d":"88,-71r-64,71r-22,0r74,-83r-74,-79r22,0r64,67r63,-67r23,0r-75,79r75,83r-23,0","w":172,"k":{"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7}},"y":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0","w":150,"k":{",":32,".":32,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4}},"z":{"d":"137,-162r2,6r-107,140r107,0r0,16r-134,0r-1,-5r107,-141r-101,0r0,-16r127,0","w":142,"k":{"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"{":{"d":"18,-70r0,-23v36,5,34,-52,33,-94v0,-43,18,-61,52,-59r0,20v-37,-8,-32,39,-32,74v0,39,-10,62,-35,71v35,9,35,56,35,105v0,33,8,39,32,39r0,20v-47,7,-52,-41,-52,-94v0,-42,-8,-58,-33,-59","w":119},"|":{"d":"31,-270r17,0r0,360r-17,0r0,-360","w":79},"}":{"d":"102,-93r0,23v-36,-5,-34,51,-34,94v0,43,-17,61,-51,59r0,-20v37,8,32,-39,32,-74v0,-39,10,-61,35,-70v-35,-9,-35,-57,-35,-106v0,-33,-8,-39,-32,-39r0,-20v47,-7,51,42,51,94v0,42,9,58,34,59","w":119},"~":{"d":"24,-105r0,-19v20,-14,37,-21,51,-21v27,0,66,28,88,28v13,0,24,-6,50,-24r0,20v-21,15,-35,21,-49,21v-28,0,-64,-29,-89,-29v-15,0,-25,5,-51,24","w":237},"\u00a1":{"d":"20,-131r0,-35r24,0r0,35r-24,0xm20,80r6,-177r11,0r7,177r-24,0","w":63},"\u00a2":{"d":"148,-230r-25,69v4,1,11,3,13,4r0,19v-5,-3,-12,-5,-18,-7r-45,128v24,5,42,5,66,-6r0,17v-22,10,-45,12,-72,6r-25,68r-15,0r26,-74v-27,-15,-38,-42,-38,-71v0,-62,41,-93,94,-87r23,-66r16,0xm59,-24r45,-124v-68,-13,-95,88,-45,124","w":150},"\u00a3":{"d":"194,-5v-48,21,-101,-12,-160,7r30,-113r-30,0r0,-16r35,0v26,-82,50,-133,114,-119r8,17v-64,-12,-82,36,-105,102r39,0r0,16r-44,0r-24,92v54,-13,96,19,137,-5r0,19","w":198},"\u00a5":{"d":"1,-258r26,0r74,128r74,-128r24,0r-75,128r64,0r0,17r-76,0r0,27r76,0r0,17r-76,0r0,69r-23,0r0,-69r-77,0r0,-17r77,0r0,-27r-77,0r0,-17r65,0","w":200},"\u0192":{"d":"129,-188r39,0r-3,17r-39,0r-44,201v-8,46,-38,54,-79,40r3,-17v29,7,47,8,54,-23r44,-201r-30,0r3,-17r30,0v10,-35,6,-72,55,-75v8,0,13,1,32,6r-4,17v-30,-7,-51,-6,-55,28","w":200},"\u00a7":{"d":"121,-209r-18,0v-4,-35,-64,-28,-64,7v0,49,94,77,94,136v0,19,-7,34,-30,58v34,33,18,92,-34,91v-25,0,-44,-14,-47,-39r18,0v6,38,64,25,64,-9v0,-47,-95,-75,-95,-135v0,-19,9,-36,31,-58v-35,-36,-17,-90,33,-91v28,0,45,18,48,40xm92,-19v31,-29,35,-56,4,-86v-18,-18,-33,-31,-45,-42v-52,52,-5,86,41,128","w":142},"\u00a4":{"d":"51,-183v27,-23,71,-24,98,0r22,-23r12,12r-23,22v23,26,21,75,0,98r23,23r-12,11r-22,-23v-25,24,-77,22,-98,0r-23,23r-11,-11r23,-23v-23,-26,-24,-72,0,-98r-23,-22r11,-12xm100,-183v-33,0,-60,27,-60,60v0,33,27,60,60,60v33,0,60,-27,60,-60v0,-33,-27,-60,-60,-60","w":200},"'":{"d":"28,-246r24,0v1,30,-1,57,-4,84r-16,0v-3,-27,-5,-54,-4,-84","w":79},"\u00ab":{"d":"105,-83r68,80r-21,0r-68,-80r68,-81r21,0xm29,-83r67,80r-21,0r-68,-80r68,-81r21,0"},"\u00b7":{"d":"51,-144v11,0,19,8,19,19v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19","w":101},"\u00b6":{"d":"224,-258r0,25r-35,0r0,305r-22,0r0,-305r-47,0r0,305r-23,0r0,-182v-48,2,-79,-30,-79,-74v0,-45,33,-74,84,-74r122,0","w":234},"\u00bb":{"d":"151,-83r-67,-81r21,0r68,81r-68,80r-21,0xm75,-83r-68,-81r21,0r68,81r-68,80r-21,0"},"\u00bf":{"d":"86,48r-9,28v-33,19,-69,-3,-69,-44v0,-61,66,-81,40,-134r6,-5v43,49,-27,85,-28,140v0,37,41,46,56,15r4,0xm41,-131r0,-35r23,0r0,35r-23,0","w":101},"`":{"d":"28,-244r29,0r37,56r-12,0","w":119},"\u00b4":{"d":"122,-244r-55,56r-12,0r38,-56r29,0","w":119},"\u00af":{"d":"108,-224r0,18r-96,0r0,-18r96,0","w":119},"\u00a8":{"d":"92,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16xm28,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":119},"\u00b8":{"d":"71,-3r-4,16v15,3,22,11,22,22v0,23,-25,32,-51,26r2,-11v36,9,50,-27,13,-28r7,-25r11,0","w":119},"\u00c6":{"d":"294,-246r0,16r-115,0r0,98r113,0r0,16r-113,0r0,100r119,0r0,16r-138,0r0,-116r-72,0r-72,116r-21,0r153,-246r146,0xm160,-232v-23,31,-41,67,-62,100r62,0r0,-100","w":311},"\u00aa":{"d":"101,-171r0,13v-17,10,-27,20,-33,0v-21,19,-59,12,-60,-15v0,-21,21,-33,60,-35v4,-37,-31,-37,-55,-16r0,-14v25,-19,70,-14,70,17v0,19,-4,46,3,60v1,0,9,-6,15,-10xm68,-170r0,-28v-28,0,-45,11,-45,26v0,21,32,16,45,2","w":101},"\u0141":{"d":"48,-246r0,120r60,-50r0,18r-60,50r0,92r121,0r0,16r-141,0r0,-94r-43,36r0,-18r43,-36r0,-134r20,0","w":168,"k":{"T":29,"V":29,"W":29,"Y":36,"\u00dd":36,"\u0178":36}},"\u00d8":{"d":"70,-46r146,-162v-66,-55,-177,-4,-177,85v0,30,11,57,31,77xm70,-21r-22,25r-14,-10r23,-26v-81,-73,-24,-217,91,-217v32,0,59,11,81,27r23,-25r13,9r-24,26v78,72,21,215,-93,215v-31,0,-56,-9,-78,-24xm229,-198r-146,163v67,51,175,1,175,-88v0,-31,-11,-54,-29,-75","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"\u0152":{"d":"306,-246r0,16r-116,0r0,99r114,0r0,16r-114,0r0,99r119,0r0,16r-162,0v-93,0,-132,-66,-132,-122v0,-60,42,-124,131,-124r160,0xm171,-230v-91,-8,-136,53,-136,108v0,57,47,114,136,106r0,-214","w":322,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"\u00ba":{"d":"118,-198v0,31,-21,51,-54,51v-31,0,-55,-21,-55,-51v0,-30,23,-51,55,-51v31,0,54,23,54,51xm102,-198v0,-22,-16,-39,-38,-39v-22,0,-39,16,-39,39v0,23,16,39,39,39v23,0,38,-16,38,-39","w":127},"\u00e6":{"d":"227,-87r-104,0v-9,78,54,91,104,52r0,20v-38,22,-84,29,-111,-7v-26,18,-42,25,-61,25v-25,0,-43,-18,-43,-42v0,-36,35,-48,93,-63v6,-58,-51,-56,-86,-27r0,-18v31,-21,82,-30,101,7v37,-54,113,-14,107,53xm123,-102r85,0v-1,-29,-22,-46,-44,-46v-23,0,-40,19,-41,46xm105,-32r0,-55v-44,11,-77,24,-77,49v7,37,50,32,77,6","w":240},"\u0131":{"d":"42,-162r0,162r-17,0r0,-162r17,0","w":67},"\u0142":{"d":"42,-246r0,111r36,-31r0,18r-36,30r0,118r-17,0r0,-105r-35,31r0,-18r35,-30r0,-124r17,0","w":67,"k":{"y":4,"w":4,"\u00fd":4,"\u00ff":4}},"\u00f8":{"d":"48,-37r87,-99v-42,-31,-105,1,-102,55v0,19,6,32,15,44xm48,-13r-21,24r-12,-11r21,-24v-46,-48,-10,-141,62,-141v18,0,36,6,49,16r19,-22r11,9r-19,23v47,48,12,142,-60,142v-22,0,-38,-7,-50,-16xm145,-125r-86,99v40,29,102,1,102,-55v0,-18,-6,-34,-16,-44","w":195,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"\u0153":{"d":"285,-87r-112,0v-5,84,65,89,109,49r0,20v-37,30,-100,31,-119,-17v-42,66,-148,43,-148,-46v0,-83,106,-113,148,-50v32,-61,129,-34,122,44xm174,-101r91,0v0,-63,-91,-62,-91,0xm155,-84v0,-40,-22,-64,-59,-64v-38,0,-63,27,-63,67v0,39,26,67,62,67v36,0,60,-28,60,-70","w":299,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"\u00df":{"d":"22,0r0,-175v0,-46,25,-74,67,-74v65,0,91,82,33,113v79,26,39,166,-44,136r0,-18v40,14,68,-10,69,-53v0,-34,-18,-55,-49,-57r0,-16v25,2,38,-22,38,-44v0,-28,-18,-46,-47,-46v-39,0,-49,27,-49,62r0,172r-18,0"},"\u00ac":{"d":"24,-174r189,0r0,102r-16,0r0,-86r-173,0r0,-16","w":237},"\u00b5":{"d":"36,-162r18,0v3,61,-16,151,47,149v27,0,48,-14,48,-60r0,-89r17,0r0,162r-17,0r0,-18v-24,28,-71,29,-95,0r0,82r-18,0r0,-226","w":200},"\u00d0":{"d":"28,-246r86,0v104,0,134,69,134,123v0,57,-33,123,-130,123r-90,0r0,-115r-36,0r0,-16r36,0r0,-115xm48,-230r0,99r79,0r0,16r-79,0r0,99v99,7,180,-10,180,-107v0,-63,-45,-107,-112,-107r-68,0","w":266,"k":{"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":22,".":22,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14}},"\u00bd":{"d":"66,-247r0,127r-15,0r0,-127r15,0xm226,-249r-190,259r-14,0r190,-259r14,0xm174,-102r0,-15v27,-23,81,-11,80,25v0,16,-10,39,-52,81r66,0r0,11r-97,0v42,-36,68,-71,68,-93v0,-30,-42,-34,-65,-9","w":299},"\u00b1":{"d":"24,-16r189,0r0,16r-189,0r0,-16xm24,-134r87,0r0,-87r16,0r0,87r86,0r0,16r-86,0r0,86r-16,0r0,-86r-87,0r0,-16","w":237},"\u00de":{"d":"28,-246r19,0r0,58r49,0v58,0,80,30,80,65v0,32,-18,65,-82,65r-47,0r0,58r-19,0r0,-246xm47,-172r0,99v54,5,117,-6,109,-50v6,-44,-55,-54,-109,-49","w":183},"\u00bc":{"d":"229,-130r0,72r20,0r0,10r-20,0r0,48r-15,0r0,-48r-66,0r0,-5r74,-77r7,0xm214,-58r0,-47r-45,47r45,0xm66,-247r0,127r-15,0r0,-127r15,0xm226,-249r-190,259r-14,0r190,-259r14,0","w":299},"\u00f7":{"d":"24,-134r189,0r0,16r-189,0r0,-16xm119,-172v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14v8,0,14,6,14,14v0,8,-6,14,-14,14xm119,-53v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14v8,0,14,6,14,14v0,8,-6,14,-14,14","w":237},"\u00a6":{"d":"31,-243r17,0r0,126r-17,0r0,-126xm31,-63r17,0r0,126r-17,0r0,-126","w":79},"\u00b0":{"d":"72,-249v28,0,50,22,50,50v0,28,-22,51,-50,51v-28,0,-50,-23,-50,-51v0,-28,22,-50,50,-50xm72,-234v-20,0,-36,16,-36,36v0,20,16,35,36,35v20,0,36,-15,36,-35v0,-20,-16,-36,-36,-36","w":144},"\u00fe":{"d":"40,-246r0,93v60,-33,128,4,128,72v0,67,-68,105,-128,72r0,92r-17,0r0,-329r17,0xm40,-136r0,110v48,29,109,5,109,-54v0,-57,-60,-86,-109,-56","w":183,"k":{"v":5,"y":5,"\u00fd":5,"\u00ff":5,"b":5,"\u00fe":5,"l":5,"\u0142":5,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,",":7,".":7}},"\u00be":{"d":"26,-228v-3,-21,18,-19,32,-21v45,-3,63,48,22,61v41,13,28,73,-20,70v-13,0,-26,-3,-36,-7r0,-11v24,12,66,11,66,-18v0,-22,-20,-27,-37,-27r0,-11v45,4,47,-46,5,-46v-11,0,-20,2,-32,10xm244,-249r-189,259r-14,0r189,-259r14,0xm248,-130r0,72r20,0r0,10r-20,0r0,48r-15,0r0,-48r-66,0r0,-5r74,-77r7,0xm233,-58r0,-47r-45,47r45,0","w":299},"\u00ae":{"d":"90,-197v46,-1,109,-6,106,38v0,16,-8,34,-38,39v19,12,23,14,44,64r-22,0v-28,-59,-30,-63,-73,-62r0,62r-17,0r0,-141xm107,-132v32,1,75,0,69,-26v6,-27,-38,-25,-69,-25r0,51xm144,-262v74,0,134,60,134,134v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134v0,-74,60,-134,134,-134xm144,-245v-65,0,-117,52,-117,117v0,65,52,118,117,118v65,0,117,-53,117,-118v0,-65,-52,-117,-117,-117","w":288},"\u00f0":{"d":"170,-82v0,-41,-28,-68,-69,-68v-40,0,-71,30,-71,70v0,39,31,69,72,69v42,0,68,-29,68,-71xm174,-234r-42,19v74,48,85,218,-33,218v-49,0,-85,-36,-85,-83v0,-80,108,-112,152,-56v-7,-23,-23,-50,-50,-71r-52,24r-5,-12r45,-21v-10,-7,-21,-12,-33,-17r7,-13v15,6,30,13,43,22r47,-22","w":201},"\u00d7":{"d":"46,-188r12,-11r61,61r61,-61r11,11r-61,61r61,61r-11,12r-61,-61r-61,61r-12,-12r61,-61","w":237},"\u00a9":{"d":"202,-162r-17,5v-19,-50,-89,-32,-89,26v0,69,77,86,92,28r16,6v-19,76,-127,49,-127,-31v0,-70,98,-104,125,-34xm144,-262v74,0,134,60,134,134v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134v0,-74,60,-134,134,-134xm144,-245v-65,0,-117,52,-117,117v0,65,52,118,117,118v65,0,117,-53,117,-118v0,-65,-52,-117,-117,-117","w":288},"\u00c1":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm182,-322r-55,56r-12,0r38,-56r29,0","w":240,"k":{"v":11,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"C":18,"\u00c7":18,"G":18,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"Q":18,"T":36,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":18,"Y":36,"\u00dd":36,"\u0178":36}},"\u00c2":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm131,-322r39,59r-14,0r-36,-39r-36,39r-13,0r38,-59r22,0","w":240,"k":{"v":11,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"C":18,"\u00c7":18,"G":18,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"Q":18,"T":36,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":18,"Y":36,"\u00dd":36,"\u0178":36}},"\u00c4":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm152,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15xm88,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15","w":240,"k":{"v":11,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"C":18,"\u00c7":18,"G":18,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"Q":18,"T":36,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":18,"Y":36,"\u00dd":36,"\u0178":36}},"\u00c0":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm88,-322r29,0r37,56r-11,0","w":240,"k":{"v":11,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"C":18,"\u00c7":18,"G":18,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"Q":18,"T":36,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":18,"Y":36,"\u00dd":36,"\u0178":36}},"\u00c5":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm120,-313v-12,0,-21,9,-21,21v0,12,9,22,21,22v12,0,21,-10,21,-22v0,-12,-9,-21,-21,-21xm120,-323v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":240,"k":{"v":11,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"C":18,"\u00c7":18,"G":18,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"Q":18,"T":36,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":18,"Y":36,"\u00dd":36,"\u0178":36}},"\u00c3":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm149,-275v-25,2,-68,-41,-76,-1r-12,0v0,-18,9,-34,30,-34v26,0,68,41,77,0r11,0v2,19,-12,34,-30,35","w":240,"k":{"v":11,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"C":18,"\u00c7":18,"G":18,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"Q":18,"T":36,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":18,"Y":36,"\u00dd":36,"\u0178":36}},"\u00c7":{"d":"235,-40r0,20v-31,16,-62,24,-95,23r-3,10v15,3,22,11,22,22v0,23,-25,32,-51,26r2,-11v36,9,50,-27,13,-28r6,-20v-65,-8,-111,-58,-111,-124v0,-109,120,-158,215,-106r0,21v-83,-52,-195,-16,-195,85v0,100,115,138,197,82","w":243,"k":{",":-14,".":-20,"A":-16,"\u00c6":-16,"\u00c1":-16,"\u00c2":-16,"\u00c4":-16,"\u00c0":-16,"\u00c5":-16,"\u00c3":-16}},"\u00c9":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0xm150,-322r-55,56r-11,0r37,-56r29,0","w":176},"\u00ca":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0xm100,-322r38,59r-14,0r-35,-39r-36,39r-14,0r39,-59r22,0","w":176},"\u00cb":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0xm120,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15xm57,-307v9,0,15,6,15,15v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15","w":176},"\u00c8":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0xm56,-322r29,0r38,56r-12,0","w":176},"\u00cd":{"d":"47,-246r0,246r-19,0r0,-246r19,0xm99,-322r-54,56r-12,0r37,-56r29,0","w":74},"\u00ce":{"d":"47,-246r0,246r-19,0r0,-246r19,0xm49,-322r38,59r-14,0r-35,-39r-36,39r-14,0r39,-59r22,0","w":74},"\u00cf":{"d":"47,-246r0,246r-19,0r0,-246r19,0xm69,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15xm6,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15","w":74},"\u00cc":{"d":"47,-246r0,246r-19,0r0,-246r19,0xm-9,-322r29,0r37,56r-12,0","w":74},"\u00d1":{"d":"249,-246r0,246r-15,0r-187,-215r0,215r-19,0r0,-246r16,0r186,215r0,-215r19,0xm168,-275v-25,2,-68,-41,-77,-1r-11,0v0,-18,8,-34,29,-34v27,0,69,42,78,0r11,0v1,19,-13,34,-30,35","w":277},"\u00d3":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109xm210,-322r-55,56r-12,0r38,-56r29,0","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"\u00d4":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109xm159,-322r39,59r-14,0r-36,-39r-36,39r-13,0r39,-59r21,0","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"\u00d6":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109xm180,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15xm116,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"\u00d2":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109xm116,-322r29,0r38,56r-12,0","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"\u00d5":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109xm177,-275v-25,2,-68,-41,-76,-1r-12,0v0,-18,9,-34,30,-34v26,0,68,41,77,0r11,0v2,19,-12,34,-30,35","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,"\u00dd":31,"\u0178":31,",":23,".":23,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"X":18}},"\u0160":{"d":"144,-233r0,21v-44,-32,-107,-23,-107,28v0,66,117,34,117,120v-1,65,-83,86,-134,46r0,-23v27,20,43,27,62,27v29,0,52,-21,52,-49v0,-70,-117,-40,-117,-121v-1,-60,78,-83,127,-49xm96,-263r-22,0r-39,-59r14,0r36,39r35,-39r14,0","w":168},"\u00da":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135xm188,-322r-55,56r-12,0r37,-56r30,0","w":251,"k":{",":11,".":11,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"\u00db":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135xm137,-322r38,59r-13,0r-36,-39r-36,39r-14,0r39,-59r22,0","w":251,"k":{",":11,".":11,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"\u00dc":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135xm158,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15xm94,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15","w":251,"k":{",":11,".":11,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"\u00d9":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135xm94,-322r29,0r37,56r-12,0","w":251,"k":{",":11,".":11,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"\u00dd":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0xm167,-322r-55,56r-12,0r38,-56r29,0","w":209,"k":{"O":31,"\u00d8":31,"\u0152":31,"\u00d3":31,"\u00d4":31,"\u00d6":31,"\u00d2":31,"\u00d5":31,"u":36,"\u00fa":36,"\u00fb":36,"\u00fc":36,"\u00f9":36,",":50,".":50,"A":36,"\u00c6":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"e":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00e8":50,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f6":50,"\u00f2":50,"\u00f5":50,"a":36,"\u00e6":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"-":63}},"\u0178":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0xm137,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15xm73,-307v9,0,16,6,16,15v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15","w":209,"k":{"O":31,"\u00d8":31,"\u0152":31,"\u00d3":31,"\u00d4":31,"\u00d6":31,"\u00d2":31,"\u00d5":31,"u":36,"\u00fa":36,"\u00fb":36,"\u00fc":36,"\u00f9":36,",":50,".":50,"A":36,"\u00c6":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"e":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00e8":50,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f6":50,"\u00f2":50,"\u00f5":50,"a":36,"\u00e6":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"-":63}},"\u017d":{"d":"217,-246r2,7r-184,223r185,0r0,16r-215,0r-2,-5r184,-225r-175,0r0,-16r205,0xm126,-263r-22,0r-39,-59r13,0r36,39r36,-39r14,0","w":228},"\u00e1":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6xm139,-244r-55,56r-12,0r37,-56r30,0","w":153},"\u00e2":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6xm88,-243r38,59r-13,0r-36,-40r-36,40r-14,0r39,-59r22,0","w":153},"\u00e4":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6xm109,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16xm45,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":153},"\u00e0":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6xm45,-244r29,0r37,56r-12,0","w":153},"\u00e5":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6xm77,-235v-12,0,-22,10,-22,22v0,12,10,21,22,21v12,0,21,-9,21,-21v0,-12,-9,-22,-21,-22xm77,-244v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":153},"\u00e3":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6xm106,-197v-25,0,-69,-41,-76,0r-12,0v0,-18,9,-34,30,-34v21,0,42,16,61,17v10,0,14,-4,16,-17r11,0v2,18,-12,34,-30,34","w":153},"\u00e7":{"d":"139,-23r0,18v-20,7,-33,8,-51,8r-3,10v15,3,22,11,22,22v0,23,-25,32,-51,26r2,-11v36,9,50,-27,13,-28r6,-20v-38,-7,-62,-37,-62,-80v0,-67,57,-105,121,-79r0,19v-52,-27,-102,0,-103,58v-1,59,55,80,106,57","w":150,"k":{",":-9,".":-9}},"\u00e9":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0xm148,-244r-55,56r-12,0r38,-56r29,0","w":172,"k":{",":-11,".":-11}},"\u00ea":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0xm98,-243r38,59r-14,0r-36,-40r-36,40r-13,0r39,-59r22,0","w":172,"k":{",":-11,".":-11}},"\u00eb":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0xm118,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16xm54,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-16,15,-16","w":172,"k":{",":-11,".":-11}},"\u00e8":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0xm54,-244r29,0r38,56r-12,0","w":172,"k":{",":-11,".":-11}},"\u00ed":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm96,-244r-55,56r-12,0r38,-56r29,0","w":67},"\u00ee":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm45,-243r39,59r-14,0r-36,-40r-36,40r-13,0r38,-59r22,0","w":67},"\u00ef":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm66,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16xm2,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":67},"\u00ec":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm-13,-244r29,0r38,56r-12,0","w":67},"\u00f1":{"d":"40,-162r0,28v31,-53,114,-37,114,35r0,99r-18,0v-3,-58,16,-150,-43,-148v-23,0,-39,12,-53,35r0,113r-18,0r0,-162r18,0xm118,-197v-25,0,-70,-41,-77,0r-11,0v0,-18,8,-34,29,-34v21,0,42,16,61,17v10,0,14,-4,16,-17r11,0v2,19,-11,34,-29,34","w":176,"k":{"v":5,"y":5,"\u00fd":5,"\u00ff":5,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4}},"\u00f3":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67xm159,-244r-54,56r-12,0r37,-56r29,0","w":195,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"\u00f4":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67xm109,-243r38,59r-13,0r-36,-40r-36,40r-14,0r39,-59r22,0","w":195,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"\u00f6":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67xm130,-229v9,0,15,7,15,16v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16xm66,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":195,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"\u00f2":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67xm66,-244r29,0r37,56r-12,0","w":195,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"\u00f5":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67xm127,-197v-26,0,-69,-41,-77,0r-11,0v0,-18,8,-34,29,-34v22,0,43,16,62,17v10,0,14,-4,16,-17r11,0v2,18,-12,34,-30,34","w":195,"k":{"v":7,"w":5,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7,"x":7}},"\u0161":{"d":"111,-151r0,19v-28,-24,-72,-23,-79,10v0,39,84,25,84,81v0,44,-66,57,-101,29r0,-16v33,19,85,24,85,-14v0,-39,-84,-27,-84,-79v1,-42,61,-57,95,-30xm75,-184r-22,0r-39,-59r14,0r36,39r36,-39r13,0","w":127},"\u00fa":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0xm150,-244r-55,56r-11,0r37,-56r29,0","w":176},"\u00fb":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0xm100,-243r38,59r-14,0r-35,-40r-36,40r-14,0r39,-59r22,0","w":176},"\u00fc":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0xm120,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16xm57,-229v9,0,15,7,15,16v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":176},"\u00f9":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0xm56,-244r29,0r38,56r-12,0","w":176},"\u00fd":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0xm137,-244r-55,56r-12,0r38,-56r29,0","w":150,"k":{",":32,".":32,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4}},"\u00ff":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0xm107,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16xm43,-229v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":150,"k":{",":32,".":32,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4}},"\u017e":{"d":"137,-162r2,6r-107,140r107,0r0,16r-134,0r-1,-5r107,-141r-101,0r0,-16r127,0xm83,-184r-22,0r-39,-59r14,0r36,39r35,-39r14,0","w":142,"k":{"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00b9":{"d":"64,-247r0,127r-15,0r0,-127r15,0","w":112},"\u00b2":{"d":"14,-222r0,-15v27,-23,81,-11,80,25v0,16,-10,39,-52,81r66,0r0,11r-97,0v42,-36,68,-70,68,-92v0,-31,-41,-35,-65,-10","w":112},"\u00b3":{"d":"17,-228r0,-12v25,-19,78,-7,78,24v0,14,-9,22,-23,29v45,15,24,71,-21,69v-13,0,-25,-3,-35,-7r0,-11v24,12,66,11,66,-18v0,-22,-21,-27,-38,-27r0,-11v45,4,47,-46,5,-46v-11,0,-20,2,-32,10","w":112},"\u00a0":{"w":100},"\u00ad":{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112}}});Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-22 -330.047 375 83","underline-thickness":"17.9297","underline-position":"-36.0352","unicode-range":"U+0020-U+00F6"},"glyphs":{" ":{"w":100},"!":{"d":"49,-41v12,1,21,10,21,23v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-14,9,-22,22,-23xm49,-71v-15,-18,-18,-90,-20,-126v0,-35,7,-52,20,-52v37,19,17,141,0,178","w":97},"\"":{"d":"45,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92xm103,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"19,-172v0,-36,32,-60,67,-64r0,-13r29,0r0,13v24,4,42,11,54,21r0,41v-14,-15,-32,-25,-54,-30r0,71v37,10,64,31,66,70v-3,37,-27,61,-66,66r0,39r-29,0r0,-39v-20,-2,-43,-10,-68,-25r0,-44v22,18,38,30,68,37r0,-78v-40,-13,-62,-23,-67,-65xm86,-204v-24,1,-42,27,-26,47v4,5,16,11,26,15r0,-62xm115,-30v41,-6,38,-51,6,-62r-6,-3r0,65","w":195},"%":{"d":"188,-249r27,0r-161,252r-27,0xm124,-52v0,-28,25,-56,55,-55v29,-1,56,26,55,55v0,30,-25,55,-55,54v-29,1,-55,-25,-55,-54xm208,-52v0,-15,-13,-29,-29,-28v-15,-1,-28,12,-28,28v0,15,13,28,28,28v16,1,29,-14,29,-28xm9,-193v-1,-29,26,-56,55,-55v30,-1,55,26,54,55v1,29,-26,55,-54,54v-29,1,-56,-24,-55,-54xm92,-193v0,-15,-13,-29,-29,-29v-15,0,-28,13,-28,29v-1,14,14,29,28,28v16,1,29,-14,29,-28","w":243},"&":{"d":"102,-241v33,-1,62,23,61,54v1,22,-18,46,-46,65r35,40v10,-11,19,-25,26,-40r35,0v-8,22,-21,43,-40,64r50,58r-45,0r-28,-33v-17,16,-47,35,-79,36v-32,0,-62,-25,-61,-57v1,-39,32,-57,58,-73v-47,-40,-31,-115,34,-114xm45,-56v3,36,60,27,75,5r8,-7r-40,-46v-16,11,-46,31,-43,48xm102,-211v-40,0,-27,52,-4,65v14,-9,33,-23,32,-40v0,-14,-12,-26,-28,-25","w":225},"'":{"d":"44,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":67},"(":{"d":"38,-3v-35,-97,-2,-183,54,-246r20,0v-67,82,-71,246,0,331v-34,5,-42,-35,-55,-45v-6,-10,-12,-24,-19,-40","w":116},")":{"d":"24,-249v83,70,92,255,0,331r-20,0v69,-79,67,-254,0,-331r20,0","w":116},"*":{"d":"23,-200v-21,-5,-20,-24,-4,-28v20,6,32,26,47,38v2,-2,4,-3,7,-4r-10,-51v0,-11,4,-16,13,-16v33,0,-12,60,9,71v14,-12,28,-33,47,-38v16,2,15,26,-2,28r-42,15r0,9v18,11,48,10,56,31v-4,15,-22,15,-32,0r-27,-26v-2,2,-5,3,-7,3v3,18,8,34,9,54v0,10,-4,15,-12,15v-25,-6,-4,-49,-2,-69v-2,0,-5,-1,-7,-3v-13,11,-32,33,-48,37v-20,-7,-13,-23,10,-30r35,-12r0,-9","w":150},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},",":{"d":"35,-46v30,1,31,49,14,68v-8,9,-18,16,-31,21v2,-19,17,-19,14,-43v-26,-5,-22,-46,3,-46","w":78},"-":{"d":"14,-97r88,0r0,34r-88,0r0,-34","w":116},".":{"d":"18,-18v0,-12,9,-21,21,-21v12,0,22,10,22,21v1,12,-11,21,-22,21v-12,0,-21,-9,-21,-21","w":78},"\/":{"d":"1,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"90,2v-109,-2,-105,-249,1,-251v105,4,106,249,-1,251xm90,-30v61,-7,61,-175,2,-185v-64,4,-63,179,-2,185"},"1":{"d":"73,-246r35,0r0,246r-35,0r0,-246"},"2":{"d":"17,-225v58,-58,159,-2,128,84v-15,41,-38,69,-71,107r94,0r0,34r-156,0v33,-54,93,-97,103,-168v0,-27,-17,-46,-43,-46v-24,1,-42,17,-55,33r0,-44"},"3":{"d":"116,-70v-2,-29,-18,-38,-51,-41v2,-10,-3,-26,2,-32v28,1,47,-11,47,-37v-1,-40,-52,-46,-85,-25r0,-33v49,-27,124,-4,120,55v1,29,-12,42,-32,53v65,24,33,143,-40,133v-19,0,-37,-5,-54,-14r0,-38v34,24,92,27,93,-21"},"4":{"d":"128,-249r14,0r0,138r28,0r0,30r-28,0r0,81r-34,0r0,-81r-104,0r0,-15xm108,-111r0,-71r-57,71r57,0"},"5":{"d":"122,-76v2,-37,-50,-53,-86,-42r0,-128r109,0r0,32r-77,0r0,62v50,-6,90,30,90,76v3,70,-81,98,-140,64r0,-36v37,28,101,22,104,-28"},"6":{"d":"94,3v-101,1,-88,-150,-35,-202v17,-16,35,-34,55,-50r21,27v-34,23,-60,49,-75,90v50,-29,109,7,108,61v1,40,-35,75,-74,74xm90,-110v-20,2,-40,6,-39,33v-1,26,18,48,43,47v23,1,39,-18,39,-40v0,-24,-18,-40,-43,-40"},"7":{"d":"18,-246r158,0r-111,249r-31,-13r90,-202r-106,0r0,-34"},"8":{"d":"46,-125v-16,-16,-28,-27,-29,-55v-1,-38,35,-70,75,-69v66,-4,102,88,42,124v64,32,30,128,-44,128v-72,0,-109,-95,-44,-128xm91,-142v21,1,39,-17,39,-37v0,-20,-17,-37,-39,-36v-22,-1,-39,15,-39,36v-1,19,19,38,39,37xm91,-31v24,0,44,-13,42,-38v1,-24,-20,-39,-43,-39v-24,0,-43,16,-43,39v0,23,19,39,44,38"},"9":{"d":"87,-249v86,1,99,116,51,180v-18,31,-42,54,-71,72r-21,-26v33,-19,64,-55,75,-92v-47,31,-110,-7,-108,-61v-1,-40,35,-74,74,-73xm48,-176v0,38,51,51,79,26v11,-35,-7,-65,-40,-66v-23,-1,-39,18,-39,40"},":":{"d":"17,-18v0,-11,9,-23,21,-22v12,-1,21,11,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm20,-143v0,-11,9,-23,21,-22v12,-1,21,11,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":78},";":{"d":"22,43v3,-18,16,-22,15,-43v-28,-5,-22,-47,3,-46v29,2,29,49,13,68v-8,9,-18,16,-31,21xm22,-143v0,-11,9,-23,21,-22v12,-1,22,11,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":82},"<":{"d":"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31","w":210},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":210},"?":{"d":"51,-63v-56,-29,14,-91,17,-130v0,-23,-25,-28,-45,-18r23,-38v34,0,57,20,58,52v5,49,-59,92,-53,134xm55,-40v12,0,23,9,22,22v1,12,-11,21,-22,21v-12,0,-21,-9,-21,-21v-1,-12,11,-22,21,-22","w":119},"@":{"d":"87,-78v-5,-80,94,-156,144,-80r6,-27r32,0r-31,145v0,6,6,11,12,12v37,-8,68,-51,68,-98v1,-65,-59,-112,-126,-111v-84,-2,-148,67,-146,152v0,88,60,136,152,134v57,0,97,-18,123,-52r31,0v-26,46,-79,80,-155,78v-104,1,-178,-56,-178,-157v4,-105,65,-180,175,-180v84,-2,151,56,151,137v-4,64,-43,122,-107,125v-23,0,-32,-7,-34,-29v-13,15,-30,28,-54,29v-38,0,-64,-38,-63,-78xm180,-165v-35,0,-63,51,-61,89v0,27,15,50,38,51v34,-1,66,-50,64,-89v0,-28,-15,-51,-41,-51","w":363},"A":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240},"B":{"d":"195,-67v0,74,-89,69,-168,67r0,-246v72,-2,147,-4,147,64v0,24,-13,42,-38,52v33,5,59,29,59,63xm62,-140v40,2,77,-3,75,-39v3,-33,-37,-37,-75,-35r0,74xm159,-70v-1,-42,-49,-40,-97,-39r0,78v48,1,96,3,97,-39","w":202},"C":{"d":"54,-122v-2,92,115,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-128,-49,-131,-125v-1,-105,119,-159,218,-107r0,38v-73,-49,-183,-21,-182,69","w":254},"D":{"d":"253,-123v0,83,-52,126,-148,123r-78,0r0,-246r83,0v91,-2,143,43,143,123xm217,-125v-1,-74,-65,-97,-154,-89r0,182v90,8,154,-16,154,-93","w":270},"E":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246"},"F":{"d":"27,-246r131,0r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246","w":168},"G":{"d":"55,-123v-2,76,77,115,152,85r0,-52r-47,0r0,-31r82,0r0,104v-97,50,-227,4,-224,-104v-1,-72,60,-130,133,-128v37,1,54,8,86,21r0,36v-73,-51,-183,-22,-182,69","w":266},"H":{"d":"200,-246r35,0r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107","w":262},"I":{"d":"27,-246r36,0r0,246r-36,0r0,-246","w":90},"J":{"d":"-22,49v41,1,51,-9,49,-56r0,-239r36,0r0,243v2,60,-23,89,-78,85","w":90},"K":{"d":"166,-246r44,0r-107,117r133,129r-48,0r-125,-121r0,121r-36,0r0,-246r36,0r0,113","w":236},"L":{"d":"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246","w":176},"M":{"d":"223,-246r32,0r0,246r-35,0r0,-191r-76,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101","w":281},"N":{"d":"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191","w":281},"O":{"d":"16,-122v-1,-73,58,-129,132,-127v73,-2,134,55,132,126v2,73,-60,127,-134,126v-71,2,-131,-54,-130,-125xm244,-123v1,-52,-44,-95,-95,-93v-54,-1,-97,40,-96,94v-1,52,42,94,95,92v53,2,98,-41,96,-93","w":296},"P":{"d":"180,-176v-2,60,-50,74,-120,69r0,107r-35,0r0,-246r78,0v44,-1,78,27,77,70xm60,-138v42,2,85,2,84,-39v3,-38,-43,-40,-84,-38r0,77","w":183},"Q":{"d":"280,-123v1,63,-46,114,-102,123v39,13,63,29,97,15r-36,35v-53,-6,-79,-22,-120,-50v-56,-8,-103,-60,-103,-122v-2,-73,58,-129,132,-127v73,-2,134,54,132,126xm244,-123v1,-54,-42,-94,-96,-93v-53,-1,-97,41,-96,94v-1,53,43,93,96,92v53,2,97,-41,96,-93","w":296},"R":{"d":"171,-177v-1,30,-17,51,-42,60v36,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-5,-4,-21,-4,-34,-4r0,107r-35,0r0,-246v72,-4,143,1,143,69xm134,-178v-2,-34,-30,-40,-71,-38r0,78v42,1,70,-3,71,-40","w":217},"S":{"d":"82,-28v48,-2,47,-53,6,-75v-33,-18,-73,-34,-73,-81v-3,-63,83,-83,129,-48r0,40v-18,-17,-37,-25,-58,-25v-29,-3,-51,27,-31,49v28,28,103,52,98,104v3,70,-91,85,-137,44r0,-44v19,24,41,36,66,36","w":164},"T":{"d":"6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31","w":217},"U":{"d":"127,-28v48,0,74,-22,71,-78r0,-140r35,0r0,140v3,76,-38,106,-105,109v-68,-4,-109,-32,-106,-110r0,-139r35,0r0,140v-2,57,22,78,70,78","w":254},"V":{"d":"182,-246r35,0r-103,247r-8,0r-106,-247r35,0r74,173","w":217},"W":{"d":"340,-246r35,0r-100,247r-7,0r-80,-200r-81,200r-8,0r-99,-247r35,0r68,170r68,-170r33,0r69,170","w":375},"X":{"d":"205,-246r42,0r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94","w":254},"Y":{"d":"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85","w":217},"Z":{"d":"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31","w":232},"[":{"d":"31,-246r84,0r0,29r-49,0r0,267r49,0r0,29r-84,0r0,-325","w":119},"\\":{"d":"75,3r-71,-252r26,0r70,252r-25,0","w":101},"]":{"d":"89,79r-84,0r0,-29r49,0r0,-267r-49,0r0,-29r84,0r0,325","w":119},"^":{"d":"84,-210r-42,105r-33,0r63,-141r25,0r62,141r-32,0","w":168},"_":{"d":"204,71r-209,0r0,-23r209,0r0,23","w":198},"`":{"d":"57,-249r25,52r-20,0r-40,-52r35,0","w":120},"a":{"d":"13,-143v34,-39,126,-28,111,46r0,69v3,15,13,7,24,-1r0,20v-16,14,-49,18,-56,-4v-28,25,-83,19,-82,-24v2,-41,50,-47,83,-60v4,-54,-57,-44,-80,-11r0,-35xm48,-59v-14,14,-5,41,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,14,-45,21","w":153},"b":{"d":"167,-82v0,77,-83,102,-146,73r0,-237r32,0r0,96v51,-38,114,2,114,68xm135,-81v3,-47,-48,-71,-82,-39r0,88v42,15,85,-4,82,-49"},"c":{"d":"46,-81v-1,51,55,67,98,43r0,32v-63,26,-134,-6,-130,-74v-6,-67,68,-105,126,-74r0,34v-39,-30,-95,-12,-94,39","w":157},"d":{"d":"16,-83v-2,-60,55,-99,115,-75r0,-88r32,0r0,246r-69,0v-48,0,-79,-34,-78,-83xm48,-80v-1,48,31,57,83,53r0,-103v-40,-20,-86,5,-83,50","w":183},"e":{"d":"90,-165v46,0,72,37,70,87r-113,0v1,57,74,63,111,31r0,31v-19,12,-34,18,-64,18v-52,0,-78,-34,-79,-84v-1,-46,30,-84,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-8,7,-12,17,-15,30r82,0","w":172},"f":{"d":"107,-214v-36,-11,-53,11,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-3,-58,24,-98,81,-84r0,32","w":90},"g":{"d":"41,-11v-29,-13,-15,-39,9,-44v-24,-10,-36,-27,-36,-51v0,-61,73,-58,138,-56r0,25r-33,0v36,35,5,90,-46,90v-18,0,-23,13,-12,22v36,12,89,10,90,57v-1,35,-35,51,-75,50v-41,1,-75,-16,-76,-50v0,-22,14,-36,41,-43xm107,-104v0,-17,-14,-30,-32,-30v-17,-1,-32,14,-32,30v0,16,14,30,32,29v16,0,32,-13,32,-29xm120,33v0,-31,-88,-37,-90,-1v0,17,15,25,45,25v23,0,45,-5,45,-24","w":153},"h":{"d":"94,-139v-19,0,-29,11,-40,23r0,116r-32,0r0,-246r32,0r0,106v35,-47,104,-25,104,48r0,92r-32,0v-6,-51,20,-135,-32,-139"},"i":{"d":"21,-211v0,-10,9,-19,18,-19v10,0,19,8,19,19v0,11,-9,19,-19,19v-9,0,-18,-9,-18,-19xm23,-162r32,0r0,162r-32,0r0,-162","w":78},"j":{"d":"19,-211v-1,-10,10,-19,18,-19v11,0,20,9,20,19v0,10,-8,19,-19,19v-10,0,-19,-8,-19,-19xm-2,59v15,-5,24,-17,24,-36r0,-185r32,0r0,185v0,28,-10,48,-32,59","w":78},"k":{"d":"128,-162r38,0r-69,80r83,82r-43,0r-81,-82xm23,-246r32,0r0,246r-32,0r0,-246","w":172},"l":{"d":"23,-246r32,0r0,246r-32,0r0,-246","w":78},"m":{"d":"224,0v-6,-50,21,-135,-32,-137v-13,0,-25,6,-37,20r0,117r-32,0v-7,-49,21,-137,-32,-138v-20,0,-26,8,-38,21r0,117r-32,0r0,-162r32,0r0,22v31,-35,72,-33,96,4v38,-50,113,-32,107,41r0,95r-32,0","w":277},"n":{"d":"126,0v-6,-50,21,-137,-33,-138v-15,0,-28,7,-38,23r0,115r-33,0r0,-162r33,0r0,21v37,-45,113,-22,103,49r0,92r-32,0"},"o":{"d":"13,-79v0,-48,40,-84,87,-83v48,-1,87,37,86,84v1,46,-40,82,-87,81v-48,1,-86,-36,-86,-82xm153,-80v1,-31,-24,-54,-55,-53v-30,-1,-53,23,-52,53v0,31,23,53,54,53v30,1,54,-23,53,-53","w":198},"p":{"d":"168,-80v1,59,-56,100,-115,76r0,86r-32,0r0,-244v80,-6,149,7,147,82xm135,-81v0,-44,-33,-55,-82,-51r0,100v40,20,86,-5,82,-49"},"q":{"d":"13,-79v-2,-74,65,-90,146,-83r0,244r-32,0r0,-85v-61,22,-115,-17,-114,-76xm45,-80v-4,44,46,69,82,49r0,-101v-52,-4,-82,9,-82,52"},"r":{"d":"126,-118v-28,-35,-70,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22","w":142},"s":{"d":"124,-43v0,52,-74,56,-109,31r0,-34v19,14,64,35,76,5v-12,-37,-79,-36,-75,-82v2,-46,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-32,2,-20,29,2,37v25,13,52,36,52,57","w":138},"t":{"d":"120,-8v-43,23,-92,10,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v12,0,24,-4,37,-11r0,29","w":119},"u":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-33,42,-104,27,-104,-48r0,-93r32,0"},"v":{"d":"122,-162r34,0r-71,165r-11,0r-73,-165r35,0r44,100","w":157},"w":{"d":"225,-162r34,0r-71,165r-10,0r-48,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r24,0r40,98","w":258},"x":{"d":"134,-162r41,0r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56"},"y":{"d":"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92","w":157},"z":{"d":"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30","w":150},"{":{"d":"46,-11v1,-44,-2,-65,-36,-68r0,-29v35,-3,36,-24,36,-68v-1,-63,6,-88,66,-86r0,27v-41,-6,-36,26,-36,63v0,43,-7,66,-37,79v38,12,38,53,37,105v0,31,7,37,36,36r0,27v-60,1,-67,-22,-66,-86","w":119},"|":{"d":"33,83r0,-329r28,0r0,329r-28,0","w":93},"}":{"d":"44,-172v-1,-35,6,-69,-36,-63r0,-27v60,-2,67,24,66,86v0,43,0,65,36,68r0,29v-34,3,-36,26,-37,68v2,64,-5,88,-65,86r0,-27v40,6,36,-25,36,-62v1,-45,6,-66,37,-79v-31,-13,-36,-36,-37,-79","w":119},"~":{"d":"195,-114v-50,59,-133,-44,-180,20r0,-36v27,-33,77,-21,111,-3v28,12,47,3,69,-19r0,38","w":209},"\u00c4":{"d":"87,-266v-22,1,-22,-34,-1,-34v10,0,17,7,17,17v0,9,-8,17,-16,17xm137,-283v0,-10,8,-17,17,-17v8,0,18,7,17,17v0,10,-7,17,-17,17v-8,1,-18,-9,-17,-17xm105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240},"\u00c5":{"d":"87,-297v-1,-17,15,-34,33,-33v18,-1,34,14,33,33v1,18,-16,34,-33,33v-18,1,-34,-16,-33,-33xm140,-297v0,-10,-9,-19,-20,-19v-12,0,-20,7,-20,19v0,12,9,20,20,20v12,0,20,-9,20,-20xm105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240},"\u00d6":{"d":"112,-266v-24,0,-19,-35,0,-34v9,0,17,7,17,17v0,10,-7,17,-17,17xm163,-283v0,-10,7,-17,17,-17v8,0,18,7,17,17v0,10,-7,17,-17,17v-9,1,-17,-9,-17,-17xm16,-122v-1,-73,58,-129,132,-127v73,-2,134,55,132,126v2,73,-60,127,-134,126v-71,2,-131,-54,-130,-125xm244,-123v1,-52,-44,-95,-95,-93v-54,-1,-97,40,-96,94v-1,52,42,94,95,92v53,2,98,-41,96,-93","w":296},"\u00e4":{"d":"27,-223v-1,-10,7,-18,16,-17v8,0,18,7,17,17v0,8,-7,17,-17,16v-7,1,-17,-7,-16,-16xm94,-223v0,-9,7,-18,17,-17v8,0,16,8,16,17v0,8,-6,17,-16,16v-9,1,-17,-8,-17,-16xm13,-143v34,-39,126,-28,111,46r0,69v3,15,13,7,24,-1r0,20v-16,14,-49,18,-56,-4v-28,25,-83,19,-82,-24v2,-41,50,-47,83,-60v4,-54,-57,-44,-80,-11r0,-35xm48,-59v-14,14,-5,41,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,14,-45,21","w":153},"\u00e5":{"d":"44,-230v-1,-17,16,-34,33,-33v17,-1,34,16,33,33v1,17,-15,34,-33,34v-18,0,-34,-15,-33,-34xm97,-229v0,-11,-10,-20,-21,-20v-11,0,-20,8,-19,19v0,12,8,21,20,21v10,1,21,-10,20,-20xm13,-143v34,-39,126,-28,111,46r0,69v3,15,13,7,24,-1r0,20v-16,14,-49,18,-56,-4v-28,25,-83,19,-82,-24v2,-41,50,-47,83,-60v4,-54,-57,-44,-80,-11r0,-35xm48,-59v-14,14,-5,41,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,14,-45,21","w":153},"\u00f6":{"d":"44,-223v0,-9,8,-17,16,-17v9,0,17,7,17,17v0,8,-7,17,-16,16v-9,1,-17,-8,-17,-16xm112,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,7,-7,17,-16,16v-9,1,-17,-8,-17,-16xm13,-79v0,-48,40,-84,87,-83v48,-1,87,37,86,84v1,46,-40,82,-87,81v-48,1,-86,-36,-86,-82xm153,-80v1,-31,-24,-54,-55,-53v-30,-1,-53,23,-52,53v0,31,23,53,54,53v30,1,54,-23,53,-53","w":198},"\u00a0":{"w":100}}});Cufon.registerFont({"w":213,"face":{"font-family":"Gill Sans","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 9 2 3 0 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-13 -332.042 425 85.6171","underline-thickness":"17.9297","underline-position":"-36.0352","unicode-range":"U+0020-U+00F6"},"glyphs":{" ":{"w":106},"!":{"d":"55,-247v63,0,32,131,8,165v-42,5,-41,-68,-46,-111v-4,-31,13,-54,38,-54xm55,-72v21,1,37,16,37,37v1,21,-17,39,-37,38v-22,-1,-38,-16,-38,-38v0,-21,16,-37,38,-37","w":108},"\"":{"d":"171,-244v2,38,-4,66,-11,95r-48,0v-7,-29,-15,-57,-12,-95r71,0xm80,-244v2,38,-5,67,-12,95r-48,0v-7,-29,-13,-57,-11,-95r71,0","w":180},"#":{"d":"227,-60r-53,0r-14,66r-38,0r14,-66r-58,0r-13,66r-39,0r14,-66r-27,0r0,-38r35,0r10,-48r-45,0r0,-38r53,0r14,-65r38,0r-14,65r58,0r14,-65r38,0r-14,65r27,0r0,38r-35,0r-10,48r45,0r0,38xm154,-146r-58,0r-10,48r58,0","w":240},"$":{"d":"123,-148v42,17,78,31,80,80v-3,44,-35,67,-80,71r0,31r-26,0r0,-31v-26,-3,-55,-14,-75,-26r0,-50v21,15,43,31,75,34r0,-59v-44,-12,-75,-24,-78,-72v3,-42,32,-65,78,-69r0,-16r26,0r0,16v31,3,47,12,71,26r0,53v-17,-14,-44,-31,-71,-36r0,48xm97,-198v-20,-1,-36,18,-21,33v4,5,11,8,21,10r0,-43xm123,-38v21,-2,38,-24,21,-41v-4,-4,-11,-8,-21,-12r0,53","w":225},"%":{"d":"78,-247v35,1,60,25,61,60v-1,35,-26,60,-61,61v-34,-1,-59,-26,-60,-61v2,-36,24,-58,60,-60xm250,-247r-175,254r-37,0r177,-254r35,0xm210,-114v35,1,59,25,60,60v-1,36,-26,59,-60,61v-34,-2,-59,-25,-60,-61v1,-37,25,-58,60,-60xm78,-163v13,0,25,-10,24,-24v0,-12,-11,-24,-24,-23v-12,-1,-24,11,-23,23v-1,13,11,24,23,24xm210,-30v12,1,24,-11,24,-24v0,-12,-11,-24,-24,-23v-13,-1,-23,10,-23,23v0,14,10,24,23,24","w":288},"&":{"d":"203,-187v-1,31,-24,49,-47,62r33,35v10,-10,19,-21,27,-35r58,0v-15,28,-32,52,-52,70r52,55r-82,0r-16,-16v-47,34,-162,25,-159,-43v3,-39,22,-45,53,-69v-12,-15,-26,-27,-26,-53v1,-45,37,-65,83,-66v42,1,72,22,76,60xm154,-185v1,-29,-49,-28,-49,-2v1,14,15,22,22,32v18,-8,27,-18,27,-30xm78,-66v-1,28,46,33,66,16r-43,-45v-16,10,-23,19,-23,29","w":296},"'":{"d":"86,-244v2,38,-4,66,-11,95r-49,0v-7,-29,-15,-57,-12,-95r72,0","w":100},"(":{"d":"80,-81v1,81,32,124,71,166r-46,0v-45,-36,-90,-84,-92,-165v2,-81,47,-130,92,-167r46,0v-39,41,-70,86,-71,166","w":138},")":{"d":"34,-247v44,35,91,86,91,165v-1,81,-47,130,-91,167r-47,0v40,-41,71,-88,72,-166v-2,-81,-31,-124,-72,-166r47,0","w":138},"*":{"d":"163,-207v19,-5,25,21,26,39v-3,21,-45,7,-68,11r-3,9v15,12,43,26,52,41v-4,14,-30,38,-44,27v-8,-16,-13,-41,-19,-59r-10,0v-10,20,-10,51,-28,62v-18,-3,-53,-28,-25,-43r41,-28v-2,-4,-3,-7,-3,-9v-23,-4,-66,10,-68,-11v-2,-16,14,-57,33,-33r40,30v2,-2,4,-4,7,-5r-19,-59v1,-11,13,-12,27,-12v53,0,7,47,6,71v3,1,5,3,8,5","w":202},"+":{"d":"219,-100r-77,0r0,77r-44,0r0,-77r-77,0r0,-44r77,0r0,-77r44,0r0,77r77,0r0,44","w":240},",":{"d":"50,-72v50,-2,57,76,26,103v-14,14,-37,26,-63,29r0,-11v19,-7,28,-24,27,-50v-18,-5,-27,-17,-27,-35v0,-21,16,-36,37,-36","w":108},"-":{"d":"146,-61r-115,0r0,-59r115,0r0,59","w":176},".":{"d":"51,-72v22,0,37,15,38,37v0,21,-17,39,-38,38v-20,0,-39,-17,-38,-38v-1,-20,19,-38,38,-37","w":101},"\/":{"d":"185,-247r-132,250r-48,0r133,-250r47,0","w":190},"0":{"d":"107,-247v68,3,93,55,95,125v-2,71,-26,122,-95,125v-69,-3,-93,-53,-95,-125v2,-71,26,-122,95,-125xm107,-49v28,-3,24,-38,26,-73v-2,-32,1,-71,-26,-73v-28,4,-24,42,-26,73v2,35,-2,70,26,73"},"1":{"d":"140,0r-67,0r0,-244r67,0r0,244"},"2":{"d":"181,-172v-2,57,-36,82,-60,117r79,0r0,55r-185,0v2,-15,16,-17,23,-30v28,-39,79,-63,79,-125v0,-53,-67,-43,-94,-6r0,-58v45,-43,163,-37,158,47"},"3":{"d":"148,-127v19,11,38,28,37,59v2,79,-103,82,-159,54r0,-55v19,23,91,41,91,-4v0,-25,-21,-34,-49,-33r0,-39v49,10,60,-55,14,-57v-19,1,-37,9,-50,17r0,-47v53,-28,147,-16,149,50v-1,26,-18,44,-33,55"},"4":{"d":"201,-53r-29,0r0,53r-65,0r0,-53r-99,0r0,-46r112,-145r52,0r0,150r29,0r0,41xm107,-94r0,-78r-60,78r60,0"},"5":{"d":"90,-150v54,-9,96,24,97,74v5,84,-113,97,-167,56r0,-53v21,19,96,47,99,-3v0,-37,-53,-38,-83,-26r0,-142r141,0r0,52r-87,0r0,42"},"6":{"d":"107,-162v57,-7,95,24,95,78v-3,55,-38,85,-94,87v-95,6,-120,-113,-69,-179v18,-28,42,-52,70,-71r60,20v-24,20,-44,40,-62,65xm107,-52v20,0,31,-14,32,-33v1,-22,-14,-32,-31,-33v-21,-2,-32,16,-33,33v-1,18,14,34,32,33"},"7":{"d":"201,-237r-104,240r-57,-18r75,-175r-99,0r0,-54r185,0r0,7"},"8":{"d":"163,-126v21,13,39,29,39,60v0,48,-39,70,-95,69v-56,0,-92,-20,-95,-69v0,-28,19,-50,39,-60v-18,-12,-31,-24,-31,-52v5,-45,36,-69,87,-69v51,0,84,23,87,69v-1,28,-12,40,-31,52xm107,-141v14,0,26,-15,25,-32v0,-15,-8,-33,-24,-33v-18,-1,-26,16,-26,33v-1,17,10,32,25,32xm107,-36v18,0,33,-15,32,-36v0,-21,-13,-35,-32,-36v-17,0,-33,16,-32,36v-1,21,14,35,32,36"},"9":{"d":"105,-247v82,-2,117,79,85,152v-17,40,-50,74,-85,99r-60,-20v28,-24,48,-46,62,-66v-54,9,-95,-25,-95,-77v2,-55,39,-86,93,-88xm106,-126v21,1,31,-15,33,-32v1,-19,-13,-35,-32,-34v-20,0,-31,14,-32,34v-1,20,14,32,31,32"},":":{"d":"51,-182v21,1,37,15,37,38v1,20,-17,39,-38,38v-20,1,-37,-19,-37,-38v-1,-21,18,-38,38,-38xm51,-72v22,0,37,15,38,37v0,21,-17,39,-38,38v-20,0,-39,-17,-38,-38v-1,-20,19,-38,38,-37","w":101},";":{"d":"51,-182v21,1,37,15,37,38v1,20,-17,39,-38,38v-20,1,-37,-19,-37,-38v-1,-21,18,-38,38,-38xm50,-72v50,-2,57,76,26,103v-14,14,-37,26,-63,29r0,-11v19,-7,28,-24,27,-50v-42,-8,-31,-74,10,-71","w":108},"<":{"d":"219,-20r-198,-82r0,-40r198,-82r0,47r-137,55r137,55r0,47","w":240},"=":{"d":"219,-142r-198,0r0,-44r198,0r0,44xm219,-57r-198,0r0,-44r198,0r0,44","w":240},">":{"d":"219,-102r-198,82r0,-47r137,-55r-137,-55r0,-47r198,82r0,40","w":240},"?":{"d":"30,-242v45,-14,97,1,97,46v2,50,-55,58,-58,105v0,7,-4,11,-13,11v-17,2,-15,-19,-17,-33v-1,-26,18,-44,20,-66v2,-21,-27,-20,-46,-14xm57,-72v19,-1,38,18,37,37v1,21,-17,38,-37,38v-19,0,-38,-16,-38,-38v0,-20,19,-38,38,-37","w":138},"@":{"d":"188,53v56,0,95,-16,119,-46r36,0v-25,52,-79,77,-152,78v-107,-2,-179,-51,-181,-158v6,-107,66,-171,178,-174v86,1,144,50,147,132v-3,69,-45,122,-114,125v-20,1,-27,-5,-32,-19v-39,39,-122,12,-113,-55v2,-56,34,-111,92,-113v21,0,37,8,47,24r3,-19r46,0r-28,139v0,5,2,8,7,8v33,-8,60,-48,60,-91v-4,-64,-45,-99,-116,-99v-94,1,-141,56,-145,144v4,83,57,123,146,124xm151,-21v38,0,49,-46,52,-84v0,-20,-8,-40,-30,-41v-37,3,-49,47,-51,84v-1,23,10,41,29,41","w":345},"A":{"d":"298,0r-75,0r-20,-49r-106,0r-20,49r-75,0r108,-244r81,0xm186,-92r-36,-89r-36,89r72,0","w":299},"B":{"d":"202,-133v29,13,50,27,51,64v0,95,-131,64,-222,69r0,-244v82,5,199,-23,205,57v0,27,-16,47,-34,54xm104,-144v33,0,64,2,63,-29v1,-33,-30,-29,-63,-30r0,59xm179,-72v3,-31,-39,-33,-75,-31r0,62v35,1,79,0,75,-31","w":269},"C":{"d":"90,-121v-2,79,114,79,159,41r0,62v-27,13,-57,21,-96,21v-84,-2,-135,-42,-138,-125v-1,-120,126,-148,233,-107r0,65v-44,-40,-160,-36,-158,43","w":267},"D":{"d":"132,-244v93,1,145,37,149,127v-3,77,-44,116,-123,117r-127,0r0,-244r101,0xm104,-50v61,2,105,-6,102,-71v1,-60,-39,-79,-102,-74r0,145","w":295},"E":{"d":"214,0r-183,0r0,-244r180,0r0,49r-107,0r0,45r102,0r0,49r-102,0r0,52r110,0r0,49","w":232},"F":{"d":"205,-99r-101,0r0,99r-73,0r0,-244r174,0r0,49r-101,0r0,47r101,0r0,49","w":223},"G":{"d":"90,-121v-1,53,51,79,106,64r0,-28r-33,0r0,-49r97,0r0,117v-30,12,-65,20,-107,20v-82,0,-137,-43,-138,-125v2,-83,54,-126,142,-125v44,0,65,7,99,18r0,57v-50,-36,-173,-31,-166,51","w":287},"H":{"d":"288,0r-73,0r0,-95r-111,0r0,95r-73,0r0,-244r73,0r0,90r111,0r0,-90r73,0r0,244","w":318},"I":{"d":"104,0r-73,0r0,-244r73,0r0,244","w":135},"J":{"d":"-8,17v47,2,48,-19,46,-72r0,-189r74,0r0,214v4,76,-30,119,-109,106","w":142},"K":{"d":"287,0r-90,0r-93,-114r0,114r-73,0r0,-244r73,0r0,109r88,-109r80,0r-91,114","w":288},"L":{"d":"216,0r-185,0r0,-244r73,0r0,186r112,0r0,58","w":227},"M":{"d":"314,0r-74,0r0,-141r-66,82r-6,0r-66,-82r0,141r-71,0r0,-244r66,0r75,92r75,-92r67,0r0,244","w":344},"N":{"d":"295,0r-65,0r-127,-136r0,136r-72,0r0,-244r65,0r126,135r0,-135r73,0r0,244","w":325},"O":{"d":"153,-247v84,1,135,44,138,125v-2,80,-55,125,-138,125v-84,0,-135,-46,-138,-125v2,-79,55,-125,138,-125xm153,-59v40,-1,62,-23,63,-63v0,-39,-22,-62,-63,-62v-39,-1,-63,24,-63,62v0,38,25,63,63,63","w":306},"P":{"d":"31,-244v94,1,211,-18,211,77v-2,67,-62,81,-138,76r0,91r-73,0r0,-244xm104,-138v32,0,64,3,63,-29v0,-31,-29,-30,-63,-30r0,59","w":251},"Q":{"d":"215,-7v26,11,49,21,85,21r2,4r-52,47v-56,-14,-117,-38,-155,-71v-44,-17,-80,-53,-80,-116v2,-79,55,-125,138,-125v85,1,134,44,138,125v0,61,-33,96,-76,115xm153,-59v40,-1,62,-23,63,-63v0,-39,-22,-62,-63,-62v-39,-1,-63,24,-63,62v0,38,25,63,63,63","w":306},"R":{"d":"242,-168v-1,32,-18,50,-40,61v33,18,44,70,64,107r-78,0v-24,-37,-22,-99,-84,-95r0,95r-73,0r0,-244r125,0v51,0,82,31,86,76xm104,-138v34,-1,64,3,63,-29v0,-31,-30,-30,-63,-30r0,59","w":269},"S":{"d":"201,-71v1,84,-117,87,-178,55r0,-60v22,14,43,26,75,27v27,3,38,-21,20,-35v-39,-23,-96,-32,-97,-92v-5,-81,119,-84,169,-50r0,57v-19,-13,-42,-28,-72,-28v-39,3,-27,32,2,44v43,18,76,30,81,82","w":220},"T":{"d":"264,-184r-89,0r0,184r-73,0r0,-184r-90,0r0,-60r252,0r0,60","w":276},"U":{"d":"156,-58v78,0,50,-112,55,-186r73,0r0,135v0,78,-53,110,-128,112v-74,-1,-128,-36,-129,-112r0,-135r73,0v5,75,-24,186,56,186","w":311},"V":{"d":"269,-244r-110,247r-48,0r-108,-247r76,0r56,141r57,-141r77,0","w":271},"W":{"d":"425,-244r-105,247r-43,0r-63,-143r-65,143r-43,0r-103,-247r76,0r51,135r58,-135r52,0r57,135r53,-135r75,0","w":428},"X":{"d":"306,0r-95,0r-59,-72r-57,72r-93,0r103,-127r-98,-117r93,0r52,65v19,-31,30,-42,49,-65r92,0r-94,117","w":307},"Y":{"d":"268,-244r-95,132r0,112r-74,0r0,-110r-97,-134r76,0r56,77r56,-77r78,0","w":270},"Z":{"d":"254,0r-247,0r126,-185r-116,0r0,-59r237,0r-126,186r126,0r0,58","w":262},"[":{"d":"153,81r-124,0r0,-325r124,0r0,42r-64,0r0,242r64,0r0,41","w":161},"\\":{"d":"185,3r-47,0r-133,-250r48,0","w":190},"]":{"d":"133,81r-125,0r0,-41r64,0r0,-242r-64,0r0,-42r125,0r0,325","w":161},"^":{"d":"215,-101r-62,0r-34,-86r-34,86r-62,0r71,-143r49,0","w":237},"_":{"d":"182,45r-184,0r0,-18r184,0r0,18","w":180},"`":{"d":"99,-203r-34,0r-65,-55r68,0","w":119},"a":{"d":"206,-9v-22,12,-77,23,-85,-7v-26,28,-113,29,-108,-26v2,-55,65,-51,105,-72v-1,-20,-7,-27,-28,-28v-31,0,-55,15,-71,33r0,-49v41,-33,164,-40,162,32r0,69v-1,21,9,24,25,15r0,33xm75,-49v0,26,31,18,43,6r0,-43v-22,11,-40,13,-43,37","w":205},"b":{"d":"131,-182v56,1,84,38,86,94v7,76,-80,116,-134,72r0,16r-63,0r0,-244r63,0r0,76v10,-8,28,-15,48,-14xm83,-57v26,24,67,13,67,-33v0,-42,-35,-61,-67,-35r0,68","w":229},"c":{"d":"79,-90v0,48,57,49,94,32r0,50v-72,29,-165,-1,-160,-82v-4,-79,86,-110,158,-82r0,50v-45,-17,-89,-15,-92,32","w":184},"d":{"d":"13,-88v-8,-74,74,-118,133,-80r0,-76r64,0r0,244r-64,0r0,-16v-49,43,-142,5,-133,-72xm79,-90v0,44,44,59,67,33r0,-68v-28,-24,-67,-8,-67,35","w":229},"e":{"d":"115,-182v61,2,92,40,89,108r-126,0v12,48,77,43,121,19r0,39v-22,11,-47,20,-84,19v-63,0,-101,-33,-102,-93v0,-61,40,-91,102,-92xm144,-105v5,-35,-37,-49,-58,-28v-7,7,-10,16,-10,28r68,0","w":214},"f":{"d":"32,-170v-3,-60,47,-87,108,-74r0,46v-26,-10,-48,-2,-45,28r32,0r0,43r-32,0r0,127r-63,0r0,-127r-30,0r0,-43r30,0","w":132},"g":{"d":"14,-111v1,-83,103,-67,186,-68r0,38r-31,0v39,39,-1,97,-55,94v-23,-3,-30,19,-10,21v42,3,89,7,89,54v-3,45,-41,56,-91,57v-51,-1,-93,-9,-93,-48v0,-23,17,-34,43,-37v-26,-9,-16,-52,11,-53v-25,-7,-49,-26,-49,-58xm99,-81v17,1,31,-14,31,-30v1,-17,-14,-29,-30,-29v-17,-2,-31,15,-31,30v1,17,12,28,30,29xm103,54v20,0,39,-4,40,-21v-2,-26,-81,-26,-80,1v0,14,13,20,40,20","w":202},"h":{"d":"83,-153v36,-46,137,-39,128,43r0,110r-63,0r0,-99v0,-18,-6,-36,-26,-34v-20,0,-28,15,-39,28r0,105r-63,0r0,-244r63,0r0,91","w":229},"i":{"d":"55,-247v14,0,27,12,27,27v0,13,-12,27,-27,26v-16,0,-25,-11,-27,-26v0,-15,13,-27,27,-27xm87,0r-64,0r0,-179r64,0r0,179","w":110},"j":{"d":"55,-247v14,0,27,12,27,27v0,13,-12,27,-27,26v-16,0,-25,-11,-27,-26v0,-15,13,-27,27,-27xm-3,36v24,-6,27,-23,26,-55r0,-160r64,0r0,189v0,47,-28,71,-69,75","w":110},"k":{"d":"233,0r-80,0r-69,-85r0,85r-64,0r0,-244r64,0r0,143r63,-78r76,0r-70,84","w":232},"l":{"d":"87,0r-64,0r0,-244r64,0r0,244","w":110},"m":{"d":"205,-147v32,-51,145,-47,134,38r0,109r-63,0r0,-95v0,-23,-6,-37,-26,-38v-21,0,-28,15,-39,28r0,105r-63,0r0,-95v0,-23,-6,-37,-26,-38v-20,-1,-30,18,-39,28r0,105r-63,0r0,-179r63,0r0,26v25,-37,107,-41,122,6","w":356},"n":{"d":"83,-153v36,-48,139,-38,128,48r0,105r-63,0r0,-97v7,-40,-42,-46,-58,-17r-7,9r0,105r-63,0r0,-179r63,0r0,26","w":229},"o":{"d":"115,-182v63,0,101,32,103,92v-2,60,-40,93,-103,93v-63,-1,-102,-32,-102,-93v1,-61,39,-91,102,-92xm115,-44v26,0,36,-19,36,-46v0,-26,-11,-45,-36,-45v-24,0,-36,20,-36,45v0,26,12,46,36,46","w":230},"p":{"d":"83,-163v48,-43,144,-5,134,72v6,75,-73,116,-134,81r0,91r-63,0r0,-260r63,0r0,16xm83,-54v28,24,72,7,67,-35v6,-43,-43,-58,-67,-33r0,68","w":229},"q":{"d":"13,-91v-9,-77,84,-116,133,-72r0,-16r64,0r0,260r-64,0r0,-91v-60,36,-141,-7,-133,-81xm79,-89v0,42,39,60,67,35r0,-68v-23,-24,-67,-12,-67,33","w":229},"r":{"d":"83,-136v9,-33,58,-64,95,-33r-24,63v-29,-29,-62,-7,-71,29r0,77r-63,0r0,-179r63,0r0,43","w":177},"s":{"d":"17,-128v0,-59,89,-64,134,-40r0,44v-15,-9,-28,-18,-52,-18v-29,0,-21,24,4,30v30,13,56,22,57,60v3,63,-94,64,-140,41r0,-45v17,10,30,18,53,19v31,2,29,-22,8,-29v-25,-12,-64,-24,-64,-62","w":174},"t":{"d":"96,-135v4,34,-15,91,26,88v10,0,23,-4,39,-13r0,50v-46,23,-138,19,-128,-54r0,-71r-29,0r0,-11r85,-87r7,0r0,54r61,0r0,44r-61,0","w":168},"u":{"d":"107,-46v21,0,28,-14,38,-28r0,-105r64,0r0,179r-64,0r0,-25v-17,16,-31,28,-63,28v-88,3,-59,-103,-64,-182r63,0r0,97v1,19,4,38,26,36","w":229},"v":{"d":"209,-179r-82,179r-46,0r-80,-179r68,0r37,94r41,-94r62,0","w":209},"w":{"d":"305,-179r-71,179r-40,0r-39,-98r-40,98r-40,0r-73,-179r65,0r32,90r35,-90r41,0r35,90r32,-90r63,0","w":307},"x":{"d":"220,0r-78,0r-35,-51r-35,51r-69,0r69,-88r-70,-91r78,0r33,49r33,-49r69,0r-67,85","w":221},"y":{"d":"212,-179r-122,260r-64,0r50,-104r-71,-156r68,0r36,89r41,-89r62,0","w":209},"z":{"d":"190,-173r-85,126r84,0r0,47r-184,0r0,-6r86,-126r-79,0r0,-47r178,0r0,6","w":198},"{":{"d":"98,-8v-1,31,4,46,35,44r0,49v-65,4,-95,-16,-89,-82v-1,-35,-2,-59,-36,-59r0,-50v30,0,36,-21,36,-52v-6,-70,20,-93,89,-89r0,49v-30,-1,-35,7,-35,36v1,39,-4,70,-31,81v27,13,31,32,31,73","w":138},"|":{"d":"75,85r-44,0r0,-332r44,0r0,332","w":105},"}":{"d":"95,-166v1,35,2,60,36,60r0,50v-30,1,-36,18,-36,52v5,69,-20,94,-90,89r0,-49v29,0,36,-6,35,-36v1,-39,4,-70,32,-81v-27,-14,-32,-32,-32,-74v0,-33,-1,-44,-35,-43r0,-49v66,-3,95,14,90,81","w":138},"~":{"d":"167,-130v25,0,37,-14,52,-26r0,45v-18,14,-32,23,-56,25v-29,0,-61,-27,-87,-28v-24,1,-39,12,-55,26r0,-45v16,-11,31,-25,58,-25v22,-2,61,28,88,28","w":240},"\u00c4":{"d":"195,-308v12,-1,25,11,24,24v1,12,-11,24,-24,24v-14,0,-24,-12,-24,-24v0,-14,10,-24,24,-24xm105,-308v13,-1,25,11,24,24v0,12,-10,24,-24,24v-12,0,-24,-11,-24,-24v-1,-13,11,-25,24,-24xm298,0r-75,0r-20,-49r-106,0r-20,49r-75,0r108,-244r81,0xm186,-92r-36,-89r-36,89r72,0","w":299},"\u00c5":{"d":"150,-332v19,-1,37,16,36,36v1,19,-17,37,-36,36v-21,0,-35,-16,-36,-36v-1,-20,16,-37,36,-36xm150,-277v10,0,19,-9,19,-19v0,-10,-10,-19,-19,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19xm298,0r-75,0r-20,-49r-106,0r-20,49r-75,0r108,-244r81,0xm186,-92r-36,-89r-36,89r72,0","w":299},"\u00d6":{"d":"198,-308v13,-1,25,11,24,24v1,12,-11,24,-24,24v-14,0,-24,-12,-24,-24v0,-14,10,-24,24,-24xm108,-308v14,-1,24,11,24,24v0,12,-10,24,-24,24v-11,0,-24,-11,-24,-24v0,-13,12,-25,24,-24xm153,-247v84,1,135,44,138,125v-2,80,-55,125,-138,125v-84,0,-135,-46,-138,-125v2,-79,55,-125,138,-125xm153,-59v40,-1,62,-23,63,-63v0,-39,-22,-62,-63,-62v-39,-1,-63,24,-63,62v0,38,25,63,63,63","w":306},"\u00e4":{"d":"148,-251v12,0,24,12,24,24v0,13,-12,25,-24,24v-14,1,-24,-11,-24,-24v0,-12,10,-24,24,-24xm58,-251v13,0,25,12,24,24v0,13,-10,25,-24,24v-13,1,-25,-11,-24,-24v-1,-12,11,-24,24,-24xm206,-9v-22,12,-77,23,-85,-7v-26,28,-113,29,-108,-26v2,-55,65,-51,105,-72v-1,-20,-7,-27,-28,-28v-31,0,-55,15,-71,33r0,-49v41,-33,164,-40,162,32r0,69v-1,21,9,24,25,15r0,33xm75,-49v0,26,31,18,43,6r0,-43v-22,11,-40,13,-43,37","w":205},"\u00e5":{"d":"103,-275v19,0,36,17,36,36v0,19,-17,37,-36,37v-21,-1,-36,-14,-36,-37v0,-20,16,-36,36,-36xm103,-220v10,0,19,-9,19,-19v0,-9,-9,-19,-19,-18v-10,-1,-19,8,-19,18v0,10,8,19,19,19xm206,-9v-22,12,-77,23,-85,-7v-26,28,-113,29,-108,-26v2,-55,65,-51,105,-72v-1,-20,-7,-27,-28,-28v-31,0,-55,15,-71,33r0,-49v41,-33,164,-40,162,32r0,69v-1,21,9,24,25,15r0,33xm75,-49v0,26,31,18,43,6r0,-43v-22,11,-40,13,-43,37","w":205},"\u00f6":{"d":"160,-251v13,0,25,12,24,24v0,13,-10,25,-24,24v-13,1,-25,-11,-24,-24v-1,-12,11,-24,24,-24xm70,-251v14,0,25,11,25,24v0,13,-11,25,-25,24v-12,1,-24,-11,-24,-24v0,-12,12,-24,24,-24xm115,-182v63,0,101,32,103,92v-2,60,-40,93,-103,93v-63,-1,-102,-32,-102,-93v1,-61,39,-91,102,-92xm115,-44v26,0,36,-19,36,-46v0,-26,-11,-45,-36,-45v-24,0,-36,20,-36,45v0,26,12,46,36,46","w":230},"\u00a0":{"w":106}}});Cufon.registerFont({"w":187,"face":{"font-family":"Gill Sans","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 9 2 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-48 -327.044 355 83.2627","underline-thickness":"17.9297","underline-position":"-36.0352","slope":"-8","unicode-range":"U+0020-U+00F6"},"glyphs":{" ":{"w":100},"!":{"d":"34,-60r14,-174v3,-10,9,-15,20,-15v9,0,14,7,14,22v-4,36,-26,124,-35,167r-13,0xm36,5v-12,0,-21,-9,-21,-21v0,-11,9,-22,21,-21v12,-1,21,10,21,21v0,12,-9,21,-21,21","w":90},"\"":{"d":"89,-258r35,0v2,35,-3,64,-9,92r-17,0v-6,-28,-11,-56,-9,-92xm31,-258r35,0v2,35,-3,64,-9,92r-18,0v-5,-28,-10,-57,-8,-92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"82,-105v-44,-18,-76,-69,-34,-109v13,-12,30,-19,52,-20r2,-15r26,0r-1,15v16,2,32,7,47,17r-5,32v-14,-9,-30,-16,-47,-19r-10,77v53,27,72,68,35,110v-14,12,-31,19,-54,20r-5,37r-26,0r5,-37v-21,-3,-39,-9,-53,-19r6,-36v14,11,32,18,51,24xm96,-205v-26,1,-47,26,-29,47v4,5,11,10,20,16xm97,-26v40,-3,51,-49,10,-65","w":180},"%":{"d":"21,-194v-1,-29,24,-56,55,-55v29,0,55,26,54,55v1,29,-27,55,-54,55v-29,0,-56,-25,-55,-55xm47,-194v0,14,13,28,29,28v14,0,29,-13,28,-28v1,-16,-14,-29,-28,-29v-15,0,-29,13,-29,29xm227,-249r-161,252r-28,0r162,-252r27,0xm135,-52v-1,-29,26,-56,55,-55v29,-1,56,26,55,55v0,30,-26,55,-55,55v-29,1,-56,-26,-55,-55xm162,-52v-1,15,14,29,28,29v15,0,29,-13,28,-29v1,-16,-12,-29,-28,-28v-16,-1,-29,12,-28,28","w":254},"&":{"d":"119,-249v26,0,49,23,48,50v0,28,-17,51,-52,71v10,17,26,39,49,66v17,-17,30,-37,39,-61r32,0v-15,35,-31,62,-50,80v17,16,31,22,52,19v-7,9,-4,27,-20,27v-21,0,-42,-14,-53,-27v-49,44,-148,35,-146,-42v2,-34,29,-60,58,-72v-30,-46,-11,-111,43,-111xm114,-221v-28,5,-28,43,-13,69v17,-9,34,-23,35,-45v0,-13,-8,-25,-22,-24xm52,-65v2,47,59,54,91,22v-22,-25,-40,-48,-53,-70v-26,14,-38,30,-38,48","w":247},"'":{"d":"31,-258r35,0v2,35,-3,64,-9,92r-18,0v-5,-28,-10,-57,-8,-92","w":67},"(":{"d":"19,-55v4,-88,36,-132,84,-194r17,0v-56,67,-100,227,-50,332r-15,0v-18,-36,-36,-89,-36,-138","w":105},")":{"d":"81,-111v-3,88,-35,132,-83,194r-18,0v56,-66,101,-228,50,-332r15,0v19,36,35,89,36,138","w":105},"*":{"d":"40,-200v-21,-4,-19,-25,-3,-28v17,4,33,27,46,38v2,-2,4,-3,7,-4r-9,-52v0,-10,4,-15,12,-15v25,5,4,47,3,67v3,1,5,2,7,4v15,-12,27,-33,47,-38v14,0,15,22,0,27r-45,16v1,4,2,5,0,9v20,6,79,23,45,43v-17,-2,-34,-28,-47,-38v-2,2,-5,3,-7,3r9,52v0,11,-4,16,-12,16v-24,-6,-5,-48,-3,-68v-2,0,-4,-1,-7,-3v-14,11,-30,33,-48,37v-18,-5,-12,-24,8,-29r38,-13r0,-9","w":161},"+":{"d":"96,-212r29,0r0,70r70,0r0,30r-70,0r0,70r-29,0r0,-70r-71,0r0,-30r71,0r0,-70","w":210},",":{"d":"26,-35v29,4,28,48,7,65v-10,10,-24,18,-42,22r2,-16v16,-5,24,-15,24,-31v-23,-7,-15,-41,9,-40","w":71},"-":{"d":"90,-95r-4,30r-86,0r4,-30r86,0","w":90},".":{"d":"27,5v-12,0,-21,-9,-21,-21v0,-11,9,-22,21,-21v10,0,21,11,20,21v1,11,-10,21,-20,21","w":71},"\/":{"d":"10,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"18,-84v-1,-71,34,-165,99,-165v46,1,63,37,63,89v1,72,-32,162,-97,163v-43,0,-65,-29,-65,-87xm116,-220v-39,4,-66,85,-64,135v0,39,10,59,31,59v40,-4,67,-84,64,-138v0,-37,-10,-56,-31,-56"},"1":{"d":"135,-249r-39,249r-33,0r40,-249r32,0"},"2":{"d":"131,-188v-5,-44,-60,-33,-88,-9r4,-35v45,-31,117,-19,115,42v-10,67,-51,100,-96,160r93,0r-4,30r-149,0v48,-58,81,-101,98,-128v18,-27,27,-47,27,-60"},"3":{"d":"119,-156v28,-21,13,-66,-24,-64v-16,0,-33,6,-49,16r5,-34v51,-25,119,-7,117,53v0,27,-16,47,-48,59v66,30,24,129,-52,129v-20,0,-39,-4,-59,-13r4,-30v39,24,105,20,106,-31v2,-24,-21,-44,-44,-41r3,-29v18,-1,31,-7,41,-15"},"4":{"d":"164,-249r-23,147r35,0r-3,26r-37,0r-11,76r-32,0r13,-76r-92,0r0,-14r130,-159r20,0xm55,-102r55,0r15,-85"},"5":{"d":"122,-82v1,-36,-36,-50,-72,-40r22,-124r100,0r-6,31r-70,0r-10,61v42,1,70,29,70,71v5,76,-94,110,-151,68r12,-29v37,35,108,17,105,-38"},"6":{"d":"84,3v-57,2,-78,-63,-55,-116v21,-50,56,-89,84,-133r36,0r-70,104v39,-23,90,5,90,53v0,45,-41,94,-85,92xm104,-121v-51,-7,-76,88,-19,94v46,4,78,-89,19,-94"},"7":{"d":"190,-246r-115,249r-33,0r101,-218r-99,0r4,-31r142,0"},"8":{"d":"111,-249v75,0,88,105,24,121v69,30,19,131,-52,131v-40,0,-69,-28,-69,-68v0,-34,18,-57,53,-67v-57,-31,-18,-117,44,-117xm112,-220v-45,-3,-58,77,-7,76v21,1,41,-20,40,-41v1,-21,-15,-34,-33,-35xm95,-114v-51,-4,-71,88,-9,88v25,1,51,-23,50,-49v0,-24,-15,-40,-41,-39"},"9":{"d":"114,-249v55,-2,78,66,55,116v-19,48,-60,93,-87,136r-36,0r72,-106v-40,23,-93,-5,-90,-50v-1,-48,40,-97,86,-96xm111,-217v-45,-6,-78,91,-16,93v25,1,51,-27,50,-52v1,-23,-12,-41,-34,-41"},":":{"d":"47,-125v-12,0,-21,-9,-21,-21v0,-10,10,-21,21,-21v9,0,21,11,21,21v0,12,-11,21,-21,21xm27,5v-12,0,-21,-9,-21,-21v0,-11,9,-22,21,-21v10,0,21,11,20,21v1,11,-10,21,-20,21","w":71},";":{"d":"47,-125v-12,0,-21,-9,-21,-21v0,-10,10,-21,21,-21v9,0,21,11,21,21v0,12,-11,21,-21,21xm31,-35v29,4,29,48,7,65v-10,10,-24,18,-42,22r3,-16v15,-5,23,-15,23,-31v-23,-7,-15,-41,9,-40","w":71},"<":{"d":"25,-113r0,-29r171,-73r0,31r-136,57r136,56r0,31","w":210},"=":{"d":"25,-181r170,0r0,29r-170,0r0,-29xm25,-103r170,0r0,30r-170,0r0,-30","w":210},">":{"d":"196,-113r-171,73r0,-31r135,-56r-135,-57r0,-31r171,73r0,29","w":210},"?":{"d":"95,-179v13,-46,-36,-52,-63,-21r5,-35v38,-30,96,-8,93,42v-3,53,-72,78,-73,133r-20,0v-5,-50,41,-92,58,-119xm43,5v-12,0,-21,-9,-21,-21v0,-11,9,-22,21,-21v10,0,21,11,20,21v1,11,-10,21,-20,21","w":127},"@":{"d":"46,-85v0,87,61,136,152,135v56,0,97,-18,123,-53r32,0v-32,52,-84,79,-156,79v-104,1,-178,-57,-177,-158v-1,-98,69,-184,173,-180v84,-2,152,56,151,137v2,57,-50,127,-105,126v-23,0,-35,-10,-35,-30v-42,59,-122,19,-118,-50v-6,-73,96,-159,145,-79r6,-27r32,0r-31,143v0,9,4,14,12,14v30,-3,73,-54,68,-98v1,-64,-59,-113,-126,-111v-84,-2,-148,67,-146,152xm221,-114v1,-28,-15,-52,-41,-51v-33,0,-62,50,-60,88v-1,28,13,52,38,52v33,0,65,-51,63,-89","w":363},"A":{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101"},"B":{"d":"179,-69v-1,71,-86,73,-165,69r34,-246v62,-4,114,8,114,63v0,21,-11,37,-34,48v34,12,51,34,51,66xm67,-147v34,3,62,-7,62,-37v2,-26,-22,-37,-52,-33xm146,-70v-2,-37,-39,-55,-83,-50r-13,93v47,2,97,1,96,-43","w":183},"C":{"d":"18,-99v1,-98,80,-159,191,-150r-7,31v-89,-7,-147,41,-149,117v-3,56,47,90,100,65v13,-5,26,-13,37,-22r-5,40v-74,49,-172,9,-167,-81","w":198},"D":{"d":"222,-122v0,75,-49,124,-128,122r-80,0r35,-246v102,-7,173,32,173,124xm187,-123v1,-59,-47,-97,-109,-93r-26,187v86,6,135,-18,135,-94","w":236},"E":{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0","w":183},"F":{"d":"164,-246r-4,30r-85,0r-11,77r78,0r-4,29r-79,0r-15,110r-33,0r36,-246r117,0","w":150},"G":{"d":"47,-106v-3,65,63,100,119,68r5,-43r-35,0r4,-26r68,0r-13,89v-26,14,-53,21,-79,21v-63,2,-103,-48,-103,-108v2,-99,93,-161,211,-141r-4,30v-98,-19,-169,30,-173,110","w":217},"H":{"d":"247,-246r-34,246r-34,0r15,-109r-132,0r-16,109r-33,0r34,-246r34,0r-15,107r133,0r14,-107r34,0","w":251},"I":{"d":"82,-246r-34,246r-34,0r35,-246r33,0","w":86},"J":{"d":"83,-246r-37,264v-7,52,-36,72,-86,63r-8,-31v34,9,62,-1,62,-34r37,-262r32,0","w":86},"K":{"d":"206,-246r-113,114r110,132r-38,0r-102,-128r-18,128r-33,0r35,-246r33,0r-15,106r104,-106r37,0","w":202},"L":{"d":"80,-246r-33,219r101,0r-4,27r-131,0r34,-246r33,0","w":150},"M":{"d":"268,-246r0,246r-33,0r0,-187r-99,187r-44,-188r-60,188r-32,0r81,-246r28,0r38,167r88,-167r33,0","w":292},"N":{"d":"244,-246r-34,246r-18,0r-122,-179r-25,179r-31,0r35,-246r16,0r123,181r25,-181r31,0","w":247},"O":{"d":"18,-100v-2,-70,50,-151,119,-149v54,0,88,46,87,103v3,76,-49,149,-118,149v-54,0,-89,-47,-88,-103xm52,-96v-1,41,19,69,55,70v50,-2,87,-66,84,-126v0,-38,-18,-66,-54,-67v-53,-2,-87,66,-85,123","w":236},"P":{"d":"166,-176v-1,51,-45,80,-108,72r-14,104r-34,0r34,-246v67,-5,123,7,122,70xm133,-177v0,-30,-24,-42,-59,-39r-12,83v41,5,71,-10,71,-44","w":161},"Q":{"d":"126,0v7,48,87,55,98,5r6,0v3,59,-68,85,-108,47v-15,-11,-26,-29,-33,-52v-122,-27,-70,-257,47,-249v58,0,89,43,88,104v1,72,-40,131,-98,145xm52,-97v-1,42,17,67,57,67v50,0,85,-63,82,-120v0,-40,-16,-69,-54,-69v-53,-2,-86,68,-85,122","w":236},"R":{"d":"92,-246v95,-15,109,112,33,127v28,28,43,82,64,119r-35,0v-15,-29,-33,-76,-51,-97v-7,-11,-23,-11,-41,-11r-15,108r-34,0r34,-246r45,0xm66,-137v41,2,74,-7,74,-44v2,-30,-28,-38,-63,-35","w":191},"S":{"d":"34,-182v1,-55,72,-84,124,-57r-5,34v-28,-21,-87,-18,-86,24v7,45,88,63,83,119v0,62,-81,83,-132,48r5,-36v22,15,42,23,58,23v17,0,37,-13,36,-32v-6,-49,-88,-64,-83,-123","w":164},"T":{"d":"201,-246r-5,31r-69,0r-30,215r-34,0r30,-215r-69,0r4,-31r173,0","w":183},"U":{"d":"56,-85v-11,51,49,73,89,49v24,-16,26,-32,32,-68r20,-142r33,0v-21,101,2,249,-123,249v-54,0,-91,-34,-83,-91r22,-158r32,0","w":228},"V":{"d":"203,-246r-120,248r-12,0r-48,-248r32,0r33,172r82,-172r33,0","w":183},"W":{"d":"355,-246r-119,248r-12,0r-48,-174r-84,174r-12,0r-58,-248r31,0r40,174r83,-174r13,0r48,177r84,-177r34,0","w":333},"X":{"d":"253,-246r-105,120r80,126r-39,0r-63,-101r-88,101r-45,0r115,-130r-73,-116r37,0r58,91r80,-91r43,0","w":240},"Y":{"d":"201,-246r-87,124r-17,122r-32,0r17,-122r-58,-124r35,0r41,90r63,-90r38,0","w":176},"Z":{"d":"233,-246r-179,215r146,0r-5,31r-207,0r179,-215r-140,0r4,-31r202,0","w":209},"[":{"d":"135,-246r-3,24r-46,0r-39,278r46,0r-3,24r-76,0r45,-326r76,0","w":119},"\\":{"d":"100,3r-25,0r-70,-252r25,0","w":101},"]":{"d":"-17,80r3,-24r46,0r39,-278r-46,0r3,-24r76,0r-45,326r-76,0","w":119},"^":{"d":"48,-105r-33,0r63,-141r25,0r63,141r-32,0r-44,-105","w":168},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"72,-241r25,52r-20,0r-41,-52r36,0","w":119},"a":{"d":"13,-61v-3,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-36,47,-99,15,-97,-41xm44,-66v-2,34,28,57,56,33v28,-24,16,-70,27,-107v-52,-5,-82,31,-83,74","w":168},"b":{"d":"159,-93v3,76,-67,111,-148,95r33,-248r32,0r-13,97v38,-43,102,-2,96,56xm127,-94v0,-47,-51,-61,-69,-26r-14,100v54,5,83,-23,83,-74","w":168},"c":{"d":"40,-71v-3,50,53,61,88,35r-3,29v-51,31,-121,0,-116,-62v-1,-65,60,-111,132,-95r-4,27v-52,-12,-97,21,-97,66","w":138},"d":{"d":"11,-70v2,-54,51,-105,119,-97r12,-79r30,0r-35,246v-61,16,-131,-5,-126,-70xm127,-141v-82,-17,-122,119,-31,121v6,0,11,0,14,-1","w":168},"e":{"d":"46,-84v-14,62,51,83,94,42r-5,29v-49,39,-128,10,-121,-60v-2,-48,32,-95,76,-94v40,1,64,39,57,83r-101,0xm118,-105v-2,-51,-57,-46,-68,0r68,0","w":157},"f":{"d":"40,-162v1,-64,53,-105,117,-79r-4,30v-41,-21,-80,-4,-83,49r33,0r-4,27r-32,0r-26,203r-30,0r26,-203r-26,0r4,-27r25,0","w":97},"g":{"d":"46,-51v-55,-23,-23,-115,31,-111r83,0r-3,24r-31,0v26,45,-3,95,-52,97v-20,3,-36,7,-26,22v23,11,84,15,84,56v0,61,-132,61,-136,4v0,-16,15,-27,47,-33v-43,-12,-31,-52,3,-59xm78,-137v-35,0,-46,71,-2,70v18,1,31,-19,31,-37v1,-19,-11,-33,-29,-33xm25,40v4,26,75,29,78,0v3,-11,-29,-23,-36,-23v-9,-1,-45,13,-42,23","w":153},"h":{"d":"102,-144v-13,-5,-48,34,-49,39r-15,105r-30,0r34,-246r31,0r-15,111v31,-48,104,-41,93,25r-16,110r-30,0r16,-120v0,-16,-7,-24,-19,-24","w":168},"i":{"d":"52,-195v-9,1,-18,-8,-18,-17v0,-10,8,-18,18,-18v10,0,18,9,17,18v1,8,-8,18,-17,17xm62,-162r-23,162r-31,0r23,-162r31,0","w":67},"j":{"d":"34,-212v0,-10,8,-18,18,-18v8,0,18,9,17,18v1,8,-9,18,-17,17v-9,1,-18,-8,-18,-17xm7,24r24,-186r31,0r-25,195v-3,36,-36,58,-74,47r4,-27v25,4,37,-4,40,-29","w":67},"k":{"d":"73,-246r-22,155r69,-71r39,0r-74,77r79,85r-39,0r-75,-82r-11,82r-30,0r34,-246r30,0","w":164},"l":{"d":"73,-246r-34,246r-31,0r35,-246r30,0","w":67},"m":{"d":"102,-140v-11,-4,-48,32,-49,37r-15,103r-30,0r23,-162r31,0r-5,28v29,-34,84,-48,93,6v20,-24,40,-36,61,-36v67,7,24,110,22,164r-30,0r16,-116v-1,-42,-43,-17,-57,-1v-25,27,-15,77,-26,117r-31,0r16,-116v0,-16,-7,-24,-19,-24","w":266},"n":{"d":"104,-139v-21,2,-38,23,-48,36r-15,103r-30,0r22,-162r31,0v0,9,-5,22,-3,29v32,-51,105,-34,92,31r-16,102r-30,0r16,-113v0,-15,-6,-26,-19,-26","w":168},"o":{"d":"13,-67v-2,-52,31,-99,77,-100v38,0,61,30,60,71v2,52,-29,101,-76,101v-40,1,-62,-30,-61,-72xm119,-98v1,-24,-9,-44,-29,-45v-28,1,-47,45,-46,79v-1,21,11,43,29,43v29,-1,48,-41,46,-77","w":161},"p":{"d":"164,-91v-2,59,-47,104,-118,96r-11,78r-30,0r28,-205v-10,7,-18,20,-26,30v-7,-15,18,-42,29,-51r9,-60r30,0r-6,41v51,-19,96,19,95,71xm50,-21v82,20,117,-116,36,-123v-7,0,-13,2,-20,5","w":176},"q":{"d":"11,-68v2,-72,63,-108,149,-99r-35,250r-31,0r13,-88v-50,29,-98,-8,-96,-63xm43,-66v-2,38,34,57,67,39r16,-115v-51,-2,-83,27,-83,76","w":168},"r":{"d":"119,-127v-30,-22,-54,17,-62,36r-13,91r-31,0r23,-162r31,0v-1,10,-6,23,-4,32v16,-24,23,-38,56,-32r0,35","w":112},"s":{"d":"17,-120v-1,-51,64,-59,99,-30r0,32v-18,-14,-34,-21,-48,-21v-12,0,-22,6,-22,17v7,29,68,38,64,79v-1,55,-69,61,-106,27r5,-30v20,16,37,24,50,24v11,0,23,-7,21,-18v-4,-31,-66,-40,-63,-80","w":127},"t":{"d":"95,-2v-34,17,-85,5,-75,-38r16,-98r-28,0r4,-24r29,0r6,-33r30,0r-5,33r31,0r-4,24r-32,0r-17,100v2,24,31,17,47,6","w":101},"u":{"d":"107,-27v-33,46,-101,35,-91,-28r15,-107r31,0r-16,117v0,16,6,24,18,24v12,0,29,-12,48,-36r15,-105r31,0r-23,162r-30,0","w":168},"v":{"d":"148,-162r-83,165r-15,0r-37,-165r30,0r22,103r52,-103r31,0","w":135},"w":{"d":"233,-162r-83,165r-15,0r-21,-106r-55,106r-14,0r-33,-165r29,0r21,109r52,-109r15,0r20,109r54,-109r30,0","w":221},"x":{"d":"159,-162r-65,80r41,82r-32,0r-30,-60r-47,60r-37,0r70,-86r-38,-76r33,0r26,55r42,-55r37,0","w":153},"y":{"d":"144,-162r-116,245r-32,0r44,-93r-32,-152r31,0r22,112r51,-112r32,0","w":135},"z":{"d":"161,-162r-107,135r94,0r-6,27r-147,0r106,-135r-82,0r4,-27r138,0","w":164},"{":{"d":"112,76v-117,20,-23,-154,-102,-155r0,-29v43,2,35,-47,36,-90v-1,-48,18,-67,66,-64r0,27v-42,-6,-36,26,-36,63v-1,45,-7,65,-37,79v37,12,38,53,37,105v-1,32,6,36,36,36r0,28","w":119},"|":{"d":"39,83r0,-329r27,0r0,329r-27,0","w":93},"}":{"d":"8,-262v116,-20,21,154,102,154r0,29v-42,-2,-37,47,-37,91v1,47,-17,68,-65,64r0,-28v41,7,36,-25,36,-62v1,-46,6,-65,37,-79v-37,-13,-37,-53,-37,-105v0,-32,-5,-37,-36,-37r0,-27","w":119},"~":{"d":"154,-68v-16,2,-73,-27,-89,-27v-13,0,-31,8,-51,24r0,-30v18,-16,36,-23,54,-23v17,0,73,27,88,27v14,0,31,-8,51,-24r0,30v-19,15,-36,23,-53,23","w":210},"\u00c4":{"d":"152,-275v-10,1,-17,-9,-17,-17v0,-9,7,-17,17,-17v20,0,20,34,0,34xm87,-275v-8,1,-18,-9,-17,-17v-1,-9,9,-17,17,-17v8,0,18,8,17,17v1,8,-9,18,-17,17xm127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101"},"\u00c5":{"d":"119,-260v-18,0,-34,-15,-34,-34v0,-18,17,-34,34,-33v17,-1,35,15,34,33v1,19,-17,34,-34,34xm119,-273v10,0,21,-9,20,-20v1,-10,-10,-21,-20,-20v-10,-1,-21,10,-20,20v-1,11,10,20,20,20xm127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101"},"\u00d6":{"d":"180,-275v-8,1,-18,-9,-17,-17v-1,-9,9,-17,17,-17v8,0,18,8,17,17v1,8,-9,18,-17,17xm115,-275v-20,0,-21,-34,0,-34v10,0,17,8,17,17v0,8,-7,18,-17,17xm18,-100v-2,-70,50,-151,119,-149v54,0,88,46,87,103v3,76,-49,149,-118,149v-54,0,-89,-47,-88,-103xm52,-96v-1,41,19,69,55,70v50,-2,87,-66,84,-126v0,-38,-18,-66,-54,-67v-53,-2,-87,66,-85,123","w":236},"\u00e4":{"d":"143,-197v-9,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,17,7,16,17v1,9,-9,16,-16,16xm78,-197v-23,0,-18,-33,0,-33v10,0,17,7,17,17v0,8,-8,16,-17,16xm13,-61v-3,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-36,47,-99,15,-97,-41xm44,-66v-2,34,28,57,56,33v28,-24,16,-70,27,-107v-52,-5,-82,31,-83,74","w":168},"\u00e5":{"d":"111,-181v-19,1,-34,-17,-34,-34v0,-18,15,-34,34,-34v18,0,34,17,33,34v1,17,-15,35,-33,34xm111,-194v10,0,19,-10,19,-20v0,-11,-9,-20,-19,-20v-11,0,-20,9,-20,20v0,10,9,21,20,20xm13,-61v-3,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-36,47,-99,15,-97,-41xm44,-66v-2,34,28,57,56,33v28,-24,16,-70,27,-107v-52,-5,-82,31,-83,74","w":168},"\u00f6":{"d":"132,-197v-24,0,-19,-33,0,-33v10,0,17,7,17,17v0,8,-8,16,-17,16xm68,-197v-9,0,-17,-8,-17,-16v0,-10,7,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16xm13,-67v-2,-52,31,-99,77,-100v38,0,61,30,60,71v2,52,-29,101,-76,101v-40,1,-62,-30,-61,-72xm119,-98v1,-24,-9,-44,-29,-45v-28,1,-47,45,-46,79v-1,21,11,43,29,43v29,-1,48,-41,46,-77","w":161},"\u00a0":{"w":100}}});if(typeof console=="undefined"||typeof console.log=="undefined")var console={log:function(){}};$.fn.autoFill=function(options){var o=jQuery.extend({autoHideLabel:true},options);return this.each(function(){var self=$(this);var searchLabel=jQuery('label[for='+self.attr('id')+']');if(o.autoHideLabel===true)
searchLabel.hide();if(!self.val())
self.val(searchLabel.text());self.data('autofilled',true);self.data('label_text',searchLabel.text());var parent=self.parents('form');if(parent.length&&typeof parent.data('autofill_check')=='undefined'){parent.submit(function(){parent.find('input[type!=hidden][name!=honeypot], textarea').each(function(index){var e=$(this);if(typeof e.data('autofilled')!='undefined'&&e.val()==e.data('label_text')){e.val('');}});});parent.data('autofill_check',true);}
self.blur(function(){if(self.val()==''){self.val(searchLabel.text());}}).focus(function(){if(self.val()==searchLabel.text()){self.val('');}});});};$.fn.lazyLoadImage=function(o,callback){var self=this;$.ll=typeof $.ll=='undefined'?{i:0}:$.ll;$.ll.add=function(el){$(el).attr('src',$(el).attr('original'));$(el).removeAttr('original');};$.ll.remove=function(el){$(el).attr('original',$(el).attr('src'));if(o.replaceImg==null)
$(el).removeAttr('src');else
$(el).attr('src',o.replaceImg);};$.ll.callback=function(el,callback){if(typeof el=='undefined'){return false;}
if(el.complete||ie6==true){fixPNGNow(el);$(el).parent().parent().css('background','none');callback(el);}else{el.onload=function(){fixPNGNow(this);$(el).parent().parent().css('background','none');callback(this);};}};$.ll.queue=function(el){$.ll.add(el[$.ll.i]);$.ll.callback(el[$.ll.i],function(){$.ll.i++;if($.ll.i>=self.length){return false;}
$.ll.queue(self);});};if(o=='load'){callback=typeof callback=='undefined'?function(){}:callback;if($.ll.o.queue==true){$.ll.queue($(this));return;}else{return this.each(function(){$.ll.add(this);$.ll.callback(this,callback);});}}
o=$.ll.o=$.extend({nocache:false,queue:false,replaceImg:'blank.gif'},o);return this.each(function(){$.ll.remove(this);});};$.fn.tipsbox=function(){return this.each(function(){var bottom=$(document.createElement('span')).addClass('bottom').appendTo($(this));});};function HashHelper(hash_change_callback){var self=this;this.current_hash=window.location.hash;this.hash_check_interval;this.hash_check_interval_ms=200;this.hash_change_callback=typeof hash_change_callback=='undefined'?function(){}:hash_change_callback;this.skip_callback=false;var init=function(){this.hash_check_interval=setInterval(check_hash,this.hash_check_interval_ms);};var check_hash=function(){if(window.location.hash!=self.current_hash){self.current_hash=window.location.hash;if(self.skip_callback==false){self.callback();}else if(self.skip_callback==true){self.skip_callback=false;}}};this.callback=function(){hash_change_callback(self.current_hash);};this.set_hash=function(hash){window.location.hash=hash;};init();};var hash_to_filter=function(){hash=window.location.hash;tmp=hash.replace("#",'').split("_");filters=tmp[0].split(",");collection=tmp[1];return[filters,collection];};var filter_to_hash=function(){var collection=$.trim($('select#product_collection').val().toLowerCase());var filter_arr=$('.filterContainer label input[type=checkbox]:checked');var filters="";for(var i=0;i<filter_arr.length;i++){filters+=filter_arr[i].name.split("_")[1];if(i!==filter_arr.length-1){filters+=",";}}
var hash=filters+"_"+collection+"";return hash;}
var hh=new HashHelper(hash_change_cb);function hash_change_cb(hash){hash=hash.substr(1,hash.length)
filters=hash_to_filter();$("div#content div.filterContainer>label>input:checked").attr("checked",false);if(!filters[0][0]==""){$.each(filters[0],function(k,v){$("div#content div.filterContainer>label>input[name=filter_"+v+"]").attr("checked",true);});}else{$("div#content div.filterContainer>label>input").attr("checked",true);}
$('div#content div.filterContainer select#product_collection>option[value='+filters[1]+']').attr("selected",true);triggerFilter();}
var ba={scrollOptions:{showArrows:true,scrollbarHeight:24,scrollbarMargin:0,resize:false,reset:true},productWidth:230,miniProductWidth:75,scrollPadding:152,productFadeLayerY:158};var ie6=false;$(document).ready(function(){$('body').addClass('js');pushDownContent();initProductList();$('form input[type!=hidden][name!=honeypot], form textarea').autoFill();$('div.fadeBg').bind('click',lbCloseClick);$('.closeBtn').bind('click',lbCloseClick);$('ul#subNav>li').bind('mouseenter',mouseOverSubNav).bind('mouseleave',mouseOutSubNav);$('ul#subNav a').bind('click',function(){if($(this).parents('.dropdown').is('*')==false&&!$(this).parent().parent().is('ul#subNav')){return false;}});$('div.tips-box').tipsbox();doCufon();initLightBox();initSingleBigProd();initQaList();initProductRating();initMiniProdList();initFlash();if(window.location.hash!="")
hh.callback();});jQuery(window).bind('load',function(){setTimeout(function(){$('ul#productList>li>a>img').lazyLoadImage('load');},0);placeOutClickAreas();});var initProductList=function(){$('ul#productList>li>a>img').lazyLoadImage({replaceImg:'/media/img/layout/blank.gif',queue:true});setTimeout(function(){centerEl($('div.filterContainer'));},10);$('.filterContainer input[type=checkbox]').bind('click',triggerFilter).attr('checked','checked');$('.filterContainer select#product_collection').bind('change',triggerFilter);$('ul#productList>li').addClass('active');updateScrollLen();if($.browser.msie){fixIE();}else{$('.scrollContainer').jScrollHorizontalPane(ba.scrollOptions);}
if($.browser.mozilla&&$.browser.version.substr(0,3)<1.9){setTimeout(function(){$('.scrollContainer').jScrollHorizontalPane(ba.scrollOptions);},500);}
$('select#product_collection>option[value=0]').attr('selected','selected');fixProductFadeLayer();$(window).scroll(fixProductFadeLayer);fixFadedScroller(parseInt($('.numberOfProducts').text()));};var initSingleBigProd=function(){$('a.changeProdImg').bind('click',function(){$('div.singleProductHolder img.active').fadeOut(200,function(){$('div.singleProductHolder img:not(.active)').fadeIn(200).addClass('active');$(this).removeClass('active');if(ie6){DD_belatedPNG.fixPng($('div.singleProductHolder img.active').get(0));}});return false;});paImg=$('div.singleProductHolder img.active');onImageLoad(paImg,function(){centerEl($('div.singleProductHolder img'),-18,false);imgs=$('div.singleProductHolder img').css('visibility','visible');if(ie6)
DD_belatedPNG.fixPng(imgs.get(0));});pHover=$('span.bigProdImg');pHolder=$('div.singleProductHolder');pImg=$('div.singleProductHolder img');if(pHover.is('*')!==false){pImg.bind('mouseenter',function(){if($(this).parent().is('a')){pHover.show();if(ie6)
DD_belatedPNG.fixPng(pHover.get(0));}}).bind('mouseleave',function(){pHover.hide();});pHover.bind('click',function(){$('div.singleProductHolder img.active').parent().trigger('click');return false;}).bind('mouseenter',function(){pHover.show();}).bind('mouseleave',function(){pHover.hide();});}};var initQaList=function(){if($('dl.qaList>dt.hidden').length==$('dl.qaList>dt').length)
$('dl.qaList').addClass('allClosed');$('dl.qaList>dt').bind('click',function(){var self=$(this);var dd=self.next();if(!self.hasClass('hidden')){nextDt=dd.next();nextDt.removeClass('shadow');self.addClass('hidden');dd.addClass('hidden');$('dl.qaList').addClass('allClosed');return false;}else{$('dl.qaList>dt, dl.qaList>dd').addClass('hidden').removeClass('shadow');$('dl.qaList').removeClass('allClosed');nextDt=dd.next();nextDt.addClass('shadow');if(self.hasClass('hidden')){self.removeClass('hidden');dd.removeClass('hidden');return false;}}});};var initMiniProdList=function(){getMiniProductListWidth();bindMiniProdListEvents();$('div.productSingle div.holder>a.leftlink').addClass('disabled');if($('div.productSingle div.holder>div.smallProductList>ul>li').length<=4)
$('div.productSingle div.holder>a.rightlink').addClass('disabled');$('div.productSingle .smallProductList>ul>li').bind('mouseover',function(){$('.productInfo',this).show();}).bind('mouseleave',function(){$('.productInfo',this).hide();});};var bindMiniProdListEvents=function(){$('div.productSingle div.holder>a.leftlink').bind('click',onMiniProdListLeftClick);$('div.productSingle div.holder>a.rightlink').bind('click',onMiniProdListRightClick);};var unbindMiniProdListEvents=function(){$('div.productSingle div.holder>a.leftlink').unbind('click');$('div.productSingle div.holder>a.rightlink').unbind('click');};var getMiniProductListWidth=function(){var lis=$('div.productSingle div.holder>div.smallProductList>ul>li');var width=lis.length*ba.miniProductWidth;$('div.productSingle div.holder>div.smallProductList>ul').css('width',width);ba.maxLeft=400-width-ba.miniProductWidth;};var onMiniProdListLeftClick=function(){if($(this).hasClass('disabled'))
return false;unbindMiniProdListEvents();var left=parseInt($('div.smallProductList>ul').css('left'));var newleft=left+ba.miniProductWidth;if(newleft>=0){newleft=0;$(this).addClass('disabled');$('div.productSingle div.holder>a.rightlink').removeClass('disabled');}else{$('div.productSingle div.holder>a.leftlink, div.productSingle div.holder>a.rightlink').removeClass('disabled');}
$('div.smallProductList>ul').animate({'left':newleft},150,function(){bindMiniProdListEvents();});return false;};var onMiniProdListRightClick=function(){if($(this).hasClass('disabled'))
return false;unbindMiniProdListEvents();var left=parseInt($('div.smallProductList>ul').css('left'));var newleft=left-ba.miniProductWidth;$('div.smallProductList>ul').animate({'left':newleft},150,function(){bindMiniProdListEvents();});if(newleft<=(ba.maxLeft)){newleft=left;$(this).addClass('disabled');$('div.productSingle div.holder>a.leftlink').removeClass('disabled');}else{$('div.productSingle div.holder>a.leftlink, div.productSingle div.holder>a.rightlink').removeClass('disabled');}
return false;};var initLightBox=function(){$('.lightboxtrigger').bind('click',function(){var href=this.href.split('#');var id=href[1]||'nullid';openLightBox(document.getElementById(id));return false;});$('.img-lightboxtrigger').bind('click',function(){var img=$(document.createElement('img')).attr({'src':this.href});id='lb-'+this.href;createLightBoxDOM(id,img);return false;});};var createLightBoxDOM=function(id,content){lb=$(document.createElement('div')).attr({'id':id,'class':'lightbox img'}).css({'display':'block','visibility':'hidden'});content.appendTo(lb);var cb=$(document.createElement('div')).attr({'class':'closeBtn','href':'#close'}).text('Stäng').bind('click',lbCloseClick).appendTo(lb);lb.appendTo(document.body);if(content.is('img')){onImageLoad(content,function(){openLightBox(lb);});}else{openLightBox(lb);}};var createFadeBg=function(){var fadeBg=$('div.fadeBg');if(fadeBg.is('*')==false)
fadeBg=$(document.createElement('div')).addClass('fadeBg').appendTo(document.body);fadeBg.bind('click',lbCloseClick);return fadeBg;};var openLightBox=function(obj){centerLightBox(obj);$(obj).css({'visibility':'visible'}).show();showFadeBg();};var centerLightBox=function(obj){padding=parseInt($(obj).css('padding-left'))+parseInt($(obj).css('padding-right'));var ml=($(obj).width()+padding)/2;var windowHeight=window.innerHeight||document.body.offsetHeight;var boxHeight=$(obj).height()+parseInt($(obj).css('padding-bottom'))+parseInt($(obj).css('padding-top'));var mr=0;if((windowHeight-100)>boxHeight)
mr=-(boxHeight/2);else{$(obj).css({'top':'20px','margin-bottom':'20px','position':'absolute','width':$(obj).width(),'height':$(obj).height()});}
$(obj).css({'margin-left':-ml,'margin-top':mr});};var closeLightBox=function(obj){$(obj).hide();hideFadeBg();};var lbCloseClick=function(){if($(this.parentNode).hasClass('lightbox'))
closeLightBox(this.parentNode);else
closeLightBox($('.lightbox'));return false;};var showFadeBg=function(){fadeBg=createFadeBg();fadeBg.show();if($.browser.msie&&$.browser.version<7.0)
$('select').hide();};var hideFadeBg=function(){$('div.fadeBg').hide();if($.browser.msie&&$.browser.version<7.0)
$('select').show();};function doCufon(){Cufon.replace('#content h2');Cufon.replace('.bigHeader');Cufon.replace('.subHeader');Cufon.replace('#subNav>li>a');}
var mouseOverSubNav=function(){var dropdown=$('>div.dropdown',this);if(dropdown.is('*')!=false){dropdown.css('display','block');$(this).addClass('hover');if($('>span.left',this).is('*')==false){var a=$('>a',this).get(0);var left=$(document.createElement('span')).addClass('left');var right=$(document.createElement('span')).addClass('right');$(a).wrap(left);right.appendTo($('>span.left',this));if((!$.browser.msie)||($.browser.msie&&$.browser.version>=7.0))
Cufon.replace(a);}else{$('span.left, span.right',this).show();if((!$.browser.msie)||($.browser.msie&&$.browser.version>=7.0))
Cufon.replace($('>span.left>a',this).css('color','#084897').get());}}else{var a=$('>a',this).css('color','#084897');Cufon.replace(a.get(0));}};var mouseOutSubNav=function(){var dropdown=$('>div.dropdown',this);if(dropdown.is('*')!=false){dropdown.hide();$(this).removeClass('hover');var a=$('>span.left>a',this);$('>span.left,>span.right',this).css('background-position','-9000px -9000px');if((!$.browser.msie)||($.browser.msie&&$.browser.version>=7.0)){if($(this).hasClass('active'))
obj=$('>span.left>a',this);else
obj=$('>span.left>a',this).css('color','#333');Cufon.replace(obj.get());}}else{var a=$('>a',this);if(!$(this).hasClass('active'))
a.css('color','#333');Cufon.replace(a.get(0));}};var fixProductFadeLayer=function(){var scroll=getScrollXY();var selector='#productListMaskLeft, #productListMaskRight';var top=parseInt($(selector).css('top'));top=ba.productFadeLayerY-scroll[1];if($('body').hasClass('content-pushed')){top=top+40;}
$(selector).css('top',top);};var getScrollXY=function(){var x=0,y=0;if(typeof(window.pageYOffset)=='number'){x=window.pageXOffset;y=window.pageYOffset;}else if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){x=document.body.scrollLeft;y=document.body.scrollTop;}else if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){x=document.documentElement.scrollLeft;y=document.documentElement.scrollTop;}
return[x,y];};var placeOutClickAreas=function(){$('ul#productList>li>a>span').hide();var els=$('ul#productList>li');var clickAreas=[];var i=0;var j=0;$.each(els,function(key,value){if($(value).hasClass('active')){var clickArea=$(document.createElement('a')).attr({'id':'clickArea_'+i,'class':'clickArea active','href':$('a',value).attr('href')}).css({'left':(ba.productWidth*j)+ba.scrollPadding});if(i==0)clickArea.css('left',ba.scrollPadding);clickArea.appendTo($('.scroll-pane'));j++;}
i++;});bindProductHoverEvents();};var updateClickAreas=function(){var clickAreas=$('div.scroll-pane a.clickArea:visible');var i=0;$.each(clickAreas,function(key,value){$(value).css('left',(ba.productWidth*i)+ba.scrollPadding);if(i==0)$(value).css('left',ba.scrollPadding);i++;});};var bindProductHoverEvents=function(){$('a.clickArea, div.productInfo').bind('mouseover',function(){var id=this.id.split('_');if(id.length<=1){id=$(this).show();}else{var lis=$('ul#productList>li');$('.productInfo',lis[id[1]]).show();}}).bind('mouseout',function(){var id=this.id.split('_');var lis=$('ul#productList>li');$('.productInfo',lis[id[1]]).hide();});};var triggerFilter=function(e){var self=this;deepLinked=false;if(typeof e=='undefined'){self=$("select#product_collection").get(0);deepLinked=true;}
var show=$(self).attr('checked');var collectionClick=false;if($(self).is('select')){var filterValue=$(self).val();show=true;collectionClick=deepLinked?true:true;}else{var filterValue=$(self).parent().text().toLowerCase();}
filterValue=$.trim(filterValue);var collectionValue=$.trim($('select#product_collection').val().toLowerCase());var activeFilter=$('.filterContainer label input[type=checkbox]:checked');var els=$('ul#productList>li');$('ul#productList').fadeOut(200,function(){$.each(els,function(key,value){var tags=$('span.tags',value).text();var tagList=tags.split(',');if(collectionClick==true){if(deepLinked==true)
activeFilter=$('.filterContainer label input[type=checkbox]:checked');else
activeFilter=$('.filterContainer label input[type=checkbox]');activeFilter.attr('checked',true);for(i=0;i<activeFilter.length;i++){var node=activeFilter[i].parentNode;var text=node.innerText||node.textContent;var textFilter=text.toLowerCase();textFilter=$.trim(textFilter);if(tags.indexOf(textFilter)!==-1&&(tags.indexOf(filterValue)!==-1||collectionValue==0)){value.className='active';$('a#clickArea_'+key).addClass('active');break;}else{value.className=null;$('a#clickArea_'+key).removeClass('active');}}}else{if(tags.indexOf(filterValue)!==-1&&collectionValue!==0&&tags.indexOf(collectionValue)!==-1){if(show==true){value.className='active';$('a#clickArea_'+key).addClass('active');}
else{value.className=null;$('a#clickArea_'+key).removeClass('active');}}else if(tags.indexOf(filterValue)!==-1&&collectionValue==0){if(show==true){value.className='active';$('a#clickArea_'+key).addClass('active');}else{value.className=null;$('a#clickArea_'+key).removeClass('active');}}else{if($(self).is('select')&&$(self).val()!=0)
value.className=null;}}});hh.set_hash(filter_to_hash());if(deepLinked==false)
hh.skip_callback=true;$('ul#productList').fadeIn(200);var active=getActiveItems();updateScrollLen(active);setTimeout(function(){if(ie6==true){}else{$('.scrollContainer').jScrollHorizontalPane(ba.scrollOptions);}},200);updateProductCount(active.length);updateClickAreas();fixFadedScroller(active.length);var hidden=$('ul#productList>li:hidden');hidden.attr('class','');});};var getActiveItems=function(){return $('ul#productList>li.active');};var updateScrollLen=function(active){if(typeof active=='undefined')
active=getActiveItems();var scrollLen=active.length*ba.productWidth;if(scrollLen<700){scrollLen=700;}
if($.browser.msie&&$.browser.version<7.0){if(scrollLen<=700){scrollLen=640;}
scrollLen+=50;}
$('ul#productList').css('width',scrollLen+'px');};var updateProductCount=function(number){var string='produkter';if(number==1)string='produkt';$('.numberOfProducts').text(number+' '+string);};var fixIE=function(){if($.browser.version>=7.0){$('.scrollContainer').jScrollHorizontalPane(ba.scrollOptions);}
if($.browser.version<7.0){ie6=true;$('#productListMaskLeft,#productListMaskRight').remove();if(typeof DD_belatedPNG!='undefined')
DD_belatedPNG.fix('img, .top-bg-shadow, #footer, #content, ul#productList li a, ul#productList li div.productSpecialAttr, .changeProdImg, .rating a, .productBigInfo, div.separator, .heartLink,.productSingle .holder .leftlink, .productSingle .holder .rightlink');}else if($.browser.version>=7.0&&$.browser.version<8.0){}else if($.browser.version>=8.0&&$.browser.version<8.5){$('ul#subNav').css({'visibility':'visible'});}};var fixFadedScroller=function(num){if(num<4){if($('div#fadedScroller').is('*')==false)
$(document.createElement('div')).attr({'id':'fadedScroller'}).appendTo('div.jScrollPaneContainer');}else{$('div#fadedScroller').remove();}};var pushDownContent=function(){var height=window.innerHeight||document.documentElement.clientHeight;if(height>720){var extraMargin=40;var topmargin=parseInt($('div#header').css('margin-top'));$('div#header').css('margin-top',topmargin+extraMargin);addMarginToProductFader(extraMargin);$('body').addClass('content-pushed');}};var addMarginToProductFader=function(margin){};var centerEl=function(el,offset,forceVis){if(el.is('*')==false)return false;forceVis=typeof forceVis=='undefined'?true:false;width=el.width();offset=typeof offset=='undefined'?0:offset;el.css({'left':'50%','margin-left':-(width/2)+offset});if(forceVis){el.css('visibility','visible');}};var initProductRating=function(){$('div.rating').bind('mouseenter',function(){$('div.rating>a').bind('mouseover',function(){currentRating=parseInt($(this).text());ratings=$('div.rating>a');for(i=0;i<=ratings.length;i++){$(ratings[i]).addClass('hover');if(i==currentRating-1)
break;}}).bind('mouseout',function(){$('div.rating>a').removeClass('hover');});}).bind('mouseleave',function(){$('div.rating>a').removeClass('hover');});};var onImageLoad=function(el,callback,speed){if($(el).is('*')==false){return false;}
var del=$(el).get(0);if(del.complete){if($.isFunction(callback))
callback();return;}else{del.onload=function(){if($.isFunction(callback))
callback();return;};}};var deadEnd=function(){return false;};var fixPNGNow=function(el){if(ie6&&typeof DD_belatedPNG!='undefined'){DD_belatedPNG.fixPng($(el).get(0));}};var initFlash=function(){$('div#flash-doftguide').flash({swf:'/media/swf/doftguide_1.swf',width:980,height:560,params:{wmode:'transparent'}});$('div#flash-smutsguide').flash({swf:'/media/swf/smutsguide-container.swf',width:809,height:478,flashvars:{'configXml':'/media/xml/smutsguide-config.xml'},params:{wmode:'transparent'}});$('div#flash-about').flash({swf:'/media/swf/historieSnurra.swf',width:479,height:447,params:{wmode:'transparent'}});};