/*
 * jQuery JavaScript Library v1.3.1
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-01-21 20:42:16 -0500 (Wed, 21 Jan 2009)
 * Revision: 6158
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.makeArray(E))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(E){return E===g?o.makeArray(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,find:function(E){if(this.length===1&&!/,/.test(E)){var G=this.pushStack([],"find",E);G.length=0;o.find(E,this[0],G);return G}else{var F=o.map(this,function(H){return o.find(E,H)});return this.pushStack(/[^+>] [^+>]/.test(E)?o.unique(F):F,"find",E)}},clone:function(F){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return o.clean([H.innerHTML])[0]}else{return this.cloneNode(true)}});var G=E.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(F===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return}var H=o.data(this,"events");for(var K in H){for(var J in H[K]){o.event.add(G[I],K,H[K][J],H[K][J].data)}}})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var F=o.expr.match.POS.test(E)?o(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:o(G).is(E)){return G}G=G.parentNode}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML:null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=o.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J)}}if(G){o.each(G,z)}}return this;function L(O,P){return N&&o.nodeName(O,"table")&&o.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){G=o.trim(G);if(G){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(G,E,I){if(E=="width"||E=="height"){var K,F={position:"absolute",visibility:"hidden",display:"block"},J=E=="width"?["Left","Right"]:["Top","Bottom"];function H(){K=E=="width"?G.offsetWidth:G.offsetHeight;var M=0,L=0;o.each(J,function(){M+=parseFloat(o.curCSS(G,"padding"+this,true))||0;L+=parseFloat(o.curCSS(G,"border"+this+"Width",true))||0});K-=Math.round(M+L)}if(o(G).is(":visible")){H()}else{o.swap(G,F,H)}return Math.max(0,K)}return o.curCSS(G,E,I)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,R){if(typeof R==="number"){R+=""}if(!R){return}if(typeof R==="string"){R=R.replace(/(<(\w+)[^>]*?)\/>/g,function(T,U,S){return S.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?T:U+"></"+S+">"});var O=o.trim(R).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+R+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var N=!O.indexOf("<table")&&O.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&O.indexOf("<tbody")<0?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=o.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=o.merge(G,R)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){o(G[H])[F](this)}})}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=function(X,T,aa,ab){aa=aa||[];T=T||document;if(T.nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return aa}var Y=[],V,ae,ah,S,ac,U,W=true;Q.lastIndex=0;while((V=Q.exec(X))!==null){Y.push(V[1]);if(V[2]){U=RegExp.rightContext;break}}if(Y.length>1&&L.exec(X)){if(Y.length===2&&H.relative[Y[0]]){ae=I(Y[0]+Y[1],T)}else{ae=H.relative[Y[0]]?[T]:F(Y.shift(),T);while(Y.length){X=Y.shift();if(H.relative[X]){X+=Y.shift()}ae=I(X,ae)}}}else{var ad=ab?{expr:Y.pop(),set:E(ab)}:F.find(Y.pop(),Y.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(ad.expr,ad.set);if(Y.length>0){ah=E(ae)}else{W=false}while(Y.length){var ag=Y.pop(),af=ag;if(!H.relative[ag]){ag=""}else{af=Y.pop()}if(af==null){af=T}H.relative[ag](ah,af,P(T))}}if(!ah){ah=ae}if(!ah){throw"Syntax error, unrecognized expression: "+(ag||X)}if(G.call(ah)==="[object Array]"){if(!W){aa.push.apply(aa,ah)}else{if(T.nodeType===1){for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&(ah[Z]===true||ah[Z].nodeType===1&&J(T,ah[Z]))){aa.push(ae[Z])}}}else{for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&ah[Z].nodeType===1){aa.push(ae[Z])}}}}}else{E(ah,aa)}if(U){F(U,T,aa,ab)}return aa};F.matches=function(S,T){return F(S,null,null,T)};F.find=function(Z,S,aa){var Y,W;if(!Z){return[]}for(var V=0,U=H.order.length;V<U;V++){var X=H.order[V],W;if((W=H.match[X].exec(Z))){var T=RegExp.leftContext;if(T.substr(T.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");Y=H.find[X](W,S,aa);if(Y!=null){Z=Z.replace(H.match[X],"");break}}}}if(!Y){Y=S.getElementsByTagName("*")}return{set:Y,expr:Z}};F.filter=function(ab,aa,ae,V){var U=ab,ag=[],Y=aa,X,S;while(ab&&aa.length){for(var Z in H.filter){if((X=H.match[Z].exec(ab))!=null){var T=H.filter[Z],af,ad;S=false;if(Y==ag){ag=[]}if(H.preFilter[Z]){X=H.preFilter[Z](X,Y,ae,ag,V);if(!X){S=af=true}else{if(X===true){continue}}}if(X){for(var W=0;(ad=Y[W])!=null;W++){if(ad){af=T(ad,X,W,Y);var ac=V^!!af;if(ae&&af!=null){if(ac){S=true}else{Y[W]=false}}else{if(ac){ag.push(ad);S=true}}}}}if(af!==g){if(!ae){Y=ag}ab=ab.replace(H.match[Z],"");if(!S){return[]}break}}}ab=ab.replace(/\s*,\s*/,"");if(ab==U){if(S==null){throw"Syntax error, unrecognized expression: "+ab}else{break}}U=ab}return Y};var H=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(S){return S.getAttribute("href")}},relative:{"+":function(W,T){for(var U=0,S=W.length;U<S;U++){var V=W[U];if(V){var X=V.previousSibling;while(X&&X.nodeType!==1){X=X.previousSibling}W[U]=typeof T==="string"?X||false:X===T}}if(typeof T==="string"){F.filter(T,W,true)}},">":function(X,T,Y){if(typeof T==="string"&&!/\W/.test(T)){T=Y?T:T.toUpperCase();for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){var V=W.parentNode;X[U]=V.nodeName===T?V:false}}}else{for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){X[U]=typeof T==="string"?W.parentNode:W.parentNode===T}}if(typeof T==="string"){F.filter(T,X,true)}}},"":function(V,T,X){var U="done"+(K++),S=R;if(!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("parentNode",T,U,V,W,X)},"~":function(V,T,X){var U="done"+(K++),S=R;if(typeof T==="string"&&!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("previousSibling",T,U,V,W,X)}},find:{ID:function(T,U,V){if(typeof U.getElementById!=="undefined"&&!V){var S=U.getElementById(T[1]);return S?[S]:[]}},NAME:function(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1])}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(V,T,U,S,Y){V=" "+V[1].replace(/\\/g,"")+" ";var X;for(var W=0;(X=T[W])!=null;W++){if(X){if(Y^(" "+X.className+" ").indexOf(V)>=0){if(!U){S.push(X)}}else{if(U){T[W]=false}}}}return false},ID:function(S){return S[1].replace(/\\/g,"")},TAG:function(T,S){for(var U=0;S[U]===false;U++){}return S[U]&&P(S[U])?T[1]:T[1].toUpperCase()},CHILD:function(S){if(S[1]=="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]=="even"&&"2n"||S[2]=="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0}S[0]="done"+(K++);return S},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S]}if(T[2]==="~="){T[4]=" "+T[4]+" "}return T},PSEUDO:function(W,T,U,S,X){if(W[1]==="not"){if(W[3].match(Q).length>1){W[3]=F(W[3],null,null,T)}else{var V=F.filter(W[3],T,U,true^X);if(!U){S.push.apply(S,V)}return false}}else{if(H.match.POS.test(W[0])){return true}}return W},POS:function(S){S.unshift(true);return S}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden"},disabled:function(S){return S.disabled===true},checked:function(S){return S.checked===true},selected:function(S){S.parentNode.selectedIndex;return S.selected===true},parent:function(S){return !!S.firstChild},empty:function(S){return !S.firstChild},has:function(U,T,S){return !!F(S[3],U).length},header:function(S){return/h\d/i.test(S.nodeName)},text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:function(S){return"checkbox"===S.type},file:function(S){return"file"===S.type},password:function(S){return"password"===S.type},submit:function(S){return"submit"===S.type},image:function(S){return"image"===S.type},reset:function(S){return"reset"===S.type},button:function(S){return"button"===S.type||S.nodeName.toUpperCase()==="BUTTON"},input:function(S){return/input|select|textarea|button/i.test(S.nodeName)}},setFilters:{first:function(T,S){return S===0},last:function(U,T,S,V){return T===V.length-1},even:function(T,S){return S%2===0},odd:function(T,S){return S%2===1},lt:function(U,T,S){return T<S[3]-0},gt:function(U,T,S){return T>S[3]-0},nth:function(U,T,S){return S[3]-0==T},eq:function(U,T,S){return S[3]-0==T}},filter:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++}}Z[X]=W-1}if(Y=="first"){return S.nodeIndex==1}else{if(Y=="last"){return S.nodeIndex==Z[X]}else{if(Y=="only"){return Z[X]==1}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true}if(U==0){if(S.nodeIndex==aa){ab=true}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true}}return ab}}}}},PSEUDO:function(Y,U,V,Z){var T=U[1],W=H.filters[T];if(W){return W(Y,V,U,Z)}else{if(T==="contains"){return(Y.textContent||Y.innerText||"").indexOf(U[3])>=0}else{if(T==="not"){var X=U[3];for(var V=0,S=X.length;V<S;V++){if(X[V]===Y){return false}}return true}}}},ID:function(T,S){return T.nodeType===1&&T.getAttribute("id")===S},TAG:function(T,S){return(S==="*"&&T.nodeType===1)||T.nodeName===S},CLASS:function(T,S){return S.test(T.className)},ATTR:function(W,U){var S=H.attrHandle[U[1]]?H.attrHandle[U[1]](W):W[U[1]]||W.getAttribute(U[1]),X=S+"",V=U[2],T=U[4];return S==null?V==="!=":V==="="?X===T:V==="*="?X.indexOf(T)>=0:V==="~="?(" "+X+" ").indexOf(T)>=0:!U[4]?S:V==="!="?X!=T:V==="^="?X.indexOf(T)===0:V==="$="?X.substr(X.length-T.length)===T:V==="|="?X===T||X.substr(0,T.length+1)===T+"-":false},POS:function(W,T,U,X){var S=T[2],V=H.setFilters[S];if(V){return V(W,U,T,X)}}}};var L=H.match.POS;for(var N in H.match){H.match[N]=RegExp(H.match[N].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(T,S){T=Array.prototype.slice.call(T);if(S){S.push.apply(S,T);return S}return T};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}else{if(typeof W.length==="number"){for(var U=0,S=W.length;U<S;U++){T.push(W[U])}}else{for(var U=0;W[U];U++){T.push(W[U])}}}return T}}(function(){var T=document.createElement("form"),U="script"+(new Date).getTime();T.innerHTML="<input name='"+U+"'/>";var S=document.documentElement;S.insertBefore(T,S.firstChild);if(!!document.getElementById(U)){H.find.ID=function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?V.id===W[1]||typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id").nodeValue===W[1]?[V]:g:[]}};H.filter.ID=function(X,V){var W=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&W&&W.nodeValue===V}}S.removeChild(T)})();(function(){var S=document.createElement("div");S.appendChild(document.createComment(""));if(S.getElementsByTagName("*").length>0){H.find.TAG=function(T,X){var W=X.getElementsByTagName(T[1]);if(T[1]==="*"){var V=[];for(var U=0;W[U];U++){if(W[U].nodeType===1){V.push(W[U])}}W=V}return W}}S.innerHTML="<a href='#'></a>";if(S.firstChild&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}F=function(X,W,U,V){W=W||document;if(!V&&W.nodeType===9&&!P(W)){try{return E(W.querySelectorAll(X),U)}catch(Y){}}return S(X,W,U,V)};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1])}}function O(T,Z,Y,ac,aa,ab){for(var W=0,U=ac.length;W<U;W++){var S=ac[W];if(S){S=S[T];var X=false;while(S&&S.nodeType){var V=S[Y];if(V){X=ac[V];break}if(S.nodeType===1&&!ab){S[Y]=W}if(S.nodeName===Z){X=S;break}S=S[T]}ac[W]=X}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break}if(S.nodeType===1){if(!aa){S[X]=V}if(typeof Y!=="string"){if(S===Y){W=true;break}}else{if(F.filter(Y,[S]).length>0){W=S;break}}}S=S[T]}ab[V]=W}}}var J=document.compareDocumentPosition?function(T,S){return T.compareDocumentPosition(S)&16}:function(T,S){return T!==S&&(T.contains?T.contains(S):true)};var P=function(S){return S.nodeType===9&&S.documentElement.nodeName!=="HTML"||!!S.ownerDocument&&P(S.ownerDocument)};var I=function(S,Z){var V=[],W="",X,U=Z.nodeType?[Z]:Z;while((X=H.match.PSEUDO.exec(S))){W+=X[0];S=S.replace(H.match.PSEUDO,"")}S=H.relative[S]?S+"*":S;for(var Y=0,T=U.length;Y<T;Y++){F(S,U[Y],V)}return F.filter(W,V)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||o.css(S,"display")==="none"||o.css(S,"visibility")==="hidden"};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&o.css(S,"display")!=="none"&&o.css(S,"visibility")!=="hidden"};F.selectors.filters.animated=function(S){return o.grep(o.timers,function(T){return S===T.elem}).length};o.multiFilter=function(U,S,T){if(T){U=":not("+U+")"}return F.matches(U,S)};o.dir=function(U,T){var S=[],V=U[T];while(V&&V!=document){if(V.nodeType==1){S.push(V)}V=V[T]}return S};o.nth=function(W,S,U,V){S=S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break}}return W};o.sibling=function(U,T){var S=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=T){S.push(U)}}return S};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){G=false}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&typeof l.frameElement==="undefined"){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width="1px";L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L)})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}this[H].style.display=o.data(this[H],"olddisplay",K)}}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)==1){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n)}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(H,F){var E=H?"Left":"Top",G=H?"Right":"Bottom";o.fn["inner"+F]=function(){return this[F.toLowerCase()]()+j(this,"padding"+E)+j(this,"padding"+G)};o.fn["outer"+F]=function(J){return this["inner"+F]()+j(this,"border"+E+"Width")+j(this,"border"+G+"Width")+(J?j(this,"margin"+E)+j(this,"margin"+G):0)};var I=F.toLowerCase();o.fn[I]=function(J){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+F]||document.body["client"+F]:this[0]==document?Math.max(document.documentElement["client"+F],document.body["scroll"+F],document.documentElement["scroll"+F],document.body["offset"+F],document.documentElement["offset"+F]):J===g?(this.length?o.css(this[0],I):null):this.css(I,typeof J==="string"?J:J+"px")}})})();
/*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*/
var Cufon = (function() { var M = function() { return M.replace.apply(null, arguments) }; var X = M.DOM = { ready: (function() { var c = false, e = { loaded: 1, complete: 1 }; var b = [], d = function() { if (c) { return } c = true; for (var f; f = b.shift(); f()) { } }; if (document.addEventListener) { document.addEventListener("DOMContentLoaded", d, false); window.addEventListener("pageshow", d, false) } if (!window.opera && document.readyState) { (function() { e[document.readyState] ? d() : setTimeout(arguments.callee, 10) })() } if (document.readyState && document.createStyleSheet) { (function() { try { document.body.doScroll("left"); d() } catch (f) { setTimeout(arguments.callee, 1) } })() } Q(window, "load", d); return function(f) { if (!arguments.length) { d() } else { c ? f() : b.push(f) } } })(), root: function() { return document.documentElement || document.body } }; var N = M.CSS = { Size: function(c, b) { this.value = parseFloat(c); this.unit = String(c).match(/[a-z%]*$/)[0] || "px"; this.convert = function(d) { return d / b * this.value }; this.convertFrom = function(d) { return d / this.value * b }; this.toString = function() { return this.value + this.unit } }, addClass: function(c, b) { c.className = (c.className && " ") + b; return c }, color: J(function(c) { var b = {}; b.color = c.replace(/^rgba\((.*?),\s*([\d.]+)\)/, function(e, d, f) { b.opacity = parseFloat(f); return "rgb(" + d + ")" }); return b }), fontStretch: J(function(b) { if (typeof b == "number") { return b } if (/%$/.test(b)) { return parseFloat(b) / 100 } return { "ultra-condensed": 0.5, "extra-condensed": 0.625, condensed: 0.75, "semi-condensed": 0.875, "semi-expanded": 1.125, expanded: 1.25, "extra-expanded": 1.5, "ultra-expanded": 2}[b] || 1 }), getStyle: function(c) { var b = document.defaultView; if (b && b.getComputedStyle) { return new A(b.getComputedStyle(c, null)) } if (c.currentStyle) { return new A(c.currentStyle) } return new A(c.style) }, gradient: J(function(f) { var g = { id: f, type: f.match(/^-([a-z]+)-gradient\(/)[1], stops: [] }, c = f.substr(f.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig); for (var e = 0, b = c.length, d; e < b; ++e) { d = c[e].split("=", 2).reverse(); g.stops.push([d[1] || e / (b - 1), d[0]]) } return g }), quotedList: J(function(e) { var d = [], c = /\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g, b; while (b = c.exec(e)) { d.push(b[3] || b[1]) } return d }), recognizesMedia: J(function(h) { var f = document.createElement("style"), d, c, b; f.type = "text/css"; f.media = h; try { f.appendChild(document.createTextNode("/**/")) } catch (g) { } c = G("head")[0]; c.insertBefore(f, c.firstChild); d = (f.sheet || f.styleSheet); b = d && !d.disabled; c.removeChild(f); return b }), removeClass: function(d, c) { var b = RegExp("(?:^|\\s+)" + c + "(?=\\s|$)", "g"); d.className = d.className.replace(b, ""); return d }, supports: function(d, c) { var b = document.createElement("span").style; if (b[d] === undefined) { return false } b[d] = c; return b[d] === c }, textAlign: function(e, d, b, c) { if (d.get("textAlign") == "right") { if (b > 0) { e = " " + e } } else { if (b < c - 1) { e += " " } } return e }, textDecoration: function(g, f) { if (!f) { f = this.getStyle(g) } var c = { underline: null, overline: null, "line-through": null }; for (var b = g; b.parentNode && b.parentNode.nodeType == 1; ) { var e = true; for (var d in c) { if (!K(c, d) || c[d]) { continue } if (f.get("textDecoration").indexOf(d) != -1) { c[d] = f.get("color") } e = false } if (e) { break } f = this.getStyle(b = b.parentNode) } return c }, textShadow: J(function(f) { if (f == "none") { return null } var e = [], g = {}, b, c = 0; var d = /(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig; while (b = d.exec(f)) { if (b[0] == ",") { e.push(g); g = {}; c = 0 } else { if (b[1]) { g.color = b[1] } else { g[["offX", "offY", "blur"][c++]] = b[2] } } } e.push(g); return e }), textTransform: (function() { var b = { uppercase: function(c) { return c.toUpperCase() }, lowercase: function(c) { return c.toLowerCase() }, capitalize: function(c) { return c.replace(/\b./g, function(d) { return d.toUpperCase() }) } }; return function(e, d) { var c = b[d.get("textTransform")]; return c ? c(e) : e } })(), whiteSpace: (function() { var b = { inline: 1, "inline-block": 1, "run-in": 1 }; return function(e, c, d) { if (b[c.get("display")]) { return e } if (!d.previousSibling) { e = e.replace(/^\s+/, "") } if (!d.nextSibling) { e = e.replace(/\s+$/, "") } return e } })() }; N.ready = (function() { var b = !N.recognizesMedia("all"), e = false; var d = [], h = function() { b = true; for (var k; k = d.shift(); k()) { } }; var i = G("link"), j = G("style"); function c(k) { return k.disabled || g(k.sheet, k.media || "screen") } function g(n, q) { if (!N.recognizesMedia(q || "all")) { return true } if (!n || n.disabled) { return false } try { var r = n.cssRules, p; if (r) { search: for (var m = 0, k = r.length; p = r[m], m < k; ++m) { switch (p.type) { case 2: break; case 3: if (!g(p.styleSheet, p.media.mediaText)) { return false } break; default: break search } } } } catch (o) { } return true } function f() { if (document.createStyleSheet) { return true } var l, k; for (k = 0; l = i[k]; ++k) { if (l.rel.toLowerCase() == "stylesheet" && !c(l)) { return false } } for (k = 0; l = j[k]; ++k) { if (!c(l)) { return false } } return true } X.ready(function() { if (!e) { e = N.getStyle(document.body).isUsable() } if (b || (e && f())) { h() } else { setTimeout(arguments.callee, 10) } }); return function(k) { if (b) { k() } else { d.push(k) } } })(); function S(c) { var b = this.face = c.face; this.glyphs = c.glyphs; this.w = c.w; this.baseSize = parseInt(b["units-per-em"], 10); this.family = b["font-family"].toLowerCase(); this.weight = b["font-weight"]; this.style = b["font-style"] || "normal"; this.viewBox = (function() { var e = b.bbox.split(/\s+/); var d = { minX: parseInt(e[0], 10), minY: parseInt(e[1], 10), maxX: parseInt(e[2], 10), maxY: parseInt(e[3], 10) }; d.width = d.maxX - d.minX; d.height = d.maxY - d.minY; d.toString = function() { return [this.minX, this.minY, this.width, this.height].join(" ") }; return d })(); this.ascent = -parseInt(b.ascent, 10); this.descent = -parseInt(b.descent, 10); this.height = -this.ascent + this.descent } function F() { var c = {}, b = { oblique: "italic", italic: "oblique" }; this.add = function(d) { (c[d.style] || (c[d.style] = {}))[d.weight] = d }; this.get = function(h, i) { var g = c[h] || c[b[h]] || c.normal || c.italic || c.oblique; if (!g) { return null } i = { normal: 400, bold: 700}[i] || parseInt(i, 10); if (g[i]) { return g[i] } var e = { 1: 1, 99: 0}[i % 100], k = [], f, d; if (e === undefined) { e = i > 400 } if (i == 500) { i = 400 } for (var j in g) { if (!K(g, j)) { continue } j = parseInt(j, 10); if (!f || j < f) { f = j } if (!d || j > d) { d = j } k.push(j) } if (i < f) { i = f } if (i > d) { i = d } k.sort(function(m, l) { return (e ? (m > i && l > i) ? m < l : m > l : (m < i && l < i) ? m > l : m < l) ? -1 : 1 }); return g[k[0]] } } function R() { function d(f, g) { if (f.contains) { return f.contains(g) } return f.compareDocumentPosition(g) & 16 } function b(g) { var f = g.relatedTarget; if (!f || d(this, f)) { return } c(this) } function e(f) { c(this) } function c(f) { setTimeout(function() { M.replace(f, D.get(f).options, true) }, 10) } this.attach = function(f) { if (f.onmouseenter === undefined) { Q(f, "mouseover", b); Q(f, "mouseout", b) } else { Q(f, "mouseenter", e); Q(f, "mouseleave", e) } } } function U() { var c = [], d = {}; function b(h) { var e = [], g; for (var f = 0; g = h[f]; ++f) { e[f] = c[d[g]] } return e } this.add = function(f, e) { d[f] = c.push(e) - 1 }; this.repeat = function() { var e = arguments.length ? b(arguments) : c, f; for (var g = 0; f = e[g++]; ) { M.replace(f[0], f[1], true) } } } function a() { var d = {}, b = 0; function c(e) { return e.cufid || (e.cufid = ++b) } this.get = function(e) { var f = c(e); return d[f] || (d[f] = {}) } } function A(b) { var d = {}, c = {}; this.extend = function(e) { for (var f in e) { if (K(e, f)) { d[f] = e[f] } } return this }; this.get = function(e) { return d[e] != undefined ? d[e] : b[e] }; this.getSize = function(f, e) { return c[f] || (c[f] = new N.Size(this.get(f), e)) }; this.isUsable = function() { return !!b } } function Q(c, b, d) { if (c.addEventListener) { c.addEventListener(b, d, false) } else { if (c.attachEvent) { c.attachEvent("on" + b, function() { return d.call(c, window.event) }) } } } function V(c, b) { var d = D.get(c); if (d.options) { return c } if (b.hover && b.hoverables[c.nodeName.toLowerCase()]) { B.attach(c) } d.options = b; return c } function J(b) { var c = {}; return function(d) { if (!K(c, d)) { c[d] = b.apply(null, arguments) } return c[d] } } function C(g, f) { if (!f) { f = N.getStyle(g) } var c = N.quotedList(f.get("fontFamily").toLowerCase()), e; for (var d = 0, b = c.length; d < b; ++d) { e = c[d]; if (I[e]) { return I[e].get(f.get("fontStyle"), f.get("fontWeight")) } } return null } function G(b) { return document.getElementsByTagName(b) } function K(c, b) { return c.hasOwnProperty(b) } function H() { var b = {}, d, f; for (var e = 0, c = arguments.length; d = arguments[e], e < c; ++e) { for (f in d) { if (K(d, f)) { b[f] = d[f] } } } return b } function O(e, o, c, p, f, d) { var n = p.separate; if (n == "none") { return Z[p.engine].apply(null, arguments) } var m = document.createDocumentFragment(), h; var j = o.split(P[n]), b = (n == "words"); if (b && T) { if (/^\s/.test(o)) { j.unshift("") } if (/\s$/.test(o)) { j.push("") } } for (var k = 0, g = j.length; k < g; ++k) { h = Z[p.engine](e, b ? N.textAlign(j[k], c, k, g) : j[k], c, p, f, d, k < g - 1); if (h) { m.appendChild(h) } } return m } function L(c, k) { var d, b, e, h, g, j; for (e = V(c, k).firstChild; e; e = g) { h = e.nodeType; g = e.nextSibling; j = false; if (h == 1) { if (!e.firstChild) { continue } if (!/cufon/.test(e.className)) { arguments.callee(e, k); continue } else { j = true } } else { if (h != 3) { continue } } if (!b) { b = N.getStyle(c).extend(k) } if (!d) { d = C(c, b) } if (!d) { continue } if (j) { Z[k.engine](d, null, b, k, e, c); continue } var i = N.whiteSpace(e.data, b, e); if (i === "") { continue } var f = O(d, i, b, k, e, c); if (f) { e.parentNode.replaceChild(f, e) } else { e.parentNode.removeChild(e) } } } var T = " ".split(/\s+/).length == 0; var D = new a(); var B = new R(); var Y = new U(); var E = false; var Z = {}, I = {}, W = { enableTextDecoration: false, engine: null, forceHitArea: false, hover: false, hoverables: { a: true }, printable: true, selector: (window.Sizzle || (window.jQuery && function(b) { return jQuery(b) }) || (window.dojo && dojo.query) || (window.$$ && function(b) { return $$(b) }) || (window.$ && function(b) { return $(b) }) || (document.querySelectorAll && function(b) { return document.querySelectorAll(b) }) || (window.Ext && Ext.query) || G), separate: "words", textShadow: "none" }; var P = { words: /[^\S\u00a0]+/, characters: "" }; M.now = function() { X.ready(); return M }; M.refresh = function() { Y.repeat.apply(Y, arguments); return M }; M.registerEngine = function(c, b) { if (!b) { return M } Z[c] = b; return M.set("engine", c) }; M.registerFont = function(d) { var b = new S(d), c = b.family; if (!I[c]) { I[c] = new F() } I[c].add(b); return M.set("fontFamily", '"' + c + '"') }; M.replace = function(d, c, b) { c = H(W, c); if (!c.engine) { return M } if (!E) { N.addClass(X.root(), "cufon-active cufon-loading"); N.ready(function() { N.removeClass(X.root(), "cufon-loading") }); E = true } if (c.hover) { c.forceHitArea = true } if (typeof c.textShadow == "string") { c.textShadow = N.textShadow(c.textShadow) } if (typeof c.color == "string" && /^-/.test(c.color)) { c.textGradient = N.gradient(c.color) } if (!b) { Y.add(d, arguments) } if (d.nodeType || typeof d == "string") { d = [d] } N.ready(function() { for (var f = 0, e = d.length; f < e; ++f) { var g = d[f]; if (typeof g == "string") { M.replace(c.selector(g), c, true) } else { L(g, c) } } }); return M }; M.set = function(b, c) { W[b] = c; return M }; return M })(); Cufon.registerEngine("canvas", (function() { var B = document.createElement("canvas"); if (!B || !B.getContext || !B.getContext.apply) { return } B = null; var A = Cufon.CSS.supports("display", "inline-block"); var E = !A && (document.compatMode == "BackCompat" || /frameset|transitional/i.test(document.doctype.publicId)); var F = document.createElement("style"); F.type = "text/css"; F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;" + (E ? "" : "font-size:1px;line-height:1px;") + "}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}" + (A ? ".cufon-canvas canvas{position:relative;}" : ".cufon-canvas canvas{position:absolute;}") + "}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g, "!important;"))); document.getElementsByTagName("head")[0].appendChild(F); function D(O, H) { var M = 0, L = 0; var G = [], N = /([mrvxe])([^a-z]*)/g, J; generate: for (var I = 0; J = N.exec(O); ++I) { var K = J[2].split(","); switch (J[1]) { case "v": G[I] = { m: "bezierCurveTo", a: [M + ~ ~K[0], L + ~ ~K[1], M + ~ ~K[2], L + ~ ~K[3], M += ~ ~K[4], L += ~ ~K[5]] }; break; case "r": G[I] = { m: "lineTo", a: [M += ~ ~K[0], L += ~ ~K[1]] }; break; case "m": G[I] = { m: "moveTo", a: [M = ~ ~K[0], L = ~ ~K[1]] }; break; case "x": G[I] = { m: "closePath" }; break; case "e": break generate } H[G[I].m].apply(H, G[I].a) } return G } function C(K, J) { for (var I = 0, H = K.length; I < H; ++I) { var G = K[I]; J[G.m].apply(J, G.a) } } return function(AH, a, z, W, e, AI) { var I = (a === null); if (I) { a = e.alt } var c = AH.viewBox; var K = z.getSize("fontSize", AH.baseSize); var v = z.get("letterSpacing"); v = (v == "normal") ? 0 : K.convertFrom(parseInt(v, 10)); var d = 0, w = 0, u = 0, Y = 0; var b = W.textShadow, s = []; if (b) { for (var AG = b.length; AG--; ) { var m = b[AG]; var r = K.convertFrom(parseFloat(m.offX)); var p = K.convertFrom(parseFloat(m.offY)); s[AG] = [r, p]; if (p < d) { d = p } if (r > w) { w = r } if (p > u) { u = p } if (r < Y) { Y = r } } } var AL = Cufon.CSS.textTransform(a, z).split(""), U; var J = AH.glyphs, X, M, AC; var G = 0, Q, h = []; for (var AG = 0, AE = 0, AB = AL.length; AG < AB; ++AG) { X = J[U = AL[AG]] || AH.missingGlyph; if (!X) { continue } if (M) { G -= AC = M[U] || 0; h[AE - 1] -= AC } G += Q = h[AE++] = ~ ~(X.w || AH.w) + v; M = X.k } if (Q === undefined) { return null } w += c.width - Q; Y += c.minX; var V, L; if (I) { V = e; L = e.firstChild } else { V = document.createElement("span"); V.className = "cufon cufon-canvas"; V.alt = a; L = document.createElement("canvas"); V.appendChild(L); if (W.printable) { var AD = document.createElement("span"); AD.className = "cufon-alt"; AD.appendChild(document.createTextNode(a)); V.appendChild(AD) } } var AM = V.style; var o = L.style; var H = K.convert(c.height); var AK = Math.ceil(H); var t = AK / H; var n = t * Cufon.CSS.fontStretch(z.get("fontStretch")); var q = G * n; var AA = Math.ceil(K.convert(q + w - Y)); var O = Math.ceil(K.convert(c.height - d + u)); L.width = AA; L.height = O; o.width = AA + "px"; o.height = O + "px"; d += c.minY; o.top = Math.round(K.convert(d - AH.ascent)) + "px"; o.left = Math.round(K.convert(Y)) + "px"; var T = Math.ceil(K.convert(q)) + "px"; if (A) { AM.width = T; AM.height = K.convert(AH.height) + "px" } else { AM.paddingLeft = T; AM.paddingBottom = (K.convert(AH.height) - 1) + "px" } var AJ = L.getContext("2d"), f = H / c.height; AJ.scale(f, f * t); AJ.translate(-Y, -d); AJ.lineWidth = AH.face["underline-thickness"]; AJ.save(); function N(i, g) { AJ.strokeStyle = g; AJ.beginPath(); AJ.moveTo(0, i); AJ.lineTo(G, i); AJ.stroke() } var P = W.enableTextDecoration ? Cufon.CSS.textDecoration(AI, z) : {}; if (P.underline) { N(-AH.face["underline-position"], P.underline) } if (P.overline) { N(AH.ascent, P.overline) } function AF() { AJ.scale(n, 1); for (var x = 0, k = 0, g = AL.length; x < g; ++x) { var y = J[AL[x]] || AH.missingGlyph; if (!y) { continue } if (y.d) { AJ.beginPath(); if (y.code) { C(y.code, AJ) } else { y.code = D("m" + y.d, AJ) } AJ.fill() } AJ.translate(h[k++], 0) } AJ.restore() } if (b) { for (var AG = b.length; AG--; ) { var m = b[AG]; AJ.save(); AJ.fillStyle = m.color; AJ.translate.apply(AJ, s[AG]); AF() } } var S = W.textGradient; if (S) { var Z = S.stops, R = AJ.createLinearGradient(0, c.minY, 0, c.maxY); for (var AG = 0, AB = Z.length; AG < AB; ++AG) { R.addColorStop.apply(R, Z[AG]) } AJ.fillStyle = R } else { AJ.fillStyle = z.get("color") } AF(); if (P["line-through"]) { N(-AH.descent, P["line-through"]) } return V } })()); Cufon.registerEngine("vml", (function() { if (!document.namespaces) { return } if (document.namespaces.cvml == null) { document.namespaces.add("cvml", "urn:schemas-microsoft-com:vml") } var B = document.createElement("cvml:shape"); B.style.behavior = "url(#default#VML)"; if (!B.coordsize) { return } B = null; var F = (document.documentMode || 0) < 8; document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:' + (F ? "middle" : "text-bottom") + ";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g, "!important;")); function C(G, H) { return A(G, /(?:em|ex|%)$|^[a-z-]+$/i.test(H) ? "1em" : H) } function A(J, K) { if (/px$/i.test(K)) { return parseFloat(K) } var I = J.style.left, H = J.runtimeStyle.left; J.runtimeStyle.left = J.currentStyle.left; J.style.left = K.replace("%", "em"); var G = J.style.pixelLeft; J.style.left = I; J.runtimeStyle.left = H; return G } var E = {}; function D(L) { var M = L.id; if (!E[M]) { var J = L.stops, K = document.createElement("cvml:fill"), G = []; K.type = "gradient"; K.angle = 180; K.focus = "0"; K.method = "sigma"; K.color = J[0][1]; for (var I = 1, H = J.length - 1; I < H; ++I) { G.push(J[I][0] * 100 + "% " + J[I][1]) } K.colors = G.join(","); K.color2 = J[H][1]; E[M] = K } return E[M] } return function(AI, f, AC, b, n, AJ, AA) { var J = (f === null); if (J) { f = n.alt } var h = AI.viewBox; var L = AC.computedFontSize || (AC.computedFontSize = new Cufon.CSS.Size(C(AJ, AC.get("fontSize")) + "px", AI.baseSize)); var z = AC.computedLSpacing; if (z == undefined) { z = AC.get("letterSpacing"); AC.computedLSpacing = z = (z == "normal") ? 0 : ~ ~L.convertFrom(A(AJ, z)) } var X, M; if (J) { X = n; M = n.firstChild } else { X = document.createElement("span"); X.className = "cufon cufon-vml"; X.alt = f; M = document.createElement("span"); M.className = "cufon-vml-canvas"; X.appendChild(M); if (b.printable) { var AF = document.createElement("span"); AF.className = "cufon-alt"; AF.appendChild(document.createTextNode(f)); X.appendChild(AF) } if (!AA) { X.appendChild(document.createElement("cvml:shape")) } } var AO = X.style; var u = M.style; var H = L.convert(h.height), AL = Math.ceil(H); var y = AL / H; var s = y * Cufon.CSS.fontStretch(AC.get("fontStretch")); var x = h.minX, w = h.minY; u.height = AL; u.top = Math.round(L.convert(w - AI.ascent)); u.left = Math.round(L.convert(x)); AO.height = L.convert(AI.height) + "px"; var Q = b.enableTextDecoration ? Cufon.CSS.textDecoration(AJ, AC) : {}; var e = AC.get("color"); var AN = Cufon.CSS.textTransform(f, AC).split(""), W; var K = AI.glyphs, c, N, AE; var G = 0, o = [], v = 0, S; var U, g = b.textShadow; for (var AH = 0, AG = 0, AD = AN.length; AH < AD; ++AH) { c = K[W = AN[AH]] || AI.missingGlyph; if (!c) { continue } if (N) { G -= AE = N[W] || 0; o[AG - 1] -= AE } G += S = o[AG++] = ~ ~(c.w || AI.w) + z; N = c.k } if (S === undefined) { return null } var V = -x + G + (h.width - S); var AM = L.convert(V * s), AB = Math.round(AM); var r = V + "," + h.height, I; var m = "r" + r + "ns"; var T = b.textGradient && D(b.textGradient); for (AH = 0, AG = 0; AH < AD; ++AH) { c = K[AN[AH]] || AI.missingGlyph; if (!c) { continue } if (J) { U = M.childNodes[AG]; while (U.firstChild) { U.removeChild(U.firstChild) } } else { U = document.createElement("cvml:shape"); M.appendChild(U) } U.stroked = "f"; U.coordsize = r; U.coordorigin = I = (x - v) + "," + w; U.path = (c.d ? "m" + c.d + "xe" : "") + "m" + I + m; U.fillcolor = e; if (T) { U.appendChild(T.cloneNode(false)) } var AK = U.style; AK.width = AB; AK.height = AL; if (g) { var P = g[0], O = g[1]; var a = Cufon.CSS.color(P.color), Y; var q = document.createElement("cvml:shadow"); q.on = "t"; q.color = a.color; q.offset = P.offX + "," + P.offY; if (O) { Y = Cufon.CSS.color(O.color); q.type = "double"; q.color2 = Y.color; q.offset2 = O.offX + "," + O.offY } q.opacity = a.opacity || (Y && Y.opacity) || 1; U.appendChild(q) } v += o[AG++] } var p = U.nextSibling, R, Z; if (b.forceHitArea) { if (!p) { p = document.createElement("cvml:rect"); p.stroked = "f"; p.className = "cufon-vml-cover"; R = document.createElement("cvml:fill"); R.opacity = 0; p.appendChild(R); M.appendChild(p) } Z = p.style; Z.width = AB; Z.height = AL } else { if (p) { M.removeChild(p) } } AO.width = Math.max(Math.ceil(L.convert(G * s)), 0); if (F) { var t = AC.computedYAdjust; if (t === undefined) { var d = AC.get("lineHeight"); if (d == "normal") { d = "1em" } else { if (!isNaN(d)) { d += "em" } } AC.computedYAdjust = t = 0.5 * (A(AJ, d) - parseFloat(AO.height)) } if (t) { AO.marginTop = Math.ceil(t) + "px"; AO.marginBottom = t + "px" } } return X } })());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * � 2000, 2004 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * D454,582.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-Light
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":488,"face":{"font-family":"myriad","font-weight":300,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 4 3 3 4 3 2 2 4","ascent":"750","descent":"-250","x-height":"11","bbox":"-49 -750 816 250","underline-thickness":"50","underline-position":"-50","stemh":"39","stemv":"48","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":219,"k":{"T":42,"V":35,"W":35,"Y":50}},"!":{"d":"123,-177r-40,0r-9,-497r58,0xm144,-33v0,24,-16,44,-42,44v-22,0,-38,-20,-38,-44v0,-26,16,-45,40,-45v24,0,40,19,40,45","w":207},"\"":{"d":"60,-692r58,0r-13,221r-32,0xm183,-692r58,0r-13,221r-32,0","w":301,"k":{"T":-22,"J":60,"M":8,"V":-22,"W":-22,"A":70,"f":-25,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-25,"v":-30,"w":-30,"y":-30,",":105,".":105}},"#":{"d":"167,-245r111,0r21,-165r-112,0xm136,0r-42,0r26,-207r-83,0r0,-38r88,0r21,-165r-88,0r0,-38r93,0r26,-202r40,0r-25,202r112,0r26,-202r41,0r-26,202r83,0r0,38r-88,0r-20,165r88,0r0,38r-93,0r-26,207r-42,0r26,-207r-111,0","w":465},"$":{"d":"255,85r-41,0r0,-104v-53,0,-109,-18,-142,-45r20,-37v32,25,80,43,130,43v80,0,133,-52,133,-120v0,-65,-43,-105,-117,-138v-99,-43,-156,-87,-156,-168v0,-80,57,-139,139,-151r0,-104r41,0r0,103v56,2,94,19,120,36r-21,37v-19,-12,-57,-34,-116,-34v-84,0,-118,57,-118,105v0,63,38,91,126,131v93,42,148,92,148,179v0,74,-50,147,-146,162r0,105"},"%":{"d":"32,-458v0,-140,71,-203,143,-203v77,0,134,62,134,194v0,138,-63,204,-140,204v-71,0,-137,-60,-137,-195xm267,-464v0,-88,-26,-164,-97,-163v-60,0,-95,73,-95,165v0,92,34,165,95,165v68,0,97,-74,97,-167xm194,13r-40,0r388,-676r40,0xm428,-189v0,-140,71,-203,143,-203v77,0,134,62,134,194v0,138,-63,204,-140,204v-71,0,-137,-60,-137,-195xm663,-195v0,-88,-26,-164,-97,-163v-60,0,-95,73,-95,165v0,92,35,165,95,165v68,0,97,-74,97,-167","w":737},"&":{"d":"560,0r-60,0r-74,-77v-68,66,-134,88,-205,88v-110,0,-190,-83,-190,-188v0,-94,58,-155,134,-199v-33,-54,-59,-101,-59,-150v0,-81,55,-159,152,-159v72,0,129,52,129,134v0,72,-43,127,-157,184r0,3r196,225v33,-50,54,-117,69,-217r46,0v-18,108,-44,190,-88,245xm79,-183v0,90,65,155,154,155v69,0,127,-32,166,-77r-212,-242v-43,26,-108,76,-108,164xm342,-547v0,-48,-27,-101,-92,-100v-64,0,-99,55,-99,116v0,57,28,99,55,136v80,-42,136,-84,136,-152","w":560},"(":{"d":"209,-697r45,0v-83,103,-141,230,-141,413v0,180,61,303,141,407r-45,0v-70,-86,-141,-211,-141,-408v0,-198,71,-324,141,-412","w":265,"k":{"T":-63,"J":-21,"C":5,"G":5,"O":5,"Q":5,"V":-64,"W":-64,"X":-15,"Y":-48,"A":6,"c":4,"d":4,"e":4,"o":4,"q":4,"j":-59}},")":{"d":"56,123r-45,0v80,-102,141,-229,141,-411v0,-181,-59,-305,-141,-409r45,0v70,86,142,212,142,410v0,197,-72,322,-142,410","w":265},"*":{"d":"260,-685r43,24r-88,125r146,-12r0,47r-145,-13v25,44,60,79,88,121r-46,26v-23,-43,-39,-91,-65,-131r-69,132r-39,-26r88,-120r0,-3r-143,14r0,-47v46,1,99,12,141,9r-86,-120r44,-25v24,42,42,90,68,130","w":391},"+":{"d":"277,-532r43,0r0,245r236,0r0,40r-236,0r0,247r-43,0r0,-247r-237,0r0,-40r237,0r0,-245","w":596},",":{"d":"64,121r-38,5v16,-42,43,-150,52,-212r63,-10v-18,75,-61,189,-77,217","w":174,"k":{"\"":90,"'":90}},"-":{"d":"30,-296r238,0r0,42r-238,0r0,-42","w":298,"k":{"T":46,"J":29,"C":-15,"G":-15,"O":-15,"Q":-15,"V":4,"W":4,"X":24,"Y":44,"A":3,"g":-20,"c":-20,"d":-20,"e":-20,"o":-20,"q":-20,"v":8,"w":8,"y":8}},".":{"d":"135,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45","w":174,"k":{"\"":90,"'":90}},"\/":{"d":"35,40r-47,0r319,-725r49,0","w":351},"0":{"d":"251,-661v115,0,199,102,199,327v0,233,-84,345,-214,345v-101,0,-198,-99,-198,-333v0,-237,104,-339,213,-339xm244,-622v-89,0,-157,109,-157,301v0,181,62,292,156,292v108,0,157,-123,157,-300v0,-170,-46,-293,-156,-293"},"1":{"d":"236,0r0,-602v-38,19,-71,43,-108,63r-12,-38r123,-73r44,0r0,650r-47,0"},"2":{"d":"433,0r-387,0r0,-30r60,-62v181,-177,260,-268,260,-380v0,-74,-31,-147,-141,-147v-62,0,-110,32,-138,56r-19,-33v42,-38,99,-65,166,-65v135,0,181,102,181,179v0,128,-94,230,-256,392v-16,16,-33,30,-46,49r320,0r0,41"},"3":{"d":"45,-33r19,-38v24,16,79,41,140,41v133,0,165,-92,165,-150v0,-122,-111,-160,-233,-153r0,-39v105,7,207,-25,207,-132v0,-60,-35,-116,-126,-116v-51,0,-97,23,-126,45r-19,-35v31,-25,90,-51,151,-51v221,0,216,252,48,305r0,2v81,16,147,78,147,172v0,97,-69,193,-220,193v-66,0,-125,-23,-153,-44"},"4":{"d":"366,0r-46,0r0,-191r-310,0r0,-32r317,-427r39,0r0,419r100,0r0,40r-100,0r0,191xm67,-231r253,0r0,-263v0,-31,1,-61,3,-90r-3,-1v-76,136,-170,229,-253,354"},"5":{"d":"130,-399v148,-21,281,39,281,192v0,130,-98,218,-218,218v-67,0,-123,-21,-151,-42r19,-38v25,17,75,39,135,39v94,0,168,-70,168,-168v0,-94,-59,-165,-189,-165v-39,0,-70,4,-92,7r42,-294r281,0r0,42r-244,0"},"6":{"d":"390,-661r1,44v-186,-2,-291,137,-304,284r2,0v30,-48,89,-91,168,-91v120,0,194,88,194,209v0,113,-71,226,-203,226v-117,0,-211,-95,-211,-273v0,-244,126,-382,353,-399xm402,-211v0,-220,-317,-223,-317,-40v0,131,59,222,167,222v88,0,150,-73,150,-182"},"7":{"d":"62,-650r380,0r0,35r-293,615r-47,0r290,-610r-330,0r0,-40"},"8":{"d":"177,-343r-1,-4v-78,-34,-110,-91,-110,-147v0,-98,81,-167,186,-167v199,0,239,236,58,312r0,4v91,36,137,97,137,172v0,110,-95,184,-204,184v-116,0,-202,-74,-202,-173v0,-84,51,-145,136,-181xm243,-29v95,0,156,-57,156,-137v0,-92,-63,-133,-168,-163v-92,27,-141,86,-141,157v0,77,54,143,153,143xm247,-622v-86,0,-134,56,-134,121v0,78,56,117,144,139v68,-24,119,-68,119,-140v0,-58,-36,-120,-129,-120"},"9":{"d":"403,-320v-43,51,-99,85,-170,85v-121,0,-186,-96,-186,-198v0,-119,82,-228,209,-228v111,0,195,95,195,271v0,228,-102,350,-263,393v-34,9,-65,9,-87,8r0,-44v183,2,278,-108,302,-287xm241,-276v77,0,147,-40,163,-113v0,-137,-51,-232,-158,-232v-89,0,-151,79,-151,186v0,96,60,159,146,159"},":":{"d":"135,-405v0,24,-16,44,-42,44v-23,0,-39,-20,-39,-44v0,-26,17,-46,41,-46v24,0,40,20,40,46xm135,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45","w":174},";":{"d":"64,121r-38,5v16,-42,43,-150,52,-212r63,-10v-18,75,-61,189,-77,217xm144,-405v0,24,-16,44,-42,44v-23,0,-39,-20,-39,-44v0,-26,17,-46,41,-46v24,0,40,20,40,46","w":174},"<":{"d":"71,-249r0,-35r454,-248r0,46r-408,219r0,2r408,218r0,47","w":596},"=":{"d":"556,-345r-516,0r0,-40r516,0r0,40xm556,-155r-516,0r0,-40r516,0r0,40","w":596},">":{"d":"525,-284r0,35r-454,249r0,-47r408,-218r0,-2r-408,-219r0,-46","w":596},"?":{"d":"188,-175r-44,0v-16,-77,0,-134,60,-209v51,-64,77,-105,77,-157v0,-61,-37,-102,-109,-102v-37,0,-77,11,-102,31r-18,-34v33,-26,87,-40,129,-40v104,0,152,70,152,142v0,62,-34,111,-87,176v-58,72,-67,113,-58,193xm205,-34v0,24,-15,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v25,0,40,19,40,45","w":381},"@":{"d":"452,-258r25,-124v-128,-43,-249,64,-247,195v0,48,26,84,77,84v70,0,132,-91,145,-155xm496,28r14,35v-213,113,-472,-9,-472,-270v0,-207,139,-386,360,-386v173,0,283,123,283,289v0,153,-85,238,-170,238v-35,0,-74,-27,-67,-94r-4,0v-38,64,-85,94,-149,94v-54,0,-105,-46,-105,-122v0,-160,172,-292,338,-222r-36,179v-18,87,-4,127,33,127v56,0,115,-75,115,-191v0,-155,-89,-261,-245,-261v-169,0,-308,135,-308,346v0,166,111,277,258,277v61,0,114,-14,155,-39","w":717},"A":{"d":"429,-236r-267,0r-83,236r-49,0r244,-674r46,0r243,674r-49,0xm177,-276r237,0r-82,-225v-16,-47,-25,-81,-35,-119r-2,0v-30,118,-79,232,-118,344","w":585,"k":{"T":73,"J":-22,"M":6,"C":9,"G":9,"O":9,"Q":9,"U":23,"V":50,"W":50,"X":7,"Y":70,"a":-6,"f":4,"g":11,"c":10,"d":10,"e":10,"o":10,"q":10,"s":8,"t":4,"u":10,"v":15,"w":15,"y":15,"z":-21,"\"":66,"'":66}},"B":{"d":"461,-188v0,142,-108,195,-262,193v-52,0,-91,-3,-117,-6r0,-664v37,-9,85,-14,135,-14v134,0,214,45,218,166v2,71,-53,125,-116,153v56,13,142,62,142,172xm129,-632r0,254r99,0v97,0,158,-57,158,-132v0,-95,-71,-129,-171,-129v-45,0,-71,3,-86,7xm129,-339r0,299v130,17,285,-3,283,-147v-2,-136,-136,-161,-283,-152","w":505,"k":{"T":3,"V":-13,"W":-13,"Y":3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":-10,"w":-10,"y":-10,",":11,".":11}},"C":{"d":"524,-62r14,38v-34,18,-99,35,-181,35v-163,0,-319,-105,-319,-344v0,-200,129,-352,341,-352v86,0,136,19,157,30r-16,40v-34,-17,-83,-29,-140,-29v-182,0,-293,118,-293,312v0,183,105,301,285,301v58,0,114,-12,152,-31","w":570,"k":{"T":-38,"C":16,"G":16,"O":16,"Q":16,"V":-14,"W":-14,"a":4,"c":6,"d":6,"e":6,"o":6,"q":6,"u":7,"v":12,"w":12,"y":12,")":-22,"]":-22,"}":-22}},"D":{"d":"610,-354v0,222,-136,359,-379,359v-52,0,-101,-1,-149,-6r0,-664v51,-8,109,-14,172,-14v229,1,356,107,356,325xm129,-629r0,589v28,4,67,5,109,5v216,0,323,-121,323,-316v0,-171,-94,-288,-310,-288v-52,0,-93,5,-122,10","w":647,"k":{"T":24,"J":3,"V":-8,"W":-8,"X":24,"Y":23,"A":13,"f":-20,"g":-6,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"t":-20,"v":-17,"w":-17,"y":-17,"j":-7,"-":-15,",":30,".":30}},"E":{"d":"399,-375r0,40r-270,0r0,295r302,0r0,40r-349,0r0,-674r333,0r0,40r-286,0r0,259r270,0","w":466,"k":{"T":-22,"J":-15,"V":-11,"W":-11,"Y":-3,"f":-4,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"u":5,"v":4,"w":4,"y":4,"b":3,"h":3,"k":3,"l":3}},"F":{"d":"82,0r0,-674r333,0r0,40r-286,0r0,268r262,0r0,40r-262,0r0,326r-47,0","w":462,"k":{"J":95,"M":20,"A":85,"a":49,"g":21,"c":34,"d":34,"e":34,"o":34,"q":34,"u":39,"v":22,"w":22,"y":22,"b":18,"h":18,"k":18,"l":18,"i":30,"m":30,"n":30,"p":30,"r":30,":":10,";":10,",":101,".":101}},"G":{"d":"369,7v-188,0,-331,-130,-331,-342v0,-187,122,-346,351,-346v73,0,131,18,157,30r-15,40v-35,-17,-80,-29,-144,-29v-186,0,-300,120,-300,303v0,190,112,303,290,303v70,0,116,-10,141,-23r0,-238r-157,0r0,-39r204,0r0,304v-34,14,-104,37,-196,37","w":624,"k":{"a":-8,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"v":-5,"w":-5,"y":-5}},"H":{"d":"82,-674r47,0r0,296r372,0r0,-296r47,0r0,674r-47,0r0,-337r-372,0r0,337r-47,0r0,-674","w":630,"k":{"f":-14,"t":-22,"v":-14,"w":-14,"y":-14,"z":-16,"b":-15,"h":-15,"k":-15,"l":-15,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,"j":-14,"x":-10}},"I":{"d":"82,-674r47,0r0,674r-47,0r0,-674","w":211,"k":{"f":-14,"t":-22,"v":-14,"w":-14,"y":-14,"z":-16,"b":-15,"h":-15,"k":-15,"l":-15,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,"j":-14,"x":-10}},"J":{"d":"223,-219r0,-455r48,0r0,465v-1,210,-126,246,-264,204r10,-39v116,35,206,11,206,-175","w":345,"k":{"a":-3,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"v":-15,"w":-15,"y":-15,")":-60,"]":-60,"}":-60,",":15,".":15}},"K":{"d":"82,0r0,-674r47,0r0,341r4,0v19,-26,39,-49,57,-70r239,-271r59,0r-257,286r281,388r-58,0r-256,-355r-69,76r0,279r-47,0","w":498,"k":{"T":-30,"J":-44,"C":6,"G":6,"O":6,"Q":6,"V":-24,"W":-24,"A":-9,"Z":-22,"a":-25,"c":-11,"d":-11,"e":-11,"o":-11,"q":-11,"u":-3,"b":-16,"h":-16,"k":-16,"l":-16,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,":":-31,";":-31,"-":15,")":-33,"]":-33,"}":-33,",":-22,".":-22}},"L":{"d":"82,0r0,-674r47,0r0,634r301,0r0,40r-348,0","w":448,"k":{"T":78,"C":39,"G":39,"O":39,"Q":39,"U":40,"V":56,"W":56,"Y":80,"g":3,"c":17,"d":17,"e":17,"o":17,"q":17,"t":4,"u":17,"v":21,"w":21,"y":21,"-":58,"\"":96,"'":96}},"M":{"d":"670,0r-20,-320v-7,-101,-15,-225,-14,-298r-3,0v-24,73,-52,151,-90,251r-142,367r-33,0r-133,-358v-38,-105,-67,-186,-87,-260r-3,0v-1,79,-6,196,-14,308r-21,310r-47,0r49,-674r55,0r145,388v31,86,55,154,74,219r2,0v58,-187,155,-418,226,-607r57,0r46,674r-47,0","w":778,"k":{"T":8,"Y":3,"A":14,"a":-8,"g":3,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"u":-4,"v":-11,"w":-11,"y":-11,"i":-16,"m":-16,"n":-16,"p":-16,"r":-16,"j":-15,"-":-8}},"N":{"d":"128,0r-46,0r0,-674r45,0r263,398v54,84,93,147,126,212r2,-1v-14,-187,-6,-407,-8,-609r47,0r0,674r-45,0r-257,-392v-50,-78,-96,-149,-131,-218r-2,1v5,83,6,156,6,268r0,341","w":638,"k":{"f":-14,"t":-22,"v":-14,"w":-14,"y":-14,"z":-16,"b":-15,"h":-15,"k":-15,"l":-15,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,"j":-14,"x":-10}},"O":{"d":"340,-685v170,0,293,132,293,341v0,238,-145,355,-301,355v-166,0,-294,-131,-294,-341v0,-221,133,-355,302,-355xm337,-645v-336,-1,-330,616,-2,616v160,0,249,-145,249,-312v0,-142,-78,-304,-247,-304","w":671,"k":{"T":24,"J":3,"V":-8,"W":-8,"X":24,"Y":23,"A":13,"f":-20,"g":-6,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"t":-20,"v":-17,"w":-17,"y":-17,"j":-7,"-":-15,",":30,".":30}},"P":{"d":"456,-490v4,170,-159,233,-327,202r0,288r-47,0r0,-666v39,-8,87,-13,144,-13v141,1,227,58,230,189xm129,-631r0,301v24,7,53,10,86,10v120,0,193,-59,193,-166v0,-106,-77,-153,-184,-153v-44,0,-77,4,-95,8","w":502,"k":{"J":72,"M":11,"V":-8,"W":-8,"X":4,"A":99,"Z":43,"a":30,"g":24,"c":26,"d":26,"e":26,"o":26,"q":26,"s":22,"u":18,"b":8,"h":8,"k":8,"l":8,"i":21,"m":21,"n":21,"p":21,"r":21,":":11,";":11,"-":20,",":138,".":138}},"Q":{"d":"625,88r-290,-77v-165,-4,-297,-125,-297,-341v0,-224,133,-355,303,-355v169,0,292,133,292,341v0,186,-86,298,-212,338r0,3v76,18,159,37,219,47xm339,-645v-338,-1,-332,617,-5,616v160,0,250,-145,250,-312v0,-142,-78,-304,-245,-304","w":671,"k":{"T":24,"J":3,"V":-8,"W":-8,"X":24,"Y":23,"A":13,"f":-20,"g":-6,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"t":-20,"v":-17,"w":-17,"y":-17,"j":-7,"-":-15,",":30,".":30}},"R":{"d":"227,-679v144,-1,223,52,229,176v4,93,-58,146,-132,178v54,17,88,68,104,143v23,105,36,155,50,182r-50,0v-10,-20,-25,-79,-43,-164v-20,-97,-62,-145,-151,-145r-105,0r0,309r-47,0r0,-665v41,-9,99,-14,145,-14xm129,-631r0,283r107,0v104,0,172,-58,172,-147v0,-103,-76,-145,-182,-145v-46,0,-80,5,-97,9","w":505,"k":{"T":-15,"C":-8,"G":-8,"O":-8,"Q":-8,"V":-29,"W":-29,"X":-4,"Y":6,"a":-14,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"t":-24,"v":-20,"w":-20,"y":-20,"b":-10,"h":-10,"k":-10,"l":-10,"i":-11,"m":-11,"n":-11,"p":-11,"r":-11}},"S":{"d":"42,-35r18,-40v38,26,91,45,148,45v100,0,162,-57,162,-140v0,-76,-38,-122,-136,-158v-108,-40,-174,-94,-174,-186v0,-99,82,-171,196,-171v63,0,111,17,134,32r-18,40v-18,-13,-61,-32,-119,-32v-109,0,-146,70,-146,123v0,75,43,112,140,151v111,44,170,95,170,196v0,98,-70,186,-214,186v-58,0,-126,-20,-161,-46","w":464,"k":{"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"v":3,"w":3,"y":3}},"T":{"d":"209,0r0,-634r-220,0r0,-40r488,0r0,40r-220,0r0,634r-48,0","w":465,"k":{"i":40,"T":-47,"J":38,"C":26,"G":26,"O":26,"Q":26,"V":-48,"W":-48,"X":-24,"Y":-40,"A":76,"S":4,"a":62,"g":66,"c":66,"d":66,"e":66,"o":66,"q":66,"s":41,"u":40,"v":33,"w":33,"y":33,"z":47,"b":4,"h":4,"k":4,"l":4,"m":40,"n":40,"p":40,"r":40,"x":46,":":20,";":20,"-":46,")":-78,"]":-78,"}":-78,"\"":-22,"'":-22,",":45,".":45}},"U":{"d":"82,-674r47,0r0,407v0,171,80,237,180,237v111,0,188,-72,188,-237r0,-407r48,0r0,402v0,207,-112,283,-239,283v-118,0,-224,-69,-224,-275r0,-410","w":626,"k":{"A":38,"f":-8,"t":-6,"z":3,"x":3,",":30,".":30}},"V":{"d":"269,0r-45,0r-224,-674r50,0r119,361v33,98,60,183,79,258r3,0v56,-195,149,-423,217,-619r51,0","w":509,"k":{"T":-40,"J":12,"C":-5,"G":-5,"O":-5,"Q":-5,"V":-22,"W":-22,"A":60,"S":-7,"a":28,"g":10,"c":26,"d":26,"e":26,"o":26,"q":26,"s":16,"t":-19,"u":10,"v":-3,"w":-3,"y":-3,"z":5,"i":9,"m":9,"n":9,"p":9,"r":9,":":12,";":12,"-":8,")":-71,"]":-71,"}":-71,"\"":-22,"'":-22,",":46,".":46}},"W":{"d":"238,0r-46,0r-177,-674r48,0r98,380v23,87,43,168,56,231r3,0v41,-189,119,-420,172,-611r46,0r100,377v21,82,44,166,54,234r3,0v45,-199,117,-414,172,-611r49,0r-202,674r-46,0r-102,-388v-26,-99,-42,-166,-52,-229r-2,0v-38,184,-122,427,-174,617","w":820,"k":{"T":-40,"J":12,"C":-5,"G":-5,"O":-5,"Q":-5,"V":-22,"W":-22,"A":60,"S":-7,"a":28,"g":10,"c":26,"d":26,"e":26,"o":26,"q":26,"s":16,"t":-19,"u":10,"v":-3,"w":-3,"y":-3,"z":5,"i":9,"m":9,"n":9,"p":9,"r":9,":":12,";":12,"-":8,")":-71,"]":-71,"}":-71,"\"":-22,"'":-22,",":46,".":46}},"X":{"d":"515,0r-55,0r-190,-306r-3,0r-181,306r-56,0r214,-342r-205,-332r55,0r178,295r2,0r184,-295r56,0r-216,328","w":546,"k":{"T":-9,"C":24,"G":24,"O":24,"Q":24,"V":-9,"W":-9,"X":18,"A":6,"a":4,"c":6,"d":6,"e":6,"o":6,"q":6,"u":5,"v":8,"w":8,"y":8,"-":24}},"Y":{"d":"277,0r-47,0r0,-292r-215,-382r54,0r111,201v28,53,53,96,76,145r2,0v54,-113,131,-235,193,-346r54,0r-228,383r0,291","w":503,"k":{"T":-55,"J":45,"M":4,"C":29,"G":29,"O":29,"Q":29,"V":-35,"W":-35,"X":-9,"Y":-20,"A":74,"S":4,"a":56,"g":15,"c":56,"d":56,"e":56,"o":56,"q":56,"s":44,"t":4,"u":42,"v":15,"w":15,"y":15,"z":10,"b":5,"h":5,"k":5,"l":5,"i":8,"m":8,"n":8,"p":8,"r":8,"x":8,":":22,";":22,"-":44,")":-70,"]":-70,"}":-70,"\"":-6,"'":-6,",":81,".":81}},"Z":{"d":"34,0r0,-32r406,-599r0,-3r-373,0r0,-40r434,0r0,32r-407,599r0,3r412,0r0,40r-472,0","w":539,"k":{"C":21,"G":21,"O":21,"Q":21,"X":8,"A":6,"a":3,"c":14,"d":14,"e":14,"o":14,"q":14,"u":5,"v":5,"w":5,"y":5,"-":38}},"[":{"d":"260,112r-170,0r0,-798r170,0r0,37r-127,0r0,724r127,0r0,37","w":265,"k":{"T":-63,"J":-21,"C":5,"G":5,"O":5,"Q":5,"V":-64,"W":-64,"X":-15,"Y":-48,"A":6,"c":4,"d":4,"e":4,"o":4,"q":4,"j":-59}},"\\":{"d":"359,40r-47,0r-317,-725r48,0","w":348},"]":{"d":"5,-686r171,0r0,798r-171,0r0,-37r127,0r0,-724r-127,0r0,-37","w":265},"^":{"d":"525,-196r-46,0r-180,-408r-2,0r-179,408r-46,0r204,-454r44,0","w":596},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"214,-491v253,0,133,269,172,491r-43,0r-7,-69r-3,0v-23,37,-76,80,-153,80v-96,0,-141,-68,-141,-132v0,-111,98,-178,293,-176v0,-63,-4,-154,-123,-154v-42,0,-86,11,-120,36r-15,-35v43,-29,97,-41,140,-41xm185,-29v91,0,147,-52,147,-125r0,-103v-105,-3,-243,13,-243,128v0,69,46,100,96,100","w":454},"b":{"d":"81,-112r0,-598r47,0r0,319r2,0v32,-62,91,-100,176,-100v121,0,205,101,205,246v0,171,-109,256,-214,256v-79,0,-132,-35,-174,-98r-3,87r-43,0v2,-34,4,-76,4,-112xm294,-452v-81,0,-161,66,-166,171r0,96v5,97,78,156,162,156v110,0,173,-90,173,-215v0,-110,-60,-208,-169,-208","w":552,"k":{"T":35,"v":5,"w":5,"y":5,"z":6,"x":8,"-":-14,"\"":5,"'":5,",":18,".":18}},"c":{"d":"399,-58r13,37v-21,11,-71,32,-140,32v-139,0,-231,-101,-231,-246v0,-152,104,-256,248,-256v59,0,107,17,126,30r-17,39v-24,-13,-61,-28,-114,-28v-129,0,-195,99,-195,212v0,125,79,207,190,207v57,0,94,-16,120,-27","w":446,"k":{"T":10,"t":-11,"v":-19,"w":-19,"y":-19,",":11,".":11}},"d":{"d":"416,-710r47,0r0,598v0,36,2,78,4,112r-43,0v-3,-29,2,-66,-5,-91v-25,53,-82,102,-171,102v-118,0,-207,-99,-207,-242v-1,-160,98,-260,216,-260v85,0,133,46,159,84r0,-303xm257,-29v79,1,156,-62,159,-165r0,-96v-2,-96,-64,-162,-156,-162v-105,0,-171,91,-171,216v0,108,54,207,168,207","w":544,"k":{",":11,".":11}},"e":{"d":"442,-245r-354,0v0,154,84,214,183,214v70,0,106,-14,133,-27r12,38v-18,10,-67,31,-151,31v-138,0,-224,-101,-224,-242v0,-160,92,-260,216,-260v157,0,187,148,187,217v0,13,0,21,-2,29xm91,-283r303,0v1,-67,-27,-169,-143,-169v-106,0,-152,95,-160,169","w":485,"k":{"T":28,"v":-4,"w":-4,"y":-4,"-":-26,",":10,".":10}},"f":{"d":"84,-480v-10,-134,43,-239,159,-241v31,0,58,8,72,16r-15,38v-13,-7,-32,-14,-61,-14v-98,0,-110,98,-108,201r129,0r0,38r-129,0r0,442r-47,0r0,-442r-69,0r0,-38r69,0","w":262,"k":{"g":15,"c":15,"d":15,"e":15,"o":15,"q":15,"s":11,"t":-9,":":-34,";":-34,")":-122,"]":-122,"}":-122,"\"":-65,"'":-65,",":30,".":30}},"g":{"d":"463,-356r0,286v0,123,-25,184,-65,222v-82,76,-226,72,-315,16r17,-38v33,21,80,40,142,40v101,0,174,-53,174,-195v0,-21,4,-51,-2,-68v-25,49,-81,93,-167,93v-121,0,-206,-105,-206,-236v0,-167,110,-255,216,-255v98,0,139,55,164,92r2,-81r44,0v-2,36,-4,74,-4,124xm259,-40v78,0,157,-62,157,-159r0,-97v-4,-94,-63,-156,-155,-156v-102,0,-172,84,-172,211v0,108,57,201,170,201","w":544,"k":{"T":30,"f":-6,"i":8,"m":8,"n":8,"p":8,"r":8,",":14,".":14}},"h":{"d":"280,-450v-82,0,-152,62,-152,156r0,294r-47,0r0,-710r47,0r0,316r2,0v27,-52,85,-97,163,-97v45,0,166,23,166,201r0,290r-47,0r0,-284v0,-87,-34,-166,-132,-166","w":536,"k":{"T":45,"v":10,"w":10,"y":10,"\"":3,"'":3}},"i":{"d":"128,0r-47,0r0,-480r47,0r0,480xm105,-659v23,0,38,19,38,42v0,22,-15,41,-40,41v-22,0,-37,-19,-37,-41v0,-22,17,-42,39,-42","w":209},"j":{"d":"-43,209r-6,-39v41,-2,78,-14,100,-40v25,-30,36,-68,36,-195r0,-415r47,0r0,447v0,86,-9,145,-51,190v-34,38,-95,52,-126,52xm112,-659v22,0,37,20,37,42v0,21,-14,41,-40,41v-22,0,-37,-20,-37,-41v0,-22,17,-42,40,-42","w":214,"k":{",":11,".":11}},"k":{"d":"128,-710r0,461r218,-231r58,0r-194,199r221,281r-58,0r-196,-252r-49,52r0,200r-47,0r0,-710r47,0","w":423,"k":{"T":12,"a":-26,"g":-11,"c":-11,"d":-11,"e":-11,"o":-11,"q":-11,"u":-7,"v":-19,"w":-19,"y":-19,"b":-22,"h":-22,"k":-22,"l":-22,"i":-22,"m":-22,"n":-22,"p":-22,"r":-22,":":-15,";":-15,"-":13,",":-20,".":-20}},"l":{"d":"81,0r0,-710r47,0r0,710r-47,0","w":212,"k":{",":11,".":11}},"m":{"d":"269,-450v-80,0,-141,68,-141,154r0,296r-47,0r0,-365v0,-44,-2,-77,-4,-115r44,0v3,27,-1,62,6,85v30,-55,76,-96,155,-96v69,0,115,48,140,105v33,-64,77,-105,164,-105v47,0,156,26,156,208r0,283r-47,0r0,-278v0,-108,-42,-172,-125,-172v-76,0,-135,61,-135,142r0,308r-47,0r0,-300v0,-87,-42,-150,-119,-150","w":819,"k":{"T":45,"v":10,"w":10,"y":10,"\"":3,"'":3}},"n":{"d":"279,-450v-82,0,-151,63,-151,153r0,297r-47,0r0,-365v0,-44,-2,-77,-4,-115r44,0v3,28,-1,63,6,87v26,-54,86,-98,165,-98v46,0,167,23,167,203r0,288r-47,0r0,-284v0,-87,-34,-166,-133,-166","w":536,"k":{"T":45,"v":10,"w":10,"y":10,"\"":3,"'":3}},"o":{"d":"268,-491v133,0,223,99,223,246v0,180,-123,256,-230,256v-124,0,-220,-97,-220,-247v0,-165,108,-255,227,-255xm267,-452v-122,0,-178,110,-178,213v0,120,77,210,175,210v100,0,179,-90,179,-213v0,-88,-50,-210,-176,-210","w":532,"k":{"T":35,"v":5,"w":5,"y":5,"z":6,"x":8,"-":-14,"\"":5,"'":5,",":18,".":18}},"p":{"d":"81,198r0,-525v0,-60,-2,-108,-4,-153r45,0v3,29,-1,66,6,91v34,-64,93,-102,177,-102v123,0,206,102,206,243v0,172,-102,259,-218,259v-71,0,-128,-35,-165,-89r0,276r-47,0xm294,-452v-82,-1,-160,68,-166,169r0,94v2,101,78,160,162,160v110,0,173,-89,173,-217v0,-108,-60,-206,-169,-206","w":552,"k":{"T":35,"v":5,"w":5,"y":5,"z":6,"x":8,"-":-14,"\"":5,"'":5,",":18,".":18}},"q":{"d":"416,198r0,-281r-3,0v-23,49,-80,94,-165,94v-118,0,-207,-100,-207,-242v0,-186,120,-260,221,-260v85,0,133,48,159,93r2,-82r44,0v-2,36,-4,74,-4,124r0,554r-47,0xm257,-29v77,0,159,-63,159,-159r0,-103v-2,-96,-63,-161,-155,-161v-105,0,-172,89,-172,215v0,107,50,208,168,208","w":542,"k":{"T":28,",":9,".":9}},"r":{"d":"281,-443v-99,-16,-153,72,-153,178r0,265r-47,0r0,-336v0,-48,-2,-98,-4,-144r44,0v3,31,-3,70,4,97v24,-65,77,-118,156,-106r0,46","w":295,"k":{"T":10,"f":-32,"g":9,"c":11,"d":11,"e":11,"o":11,"q":11,"t":-26,"v":-30,"w":-30,"y":-30,"z":-10,"b":-8,"h":-8,"k":-8,"l":-8,"i":-7,"m":-7,"n":-7,"p":-7,"r":-7,"x":-21,":":-18,";":-18,"-":8,",":45,".":45}},"s":{"d":"44,-23r17,-40v26,16,65,33,108,33v76,0,112,-41,112,-91v0,-53,-32,-82,-101,-109v-79,-31,-122,-73,-122,-131v0,-69,54,-130,148,-130v44,0,81,13,106,30r-19,39v-16,-12,-47,-29,-95,-29v-61,0,-93,39,-93,83v0,50,34,73,99,99v78,31,124,69,124,142v0,82,-64,138,-162,138v-47,0,-90,-14,-122,-34","w":373,"k":{"T":18,",":11,".":11}},"t":{"d":"211,11v-81,-1,-112,-61,-112,-149r0,-304r-81,0r0,-38r81,0r0,-88r48,-18r0,106r137,0r0,38r-137,0r0,312v0,61,19,100,70,100v25,0,43,-4,55,-8r6,37v-16,7,-38,12,-67,12","w":309,"k":{"g":6,"c":6,"d":6,"e":6,"o":6,"q":6,"v":-11,"w":-11,"y":-11,"-":8}},"u":{"d":"252,-31v89,0,151,-62,151,-150r0,-299r47,0r0,363v0,42,2,80,4,117r-44,0v-3,-27,2,-62,-5,-85v-24,44,-79,96,-165,96v-61,0,-163,-30,-163,-212r0,-279r47,0r0,270v0,104,33,179,128,179","w":531,"k":{"T":28,",":9,".":9}},"v":{"d":"15,-480r51,0r159,426r2,0r163,-426r50,0r-195,480r-42,0","w":452,"k":{"T":25,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-8,"w":-8,"y":-8,":":-35,";":-35,",":34,".":34}},"w":{"d":"23,-480r49,0r80,273v17,56,31,104,41,150r3,0v39,-136,98,-288,144,-423r45,0r92,271v19,58,34,107,47,152r2,0v33,-135,88,-288,129,-423r49,0r-160,480r-42,0r-90,-267v-23,-57,-34,-114,-52,-164v-40,150,-99,288,-148,431r-42,0","w":722,"k":{"T":25,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-8,"w":-8,"y":-8,":":-35,";":-35,",":34,".":34}},"x":{"d":"21,-480r54,0r82,117v23,27,35,56,57,82r138,-199r53,0r-167,234r173,246r-54,0r-146,-212r-2,0v-43,71,-98,142,-144,212r-54,0r176,-245","w":429,"k":{"T":18,"c":11,"d":11,"e":11,"o":11,"q":11,"s":4,"t":-13,"v":-12,"w":-12,"y":-12,"-":8}},"y":{"d":"25,181v77,-32,137,-92,170,-195v0,-5,-2,-11,-6,-21r-178,-445r51,0r126,314v15,33,23,76,37,103v10,-30,22,-67,37,-106r117,-311r51,0r-144,358v-73,189,-118,288,-246,343","w":440,"k":{"T":25,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-8,"w":-8,"y":-8,":":-35,";":-35,",":34,".":34}},"z":{"d":"16,0r0,-29r258,-341v18,-24,39,-45,55,-71r-292,0r0,-39r350,0r-1,32r-309,409r311,0r0,39r-372,0","w":403,"k":{"T":15,"c":8,"d":8,"e":8,"o":8,"q":8,"v":-34,"w":-34,"y":-34}},"{":{"d":"92,-26v0,-56,19,-110,19,-166v0,-34,-12,-80,-84,-78r0,-35v148,-6,61,-154,65,-252v4,-95,64,-132,153,-129r0,37v-76,-4,-110,27,-109,96v1,53,18,107,18,160v0,61,-30,89,-64,105v38,12,64,48,64,105v0,54,-18,107,-18,161v0,70,36,101,109,97r0,37v-88,3,-153,-31,-153,-138","w":265,"k":{"T":-63,"J":-21,"C":5,"G":5,"O":5,"Q":5,"V":-64,"W":-64,"X":-15,"Y":-48,"A":6,"c":4,"d":4,"e":4,"o":4,"q":4,"j":-59}},"|":{"d":"85,-750r42,0r0,1000r-42,0r0,-1000","w":212},"}":{"d":"173,-557v4,100,-83,245,66,252r0,35v-148,8,-62,144,-66,244v-4,106,-65,141,-153,138r0,-37v73,4,110,-26,109,-97v0,-54,-17,-107,-18,-161v-1,-59,30,-90,64,-107v-38,-11,-64,-45,-64,-103v0,-105,66,-271,-91,-256r0,-37v89,-3,149,34,153,129","w":265},"~":{"d":"159,-351v61,0,211,88,285,88v44,0,63,-34,63,-86r37,0v5,92,-49,128,-104,128v-33,0,-69,-9,-147,-42v-50,-22,-92,-45,-136,-45v-43,0,-67,30,-67,86r-38,0v-5,-79,46,-129,107,-129","w":596},"'":{"d":"60,-692r58,0r-13,221r-32,0","w":178,"k":{"T":-22,"J":60,"M":8,"V":-22,"W":-22,"A":70,"f":-25,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-25,"v":-30,"w":-30,"y":-30,",":105,".":105}},"`":{"d":"33,-688r70,0r89,138r-37,0","w":300},"\u00a0":{"w":219,"k":{"T":42,"V":35,"W":35,"Y":50}}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * � 2000, 2004 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * D454,582.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-Bold
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":555,"face":{"font-family":"myriadBold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 7 3 3 4 3 2 2 4","ascent":"750","descent":"-250","x-height":"11","bbox":"-40 -750 875 250","underline-thickness":"50","underline-position":"-50","stemh":"112","stemv":"152","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":202,"k":{"T":39,"V":37,"W":37,"Y":40}},"!":{"d":"191,-221r-114,0r-23,-453r159,0xm223,-80v0,52,-35,91,-90,91v-53,0,-89,-39,-89,-91v0,-53,37,-91,90,-91v53,0,89,38,89,91","w":268},"\"":{"d":"35,-692r135,0r-23,271r-89,0xm227,-692r135,0r-23,271r-89,0","w":397,"k":{"T":-9,"J":58,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-4,"Y":-8,"A":46,"f":-25,"g":19,"c":13,"d":13,"e":13,"o":13,"q":13,"t":-22,"v":-6,"w":-6,"y":-6,",":125,".":125}},"#":{"d":"223,-271r91,0r16,-112r-91,0xm182,0r-90,0r26,-179r-81,0r0,-92r97,0r16,-112r-85,0r0,-93r99,0r25,-174r89,0r-25,174r91,0r26,-174r89,0r-26,174r80,0r0,93r-94,0r-16,112r83,0r0,92r-98,0r-25,179r-90,0r25,-179r-91,0","w":550},"$":{"d":"323,87r-98,0r0,-95v-67,-3,-132,-21,-170,-43r30,-117v42,23,101,44,166,44v57,0,96,-22,96,-62v0,-38,-32,-62,-106,-87v-107,-36,-180,-86,-180,-183v0,-88,62,-157,169,-178r0,-95r98,0r0,88v67,3,112,17,145,33r-29,113v-26,-11,-72,-34,-144,-34v-65,0,-86,28,-86,56v0,33,35,55,120,86v119,43,167,97,167,187v0,89,-63,165,-178,185r0,102"},"%":{"d":"27,-457v0,-116,71,-204,183,-204v111,0,174,82,174,193v0,136,-86,208,-180,208v-99,0,-177,-75,-177,-197xm271,-461v0,-66,-18,-118,-66,-117v-44,0,-65,52,-65,118v0,68,23,117,67,117v43,0,64,-44,64,-118xm293,11r-82,0r374,-671r81,0xm495,-187v0,-116,71,-204,183,-204v111,0,174,82,174,193v0,136,-86,207,-180,207v-98,0,-177,-74,-177,-196xm739,-191v0,-66,-17,-118,-65,-117v-45,0,-65,52,-65,117v-1,68,22,117,66,117v43,0,64,-44,64,-117","w":880},"&":{"d":"672,0r-177,0r-44,-48v-44,34,-105,59,-185,59v-286,3,-295,-299,-107,-384r0,-4v-101,-115,-49,-307,151,-308v104,0,183,61,183,158v0,68,-40,126,-133,173r-1,4v39,43,80,92,113,126v27,-42,48,-104,57,-164r136,0v-18,102,-52,189,-112,256xm175,-205v0,57,43,106,113,106v39,0,72,-15,92,-34v-42,-42,-97,-103,-152,-165v-28,20,-53,49,-53,93xm364,-523v0,-32,-19,-68,-60,-67v-38,0,-60,34,-60,69v0,34,16,64,46,97v49,-34,74,-60,74,-99","w":678},"(":{"d":"174,-691r106,0v-57,92,-101,226,-101,405v0,176,45,309,101,402r-106,0v-54,-77,-114,-210,-114,-403v1,-194,60,-326,114,-404","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},")":{"d":"141,116r-106,0v55,-92,101,-227,101,-404v0,-177,-45,-310,-101,-403r106,0v53,77,114,208,114,403v-1,195,-61,326,-114,404","w":314},"*":{"d":"284,-685r88,50r-108,127r1,3r159,-32r0,101r-160,-28r-1,3r109,123r-89,52r-57,-155v-24,48,-39,105,-60,155r-86,-52r107,-127r-157,29r0,-101r155,31r1,-2r-106,-126r89,-51r56,153r2,0","w":454},"+":{"d":"249,-532r98,0r0,218r209,0r0,94r-209,0r0,220r-98,0r0,-220r-209,0r0,-94r209,0r0,-218","w":596},",":{"d":"103,110r-101,9v31,-89,58,-193,72,-284r155,-10v-33,102,-78,207,-126,285","w":260,"k":{"\"":122,"'":122}},"-":{"d":"30,-314r262,0r0,102r-262,0r0,-102","w":322,"k":{"T":55,"J":6,"C":-12,"G":-12,"O":-12,"Q":-12,"V":24,"W":24,"X":17,"Y":60,"A":5,"g":-4,"c":-16,"d":-16,"e":-16,"o":-16,"q":-16}},".":{"d":"229,-81v0,53,-36,92,-91,92v-51,0,-88,-39,-88,-92v0,-54,37,-93,90,-93v53,0,89,38,89,93","w":260,"k":{"\"":122,"'":122}},"\/":{"d":"117,40r-101,0r214,-725r101,0","w":331},"0":{"d":"280,-661v174,0,242,155,242,333v0,201,-81,339,-247,339v-168,0,-243,-151,-243,-335v0,-188,80,-337,248,-337xm278,-546v-56,0,-93,71,-93,222v0,149,35,220,94,220v59,0,91,-74,91,-222v0,-144,-31,-220,-92,-220"},"1":{"d":"236,0r0,-515v-44,18,-83,40,-126,59r-25,-114r172,-80r126,0r0,650r-147,0"},"2":{"d":"503,0r-461,0r0,-92r84,-76v142,-127,213,-200,213,-276v0,-53,-32,-95,-107,-95v-56,0,-105,28,-139,54r-43,-109v49,-37,125,-67,213,-67v147,0,228,86,228,204v0,133,-136,246,-233,332r245,0r0,125"},"3":{"d":"38,-35r31,-114v27,14,89,40,151,40v79,0,119,-38,119,-87v0,-85,-98,-99,-193,-93r0,-109v81,3,175,-1,175,-75v0,-39,-32,-68,-96,-68v-53,0,-109,23,-136,39r-31,-110v39,-25,117,-49,201,-49v240,0,291,247,97,313r0,2v78,14,141,73,141,158v0,115,-101,199,-266,199v-84,0,-155,-22,-193,-46"},"4":{"d":"455,0r-144,0r0,-155r-288,0r0,-99r246,-396r186,0r0,381r78,0r0,114r-78,0r0,155xm165,-269r146,0r0,-144v0,-39,2,-79,5,-121r-4,0v-42,96,-96,178,-147,265"},"5":{"d":"210,-425v158,-14,292,51,292,208v0,121,-104,228,-279,228v-79,0,-145,-18,-181,-37r27,-114v72,39,278,62,277,-67v0,-67,-53,-108,-183,-108v-36,0,-61,2,-88,6r43,-341r358,0r0,125r-252,0"},"6":{"d":"457,-659r0,117v-17,0,-35,0,-59,2v-135,11,-195,80,-212,156r3,0v32,-33,77,-52,138,-52v109,0,201,77,201,212v0,129,-99,235,-240,235v-173,0,-258,-129,-258,-284v0,-249,165,-397,427,-386xm277,-328v-53,0,-98,32,-96,96v2,69,36,132,106,131v53,0,87,-49,87,-115v0,-60,-32,-112,-97,-112"},"7":{"d":"49,-650r459,0r0,96r-268,554r-161,0r268,-525r-298,0r0,-125"},"8":{"d":"148,-333r0,-3v-63,-32,-94,-85,-94,-142v0,-110,99,-183,229,-183v152,0,215,88,215,167v0,56,-30,111,-94,143r0,3v63,24,119,78,119,162v0,118,-99,197,-250,197v-165,0,-241,-93,-241,-181v0,-78,45,-132,116,-163xm279,-94v54,0,89,-35,89,-81v0,-57,-42,-91,-102,-107v-106,20,-106,186,13,188xm276,-558v-52,0,-79,34,-79,75v0,44,40,72,92,88v80,-15,97,-162,-13,-163"},"9":{"d":"90,9r0,-119v139,14,253,-50,276,-160r-3,-1v-29,30,-71,47,-130,47v-110,0,-203,-77,-203,-203v0,-127,102,-234,245,-234v167,0,246,128,246,280v0,266,-158,403,-431,390xm274,-332v56,0,92,-24,92,-81v0,-69,-26,-138,-96,-137v-51,0,-89,46,-88,114v0,56,30,104,92,104"},":":{"d":"229,-403v0,52,-36,91,-91,91v-51,0,-88,-39,-88,-91v0,-54,37,-92,90,-92v53,0,89,37,89,92xm229,-80v0,52,-36,91,-91,91v-51,0,-88,-39,-88,-91v0,-54,37,-92,90,-92v53,0,89,37,89,92","w":260},";":{"d":"102,110r-100,9v31,-89,58,-193,73,-284r153,-10v-33,102,-78,207,-126,285xm234,-403v0,52,-35,91,-90,91v-52,0,-88,-39,-88,-91v0,-54,36,-92,89,-92v53,0,89,37,89,92","w":260},"<":{"d":"58,-223r0,-86r480,-223r0,106r-363,159r0,2r363,159r0,106","w":596},"=":{"d":"556,-325r-516,0r0,-93r516,0r0,93xm556,-118r-516,0r0,-93r516,0r0,93","w":596},">":{"d":"538,-312r0,92r-480,220r0,-106r371,-159r0,-2r-371,-159r0,-106","w":596},"?":{"d":"407,-530v0,137,-151,172,-135,311r-134,0v-6,-74,7,-118,58,-182v32,-39,58,-71,58,-105v0,-76,-126,-70,-172,-30r-34,-109v37,-21,96,-41,167,-41v132,0,192,73,192,156xm291,-80v0,52,-36,91,-91,91v-52,0,-88,-39,-88,-91v0,-54,37,-91,89,-91v54,0,90,37,90,91","w":445},"@":{"d":"443,-250r14,-95v-86,-22,-148,51,-149,138v0,38,17,62,50,62v37,0,76,-47,85,-105xm528,11r18,57v-228,102,-495,-12,-495,-279v0,-204,148,-381,374,-381v176,0,302,121,302,289v0,146,-82,238,-190,238v-50,0,-78,-29,-88,-77v-58,112,-241,105,-241,-53v0,-122,90,-233,234,-233v44,0,94,11,119,25r-30,185v-10,59,-3,86,25,87v43,1,97,-54,97,-169v0,-130,-84,-231,-239,-231v-153,0,-287,120,-287,311v0,225,214,315,401,231","w":770},"A":{"d":"416,-173r-193,0r-48,173r-158,0r206,-674r200,0r209,674r-164,0xm245,-287r149,0r-42,-143v-14,-39,-21,-94,-36,-130v-10,40,-20,91,-31,130","w":656,"k":{"T":83,"J":-15,"C":25,"G":25,"O":25,"Q":25,"U":35,"V":59,"W":59,"X":24,"Y":95,"Z":-6,"f":13,"g":14,"b":6,"h":6,"k":6,"l":6,"j":6,"i":6,"m":6,"n":6,"p":6,"r":6,"c":14,"d":14,"e":14,"o":14,"q":14,"s":3,"t":20,"u":15,"v":31,"w":31,"y":31,"x":3,"-":8,")":18,"]":18,"}":18,"\"":46,"'":46}},"B":{"d":"66,-3r0,-662v96,-16,325,-25,396,24v44,30,81,71,81,132v0,62,-40,114,-111,146v77,21,134,79,134,166v0,61,-28,109,-70,143v-49,39,-131,61,-265,61v-75,0,-131,-5,-165,-10xm217,-564r0,157v90,7,173,-17,173,-83v0,-51,-39,-78,-108,-78v-33,0,-52,2,-65,4xm217,-298r0,190v88,9,189,-5,189,-95v0,-85,-93,-100,-189,-95","w":604,"k":{"T":18,"V":11,"W":11,"Y":34,"A":4,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"v":6,"w":6,"y":6,"a":-3,"-":-12,",":15,".":15}},"C":{"d":"538,-138r23,119v-28,14,-91,30,-173,30v-233,0,-353,-146,-353,-338v0,-230,164,-358,368,-358v79,0,139,16,166,30r-31,121v-31,-13,-74,-25,-128,-25v-121,0,-215,73,-215,223v0,135,80,220,216,220v46,0,97,-10,127,-22","w":595,"k":{"T":-14,"J":-10,"C":30,"G":30,"O":30,"Q":30,"V":-9,"W":-9,"X":-3,"Y":-7,"A":-10,"b":3,"h":3,"k":3,"l":3,"i":4,"m":4,"n":4,"p":4,"r":4,"c":19,"d":19,"e":19,"o":19,"q":19,"u":20,"v":33,"w":33,"y":33,"a":10,"z":-7,")":-9,"]":-9,"}":-9,"\"":-6,"'":-6}},"D":{"d":"662,-353v0,262,-161,360,-423,360v-79,0,-135,-5,-173,-10r0,-662v56,-9,129,-14,206,-14v128,0,211,23,276,72v70,52,114,135,114,254xm219,-556r0,441v168,20,281,-52,281,-233v0,-165,-122,-237,-281,-208","w":696,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"E":{"d":"467,-409r0,124r-248,0r0,160r277,0r0,125r-430,0r0,-674r416,0r0,125r-263,0r0,140r248,0","w":534,"k":{"T":-5,"J":-22,"V":-7,"W":-7,"f":5,"g":7,"b":-4,"h":-4,"k":-4,"l":-4,"j":5,"c":4,"d":4,"e":4,"o":4,"q":4,"s":-4,"t":6,"u":10,"v":12,"w":12,"y":12,"z":-6,",":8,".":8}},"F":{"d":"66,0r0,-674r412,0r0,125r-259,0r0,154r242,0r0,124r-242,0r0,271r-153,0","w":527,"k":{"J":69,"A":67,"M":14,"g":9,"b":15,"h":15,"k":15,"l":15,"i":20,"m":20,"n":20,"p":20,"r":20,"c":26,"d":26,"e":26,"o":26,"q":26,"u":28,"v":20,"w":20,"y":20,"a":39,":":18,";":18,",":90,".":90}},"G":{"d":"404,7v-231,0,-369,-123,-369,-336v0,-224,164,-352,385,-352v87,0,154,17,187,33r-32,122v-37,-16,-83,-29,-157,-29v-127,0,-223,72,-223,218v0,166,132,251,287,211r0,-141r-104,0r0,-119r251,0r0,355v-47,16,-136,38,-225,38","w":682,"k":{"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"u":-3,"v":7,"w":7,"y":7,"a":-8}},"H":{"d":"66,-674r153,0r0,259r251,0r0,-259r152,0r0,674r-152,0r0,-282r-251,0r0,282r-153,0r0,-674","w":689,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"I":{"d":"66,-674r153,0r0,674r-153,0r0,-674","w":285,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"J":{"d":"198,-250r0,-424r152,0r0,426v6,239,-160,290,-351,243r17,-123v95,25,182,22,182,-122","w":411,"k":{"v":-3,"w":-3,"y":-3,"a":5,")":-13,"]":-13,"}":-13,",":7,".":7}},"K":{"d":"66,0r0,-674r151,0r0,298r3,0v15,-26,30,-51,46,-74r153,-224r187,0r-223,287r235,387r-178,0r-165,-291r-58,71r0,220r-151,0","w":614,"k":{"T":-6,"J":-29,"C":33,"G":33,"O":33,"Q":33,"Y":15,"Z":-17,"A":-13,"g":13,"c":17,"d":17,"e":17,"o":17,"q":17,"u":19,"v":41,"w":41,"y":41,":":-7,";":-7,"-":23,")":-7,"]":-7,"}":-7,"\"":-4,"'":-4,",":-9,".":-9}},"L":{"d":"66,0r0,-674r153,0r0,546r268,0r0,128r-421,0","w":511,"k":{"T":104,"J":-28,"C":38,"G":38,"O":38,"Q":38,"U":31,"V":65,"W":65,"Y":90,"A":-6,"f":3,"j":4,"c":9,"d":9,"e":9,"o":9,"q":9,"t":5,"u":11,"v":36,"w":36,"y":36,"a":-4,"-":18,"\"":101,"'":101}},"M":{"d":"646,0r-10,-258v-3,-81,-6,-179,-6,-277r-3,0v-21,86,-50,182,-75,261r-82,263r-119,0r-72,-260v-24,-79,-41,-181,-63,-264r-24,535r-141,0r43,-674r203,0r66,225v21,77,42,162,57,241r3,0v38,-162,87,-316,136,-466r199,0r37,674r-149,0","w":846,"k":{"T":13,"A":3,"j":-3,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"a":-3,"-":-3}},"N":{"d":"206,0r-140,0r0,-674r178,0v86,155,183,307,250,478r3,0v-17,-145,-12,-315,-13,-478r140,0r0,674r-160,0r-144,-260v-40,-72,-84,-159,-117,-238r-3,1v4,89,6,184,6,294r0,203","w":690,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"O":{"d":"363,-685v207,0,320,155,320,341v0,221,-134,355,-331,355v-200,0,-317,-151,-317,-343v0,-202,129,-353,328,-353xm359,-564v-103,0,-163,98,-163,229v0,132,62,225,164,225v103,0,162,-98,162,-229v0,-121,-58,-225,-163,-225","w":717,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"P":{"d":"550,-469v6,174,-151,248,-333,228r0,241r-151,0r0,-665v47,-8,113,-14,206,-14v171,-1,273,61,278,210xm217,-558r0,199v91,18,182,-19,182,-106v0,-62,-43,-99,-119,-99v-31,0,-52,3,-63,6","w":581,"k":{"J":76,"V":7,"W":7,"X":28,"Y":20,"Z":9,"A":60,"M":14,"g":25,"i":9,"m":9,"n":9,"p":9,"r":9,"c":24,"d":24,"e":24,"o":24,"q":24,"s":21,"t":-12,"u":10,"v":-8,"w":-8,"y":-8,"a":18,":":10,";":10,"-":13,")":4,"]":4,"}":4,",":144,".":144}},"Q":{"d":"686,-2r-44,118v-96,-28,-176,-57,-266,-95v-15,-6,-31,-9,-47,-10v-152,-10,-294,-122,-294,-342v0,-202,128,-354,329,-354v206,0,319,156,319,340v0,153,-71,261,-160,301r0,4v52,15,110,27,163,38xm196,-336v-1,128,61,226,164,226v102,0,162,-97,162,-229v0,-123,-58,-225,-162,-225v-104,0,-164,102,-164,228","w":717,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"R":{"d":"269,-679v169,-1,280,44,280,194v0,86,-61,145,-119,166r0,3v47,19,73,64,90,126v21,76,42,164,55,190r-156,0v-11,-20,-28,-74,-47,-157v-23,-103,-58,-112,-155,-108r0,265r-151,0r0,-665v49,-8,122,-14,203,-14xm217,-561r0,186v97,8,181,-17,181,-97v0,-62,-42,-93,-112,-94v-37,0,-58,3,-69,5","w":593,"k":{"J":-6,"C":4,"G":4,"O":4,"Q":4,"U":5,"V":6,"W":6,"X":-8,"Y":19,"A":-9,"b":-8,"h":-8,"k":-8,"l":-8,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"t":-10,"v":-4,"w":-4,"y":-4,"a":-9}},"S":{"d":"40,-31r31,-126v60,41,276,77,276,-31v0,-42,-32,-66,-113,-95v-112,-39,-185,-101,-185,-199v0,-115,96,-203,255,-203v76,0,132,16,172,34r-34,123v-27,-13,-75,-32,-141,-32v-66,0,-98,30,-98,65v0,43,38,62,125,95v119,44,175,106,175,201v0,113,-87,210,-272,210v-77,0,-153,-21,-191,-42","w":540,"k":{"b":4,"h":4,"k":4,"l":4,"j":9,"c":-7,"d":-7,"e":-7,"o":-7,"q":-7,"t":5,"v":15,"w":15,"y":15,"a":-8,"-":-12}},"T":{"d":"196,0r0,-546r-181,0r0,-128r518,0r0,128r-184,0r0,546r-153,0","w":548,"k":{"i":54,"T":-22,"J":53,"C":29,"G":29,"O":29,"Q":29,"V":-28,"W":-28,"X":-18,"Y":-7,"A":72,"M":4,"S":9,"g":61,"b":12,"h":12,"k":12,"l":12,"m":54,"n":54,"p":54,"r":54,"c":81,"d":81,"e":81,"o":81,"q":81,"s":72,"u":54,"v":52,"w":52,"y":52,"x":14,"a":66,"z":57,":":36,";":36,"-":60,")":-31,"]":-31,"}":-31,"\"":-9,"'":-9,",":83,".":83}},"U":{"d":"65,-674r153,0r0,388v0,116,44,175,122,175v80,0,124,-56,124,-175r0,-388r152,0r0,378v0,208,-105,307,-281,307v-170,0,-270,-94,-270,-309r0,-376","w":682,"k":{"A":30,"f":-5,"s":13,"v":5,"w":5,"y":5,"x":12,"a":6,"z":9,",":23,".":23}},"V":{"d":"403,0r-178,0r-216,-674r167,0r82,285v23,80,44,157,60,241r3,0v39,-184,97,-353,147,-526r162,0","w":636,"k":{"T":-21,"J":39,"C":8,"G":8,"O":8,"Q":8,"V":-5,"W":-5,"A":54,"S":8,"g":8,"b":8,"h":8,"k":8,"l":8,"i":27,"m":27,"n":27,"p":27,"r":27,"c":42,"d":42,"e":42,"o":42,"q":42,"s":40,"t":8,"u":30,"v":15,"w":15,"y":15,"a":42,":":22,";":22,"-":25,")":-29,"]":-29,"}":-29,"\"":-13,"'":-13,",":69,".":69}},"W":{"d":"342,0r-167,0r-160,-674r163,0r51,277v15,81,29,168,40,236r2,0v11,-73,27,-154,44,-237r57,-276r162,0r54,284v17,78,22,156,38,226v10,-75,23,-154,39,-234r55,-276r155,0r-174,674r-165,0r-57,-290v-15,-66,-20,-136,-34,-208v-27,177,-68,331,-103,498","w":888,"k":{"T":-21,"J":39,"C":8,"G":8,"O":8,"Q":8,"V":-5,"W":-5,"A":54,"S":8,"g":8,"b":8,"h":8,"k":8,"l":8,"i":27,"m":27,"n":27,"p":27,"r":27,"c":42,"d":42,"e":42,"o":42,"q":42,"s":40,"t":8,"u":30,"v":15,"w":15,"y":15,"a":42,":":22,";":22,"-":25,")":-29,"]":-29,"}":-29,"\"":-13,"'":-13,",":69,".":69}},"X":{"d":"597,0r-176,0r-121,-243r-2,0v-29,76,-74,166,-108,243r-174,0r195,-341r-188,-333r175,0r110,235r2,0v31,-85,67,-156,103,-235r174,0r-190,329","w":613,"k":{"T":-6,"J":-10,"C":38,"G":38,"O":38,"Q":38,"V":-9,"W":-9,"X":11,"Y":-12,"A":13,"i":3,"m":3,"n":3,"p":3,"r":3,"c":19,"d":19,"e":19,"o":19,"q":19,"u":12,"v":37,"w":37,"y":37,"a":9,"-":18,"\"":-4,"'":-4}},"Y":{"d":"374,0r-152,0r0,-276r-213,-398r174,0r121,291r2,0r119,-291r171,0r-222,393r0,281","w":603,"k":{"J":69,"C":47,"G":47,"O":47,"Q":47,"V":-19,"W":-19,"X":22,"Y":26,"A":92,"M":21,"S":29,"B":18,"D":18,"E":18,"F":18,"H":18,"I":18,"K":18,"L":18,"N":18,"P":18,"R":18,"g":81,"b":15,"h":15,"k":15,"l":15,"i":21,"m":21,"n":21,"p":21,"r":21,"c":109,"d":109,"e":109,"o":109,"q":109,"s":64,"t":45,"u":72,"v":53,"w":53,"y":53,"x":56,"a":93,"z":49,":":50,";":50,"-":62,")":-33,"]":-33,"}":-33,"\"":-9,"'":-9,",":118,".":118}},"Z":{"d":"23,0r0,-82r321,-462r0,-4r-291,0r0,-126r489,0r0,88r-314,456r0,4r319,0r0,126r-524,0","w":577,"k":{"J":-22,"C":22,"G":22,"O":22,"Q":22,"X":5,"Y":-6,"A":-8,"c":9,"d":9,"e":9,"o":9,"q":9,"u":11,"v":16,"w":16,"y":16,"a":-4,"-":8}},"[":{"d":"273,112r-205,0r0,-798r205,0r0,84r-95,0r0,630r95,0r0,84","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},"\\":{"d":"314,40r-100,0r-202,-725r101,0","w":330},"]":{"d":"42,-686r204,0r0,798r-204,0r0,-84r95,0r0,-630r-95,0r0,-84","w":314},"^":{"d":"554,-177r-109,0r-146,-356r-3,0r-147,356r-107,0r210,-473r92,0","w":596},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"469,-289r0,170v0,47,2,92,7,119r-137,0r-9,-49r-3,0v-32,39,-82,60,-140,60v-99,0,-158,-72,-158,-150v0,-127,114,-188,287,-187v1,-37,-10,-70,-89,-70v-50,0,-103,17,-135,37r-28,-98v34,-19,101,-43,190,-43v163,0,215,96,215,211xm239,-96v46,0,82,-31,82,-82r0,-53v-80,-1,-142,18,-142,77v0,39,26,58,60,58","w":528},"b":{"d":"61,-146r0,-564r152,0r0,279r2,0v29,-42,80,-69,148,-69v117,0,202,97,202,247v0,176,-112,264,-224,264v-59,0,-111,-25,-149,-79r-6,68r-129,0v2,-32,4,-91,4,-146xm305,-383v-49,1,-93,42,-92,103r0,72v0,60,40,99,92,99v65,0,105,-50,105,-138v0,-76,-34,-136,-105,-136","w":598,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"c":{"d":"410,-125r18,113v-27,12,-78,23,-136,23v-158,0,-259,-97,-259,-251v0,-143,98,-260,280,-260v40,0,84,7,116,19r-24,113v-18,-8,-45,-15,-85,-15v-80,0,-131,57,-131,137v0,126,123,161,221,121","w":451,"k":{"T":14,"f":-7,"c":11,"d":11,"e":11,"o":11,"q":11,"t":-16,"v":-15,"w":-15,"y":-15,"a":-4,"-":-12,"\"":-6,"'":-6,",":7,".":7}},"d":{"d":"383,-710r152,0r0,564v0,55,2,113,4,146r-135,0v-4,-23,-1,-53,-9,-72v-31,55,-90,83,-153,83v-116,0,-209,-99,-209,-251v-1,-165,102,-260,219,-260v62,0,105,24,131,55r0,-265xm291,-110v79,0,92,-79,92,-172v0,-61,-36,-102,-91,-102v-69,0,-105,62,-105,139v0,83,41,135,104,135","w":596,"k":{",":9,".":9}},"e":{"d":"493,-196r-315,0v7,109,180,105,273,73r20,103v-50,20,-111,31,-177,31v-166,0,-261,-97,-261,-250v0,-124,77,-261,247,-261v180,0,235,149,213,304xm177,-300r180,0v0,-37,-16,-99,-86,-99v-64,0,-90,58,-94,99","w":528,"k":{"T":41,"v":6,"w":6,"y":6,"x":12,"-":-30,"\"":3,"'":3,",":16,".":16}},"f":{"d":"231,0r-153,0r0,-377r-64,0r0,-112r64,0v-2,-74,14,-136,62,-183v56,-53,141,-57,216,-39r-6,117v-13,-4,-29,-7,-49,-7v-59,1,-75,50,-71,112r98,0r0,112r-97,0r0,377","w":341,"k":{"g":8,"c":10,"d":10,"e":10,"o":10,"q":10,"s":6,"t":-15,":":-28,";":-28,"-":3,")":-72,"]":-72,"}":-72,"\"":-42,"'":-42,",":39,".":39}},"g":{"d":"528,-489v-7,104,-3,295,-4,418v0,94,-18,172,-74,220v-94,81,-267,74,-375,22r30,-115v31,18,85,37,142,37v81,0,142,-60,125,-161v-29,41,-76,64,-132,64v-121,0,-207,-98,-207,-239v0,-157,102,-257,222,-257v69,0,107,32,136,69r5,-58r132,0xm287,-116v52,0,85,-42,85,-102r0,-72v-1,-58,-35,-94,-85,-95v-55,0,-100,50,-100,139v0,73,36,130,100,130","w":585,"k":{"T":34,",":17,".":17}},"h":{"d":"294,-377v-51,0,-80,35,-81,87r0,290r-152,0r0,-710r152,0r0,279r2,0v29,-38,76,-69,139,-69v97,0,171,67,171,214r0,286r-152,0r0,-269v0,-64,-22,-108,-79,-108","w":586,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"i":{"d":"213,0r-152,0r0,-489r152,0r0,489xm137,-702v49,0,80,33,81,77v0,42,-32,76,-82,76v-48,0,-79,-34,-79,-76v0,-44,31,-77,80,-77","w":274},"j":{"d":"-40,96v109,-16,120,-38,120,-191r0,-394r153,0r0,430v4,195,-88,269,-258,274xm157,-702v49,0,79,33,80,77v0,42,-31,76,-82,76v-48,0,-79,-34,-79,-76v0,-44,31,-77,81,-77","w":291,"k":{",":10,".":10}},"k":{"d":"213,-710r0,427r2,0v40,-73,89,-137,134,-206r183,0r-175,198r200,291r-187,0r-118,-201r-39,48r0,153r-152,0r0,-710r152,0","w":542,"k":{"T":28,"g":14,"b":-11,"h":-11,"k":-11,"l":-11,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"c":14,"d":14,"e":14,"o":14,"q":14,"v":-3,"w":-3,"y":-3,"a":-5,":":-3,";":-3,"-":5,",":-4,".":-4}},"l":{"d":"61,0r0,-710r152,0r0,710r-152,0","w":275,"k":{",":9,".":9}},"m":{"d":"286,-378v-53,0,-77,43,-77,93r0,285r-148,0r0,-333v0,-61,-2,-113,-4,-156r128,0r7,66r3,0v21,-31,64,-77,148,-77v65,0,111,36,136,83v35,-48,81,-83,156,-83v94,0,165,66,165,212r0,288r-148,0r0,-266v0,-71,-23,-112,-72,-112v-48,0,-76,40,-76,92r0,286r-148,0r0,-274v0,-62,-22,-104,-70,-104","w":860,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"n":{"d":"296,-377v-56,0,-83,40,-83,95r0,282r-152,0r0,-333v0,-61,-2,-113,-4,-156r132,0r7,67r3,0v20,-31,70,-78,151,-78v100,0,175,66,175,210r0,290r-152,0r0,-271v0,-63,-22,-106,-77,-106","w":586,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"o":{"d":"294,-500v150,0,250,103,250,250v0,179,-127,261,-258,261v-143,0,-253,-94,-253,-252v0,-158,104,-259,261,-259xm290,-392v-73,0,-100,75,-100,147v0,84,35,147,100,147v59,0,97,-59,97,-147v0,-73,-28,-147,-97,-147","w":577,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"p":{"d":"61,198r0,-523v0,-64,-2,-119,-4,-164r132,0v4,21,1,50,9,68v36,-52,92,-79,163,-79v107,0,203,93,203,249v0,178,-113,262,-222,262v-61,0,-103,-27,-129,-56r0,243r-152,0xm307,-381v-51,1,-94,42,-94,104r0,67v-1,64,38,104,92,104v66,0,105,-55,105,-138v0,-78,-35,-137,-103,-137","w":598,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"q":{"d":"383,198r0,-259r-2,0v-31,46,-80,72,-145,72v-106,0,-203,-93,-203,-249v0,-175,112,-262,216,-262v65,0,107,26,138,68r4,-57r147,0v-1,47,-3,96,-3,147r0,540r-152,0xm291,-109v54,0,93,-41,92,-102r0,-73v-1,-56,-35,-98,-90,-98v-70,0,-105,59,-105,138v0,82,39,135,103,135","w":595,"k":{"T":37,",":7,".":7}},"r":{"d":"361,-354v-81,-19,-148,20,-148,106r0,248r-152,0r0,-328v0,-72,-2,-119,-4,-161r131,0r5,90r4,0v35,-81,88,-109,164,-99r0,144","w":380,"k":{"T":20,"f":-27,"g":8,"b":3,"h":3,"k":3,"l":3,"c":8,"d":8,"e":8,"o":8,"q":8,"t":-21,"u":3,"v":-18,"w":-18,"y":-18,"x":-13,"a":11,"z":-7,":":4,";":4,",":65,".":65}},"s":{"d":"33,-24r27,-109v28,17,86,37,131,37v46,0,65,-16,65,-41v0,-25,-15,-37,-72,-56v-101,-34,-139,-89,-139,-146v0,-92,78,-161,199,-161v57,0,108,13,138,28r-27,105v-29,-21,-164,-54,-164,12v0,23,19,35,79,56v93,32,133,79,133,151v0,91,-72,159,-212,159v-64,0,-121,-15,-158,-35","w":434,"k":{"T":35,",":10,".":10}},"t":{"d":"238,11v-112,0,-156,-63,-156,-188r0,-200r-65,0r0,-112r65,0r0,-92r149,-41r0,133r109,0r0,112r-109,0r0,177v-7,81,41,95,105,82r1,115v-20,8,-56,14,-99,14","w":367,"k":{"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"v":-5,"w":-5,"y":-5,",":8,".":8}},"u":{"d":"288,-112v54,0,81,-35,81,-86r0,-291r153,0r0,332v0,64,2,116,4,157r-132,0r-7,-69r-3,0v-19,30,-65,80,-153,80v-99,0,-172,-62,-172,-213r0,-287r153,0r0,263v0,71,23,114,76,114","w":583,"k":{"T":37,",":7,".":7}},"v":{"d":"9,-489r165,0r66,227v12,41,21,80,28,119r3,0v23,-119,60,-233,90,-346r160,0r-182,489r-152,0","w":530,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"w":{"d":"11,-489r155,0r39,200v12,49,16,110,30,161v25,-130,58,-239,88,-361r120,0r49,195v13,55,26,110,36,166r2,0v16,-125,45,-244,70,-361r149,0r-150,489r-143,0r-46,-172v-12,-48,-21,-91,-31,-152r-2,0v-18,128,-51,213,-81,324r-143,0","w":759,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"x":{"d":"7,-489r170,0r88,154r2,0r81,-154r165,0r-161,233r163,256r-172,0r-49,-88v-14,-24,-26,-49,-38,-74r-3,0r-83,162r-167,0r166,-249","w":519,"k":{"T":29,"c":22,"d":22,"e":22,"o":22,"q":22,"s":8,"t":-13,"v":-19,"w":-19,"y":-19,"-":4}},"y":{"d":"55,92v56,-13,121,-49,137,-109v0,-5,-2,-13,-7,-25r-179,-447r169,0r73,240v8,29,18,65,24,91r3,0r82,-331r163,0v-69,187,-188,569,-286,643v-56,42,-109,62,-147,67","w":523,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"z":{"d":"22,0r0,-87r154,-193v27,-34,53,-56,78,-89r-215,0r0,-120r400,0r0,91r-147,185v-26,34,-55,61,-80,92r235,0r0,121r-425,0","w":469,"k":{"T":29,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-9,"w":-9,"y":-9}},"{":{"d":"95,-24v-1,-50,11,-108,11,-157v0,-28,-7,-66,-76,-68r0,-77v69,-2,76,-38,76,-68v0,-49,-12,-107,-11,-157v0,-106,75,-142,187,-135r0,85v-55,-4,-80,20,-79,71v1,40,9,81,10,125v2,78,-34,101,-85,118v55,12,85,41,85,117v0,85,-49,207,69,198r0,84v-110,5,-186,-22,-187,-136","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},"|":{"d":"88,-750r106,0r0,1000r-106,0r0,-1000","w":283},"}":{"d":"220,-551v0,50,-12,107,-12,157v0,30,8,66,76,68r0,77v-68,2,-76,40,-76,68v0,50,12,107,12,157v-1,113,-77,142,-188,136r0,-84v113,12,71,-110,69,-198v-3,-79,34,-102,86,-119v-56,-12,-86,-41,-86,-116v0,-83,47,-206,-69,-196r0,-85v112,-6,189,28,188,135","w":314},"~":{"d":"420,-184v-71,0,-178,-90,-235,-90v-25,0,-43,17,-47,82r-95,0v-1,-134,58,-187,139,-187v69,0,176,87,235,87v24,0,38,-21,41,-81r95,0v6,143,-57,189,-133,189","w":596},"'":{"d":"35,-692r135,0r-23,271r-89,0","w":205,"k":{"T":-9,"J":58,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-4,"Y":-8,"A":46,"f":-25,"g":19,"c":13,"d":13,"e":13,"o":13,"q":13,"t":-22,"v":-6,"w":-6,"y":-6,",":125,".":125}},"`":{"d":"4,-702r140,0r86,152r-104,0","w":300},"\u00a0":{"w":202,"k":{"T":39,"V":37,"W":37,"Y":40}}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * � 2000, 2004 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * D454,582.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-Bold
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":555,"face":{"font-family":"myriadBold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 7 3 3 4 3 2 2 4","ascent":"750","descent":"-250","x-height":"11","bbox":"-40 -750 875 250","underline-thickness":"50","underline-position":"-50","stemh":"112","stemv":"152","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":202,"k":{"T":39,"V":37,"W":37,"Y":40}},"!":{"d":"191,-221r-114,0r-23,-453r159,0xm223,-80v0,52,-35,91,-90,91v-53,0,-89,-39,-89,-91v0,-53,37,-91,90,-91v53,0,89,38,89,91","w":268},"\"":{"d":"35,-692r135,0r-23,271r-89,0xm227,-692r135,0r-23,271r-89,0","w":397,"k":{"T":-9,"J":58,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-4,"Y":-8,"A":46,"f":-25,"g":19,"c":13,"d":13,"e":13,"o":13,"q":13,"t":-22,"v":-6,"w":-6,"y":-6,",":125,".":125}},"#":{"d":"223,-271r91,0r16,-112r-91,0xm182,0r-90,0r26,-179r-81,0r0,-92r97,0r16,-112r-85,0r0,-93r99,0r25,-174r89,0r-25,174r91,0r26,-174r89,0r-26,174r80,0r0,93r-94,0r-16,112r83,0r0,92r-98,0r-25,179r-90,0r25,-179r-91,0","w":550},"$":{"d":"323,87r-98,0r0,-95v-67,-3,-132,-21,-170,-43r30,-117v42,23,101,44,166,44v57,0,96,-22,96,-62v0,-38,-32,-62,-106,-87v-107,-36,-180,-86,-180,-183v0,-88,62,-157,169,-178r0,-95r98,0r0,88v67,3,112,17,145,33r-29,113v-26,-11,-72,-34,-144,-34v-65,0,-86,28,-86,56v0,33,35,55,120,86v119,43,167,97,167,187v0,89,-63,165,-178,185r0,102"},"%":{"d":"27,-457v0,-116,71,-204,183,-204v111,0,174,82,174,193v0,136,-86,208,-180,208v-99,0,-177,-75,-177,-197xm271,-461v0,-66,-18,-118,-66,-117v-44,0,-65,52,-65,118v0,68,23,117,67,117v43,0,64,-44,64,-118xm293,11r-82,0r374,-671r81,0xm495,-187v0,-116,71,-204,183,-204v111,0,174,82,174,193v0,136,-86,207,-180,207v-98,0,-177,-74,-177,-196xm739,-191v0,-66,-17,-118,-65,-117v-45,0,-65,52,-65,117v-1,68,22,117,66,117v43,0,64,-44,64,-117","w":880},"&":{"d":"672,0r-177,0r-44,-48v-44,34,-105,59,-185,59v-286,3,-295,-299,-107,-384r0,-4v-101,-115,-49,-307,151,-308v104,0,183,61,183,158v0,68,-40,126,-133,173r-1,4v39,43,80,92,113,126v27,-42,48,-104,57,-164r136,0v-18,102,-52,189,-112,256xm175,-205v0,57,43,106,113,106v39,0,72,-15,92,-34v-42,-42,-97,-103,-152,-165v-28,20,-53,49,-53,93xm364,-523v0,-32,-19,-68,-60,-67v-38,0,-60,34,-60,69v0,34,16,64,46,97v49,-34,74,-60,74,-99","w":678},"(":{"d":"174,-691r106,0v-57,92,-101,226,-101,405v0,176,45,309,101,402r-106,0v-54,-77,-114,-210,-114,-403v1,-194,60,-326,114,-404","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},")":{"d":"141,116r-106,0v55,-92,101,-227,101,-404v0,-177,-45,-310,-101,-403r106,0v53,77,114,208,114,403v-1,195,-61,326,-114,404","w":314},"*":{"d":"284,-685r88,50r-108,127r1,3r159,-32r0,101r-160,-28r-1,3r109,123r-89,52r-57,-155v-24,48,-39,105,-60,155r-86,-52r107,-127r-157,29r0,-101r155,31r1,-2r-106,-126r89,-51r56,153r2,0","w":454},"+":{"d":"249,-532r98,0r0,218r209,0r0,94r-209,0r0,220r-98,0r0,-220r-209,0r0,-94r209,0r0,-218","w":596},",":{"d":"103,110r-101,9v31,-89,58,-193,72,-284r155,-10v-33,102,-78,207,-126,285","w":260,"k":{"\"":122,"'":122}},"-":{"d":"30,-314r262,0r0,102r-262,0r0,-102","w":322,"k":{"T":55,"J":6,"C":-12,"G":-12,"O":-12,"Q":-12,"V":24,"W":24,"X":17,"Y":60,"A":5,"g":-4,"c":-16,"d":-16,"e":-16,"o":-16,"q":-16}},".":{"d":"229,-81v0,53,-36,92,-91,92v-51,0,-88,-39,-88,-92v0,-54,37,-93,90,-93v53,0,89,38,89,93","w":260,"k":{"\"":122,"'":122}},"\/":{"d":"117,40r-101,0r214,-725r101,0","w":331},"0":{"d":"280,-661v174,0,242,155,242,333v0,201,-81,339,-247,339v-168,0,-243,-151,-243,-335v0,-188,80,-337,248,-337xm278,-546v-56,0,-93,71,-93,222v0,149,35,220,94,220v59,0,91,-74,91,-222v0,-144,-31,-220,-92,-220"},"1":{"d":"236,0r0,-515v-44,18,-83,40,-126,59r-25,-114r172,-80r126,0r0,650r-147,0"},"2":{"d":"503,0r-461,0r0,-92r84,-76v142,-127,213,-200,213,-276v0,-53,-32,-95,-107,-95v-56,0,-105,28,-139,54r-43,-109v49,-37,125,-67,213,-67v147,0,228,86,228,204v0,133,-136,246,-233,332r245,0r0,125"},"3":{"d":"38,-35r31,-114v27,14,89,40,151,40v79,0,119,-38,119,-87v0,-85,-98,-99,-193,-93r0,-109v81,3,175,-1,175,-75v0,-39,-32,-68,-96,-68v-53,0,-109,23,-136,39r-31,-110v39,-25,117,-49,201,-49v240,0,291,247,97,313r0,2v78,14,141,73,141,158v0,115,-101,199,-266,199v-84,0,-155,-22,-193,-46"},"4":{"d":"455,0r-144,0r0,-155r-288,0r0,-99r246,-396r186,0r0,381r78,0r0,114r-78,0r0,155xm165,-269r146,0r0,-144v0,-39,2,-79,5,-121r-4,0v-42,96,-96,178,-147,265"},"5":{"d":"210,-425v158,-14,292,51,292,208v0,121,-104,228,-279,228v-79,0,-145,-18,-181,-37r27,-114v72,39,278,62,277,-67v0,-67,-53,-108,-183,-108v-36,0,-61,2,-88,6r43,-341r358,0r0,125r-252,0"},"6":{"d":"457,-659r0,117v-17,0,-35,0,-59,2v-135,11,-195,80,-212,156r3,0v32,-33,77,-52,138,-52v109,0,201,77,201,212v0,129,-99,235,-240,235v-173,0,-258,-129,-258,-284v0,-249,165,-397,427,-386xm277,-328v-53,0,-98,32,-96,96v2,69,36,132,106,131v53,0,87,-49,87,-115v0,-60,-32,-112,-97,-112"},"7":{"d":"49,-650r459,0r0,96r-268,554r-161,0r268,-525r-298,0r0,-125"},"8":{"d":"148,-333r0,-3v-63,-32,-94,-85,-94,-142v0,-110,99,-183,229,-183v152,0,215,88,215,167v0,56,-30,111,-94,143r0,3v63,24,119,78,119,162v0,118,-99,197,-250,197v-165,0,-241,-93,-241,-181v0,-78,45,-132,116,-163xm279,-94v54,0,89,-35,89,-81v0,-57,-42,-91,-102,-107v-106,20,-106,186,13,188xm276,-558v-52,0,-79,34,-79,75v0,44,40,72,92,88v80,-15,97,-162,-13,-163"},"9":{"d":"90,9r0,-119v139,14,253,-50,276,-160r-3,-1v-29,30,-71,47,-130,47v-110,0,-203,-77,-203,-203v0,-127,102,-234,245,-234v167,0,246,128,246,280v0,266,-158,403,-431,390xm274,-332v56,0,92,-24,92,-81v0,-69,-26,-138,-96,-137v-51,0,-89,46,-88,114v0,56,30,104,92,104"},":":{"d":"229,-403v0,52,-36,91,-91,91v-51,0,-88,-39,-88,-91v0,-54,37,-92,90,-92v53,0,89,37,89,92xm229,-80v0,52,-36,91,-91,91v-51,0,-88,-39,-88,-91v0,-54,37,-92,90,-92v53,0,89,37,89,92","w":260},";":{"d":"102,110r-100,9v31,-89,58,-193,73,-284r153,-10v-33,102,-78,207,-126,285xm234,-403v0,52,-35,91,-90,91v-52,0,-88,-39,-88,-91v0,-54,36,-92,89,-92v53,0,89,37,89,92","w":260},"<":{"d":"58,-223r0,-86r480,-223r0,106r-363,159r0,2r363,159r0,106","w":596},"=":{"d":"556,-325r-516,0r0,-93r516,0r0,93xm556,-118r-516,0r0,-93r516,0r0,93","w":596},">":{"d":"538,-312r0,92r-480,220r0,-106r371,-159r0,-2r-371,-159r0,-106","w":596},"?":{"d":"407,-530v0,137,-151,172,-135,311r-134,0v-6,-74,7,-118,58,-182v32,-39,58,-71,58,-105v0,-76,-126,-70,-172,-30r-34,-109v37,-21,96,-41,167,-41v132,0,192,73,192,156xm291,-80v0,52,-36,91,-91,91v-52,0,-88,-39,-88,-91v0,-54,37,-91,89,-91v54,0,90,37,90,91","w":445},"@":{"d":"443,-250r14,-95v-86,-22,-148,51,-149,138v0,38,17,62,50,62v37,0,76,-47,85,-105xm528,11r18,57v-228,102,-495,-12,-495,-279v0,-204,148,-381,374,-381v176,0,302,121,302,289v0,146,-82,238,-190,238v-50,0,-78,-29,-88,-77v-58,112,-241,105,-241,-53v0,-122,90,-233,234,-233v44,0,94,11,119,25r-30,185v-10,59,-3,86,25,87v43,1,97,-54,97,-169v0,-130,-84,-231,-239,-231v-153,0,-287,120,-287,311v0,225,214,315,401,231","w":770},"A":{"d":"416,-173r-193,0r-48,173r-158,0r206,-674r200,0r209,674r-164,0xm245,-287r149,0r-42,-143v-14,-39,-21,-94,-36,-130v-10,40,-20,91,-31,130","w":656,"k":{"T":83,"J":-15,"C":25,"G":25,"O":25,"Q":25,"U":35,"V":59,"W":59,"X":24,"Y":95,"Z":-6,"f":13,"g":14,"b":6,"h":6,"k":6,"l":6,"j":6,"i":6,"m":6,"n":6,"p":6,"r":6,"c":14,"d":14,"e":14,"o":14,"q":14,"s":3,"t":20,"u":15,"v":31,"w":31,"y":31,"x":3,"-":8,")":18,"]":18,"}":18,"\"":46,"'":46}},"B":{"d":"66,-3r0,-662v96,-16,325,-25,396,24v44,30,81,71,81,132v0,62,-40,114,-111,146v77,21,134,79,134,166v0,61,-28,109,-70,143v-49,39,-131,61,-265,61v-75,0,-131,-5,-165,-10xm217,-564r0,157v90,7,173,-17,173,-83v0,-51,-39,-78,-108,-78v-33,0,-52,2,-65,4xm217,-298r0,190v88,9,189,-5,189,-95v0,-85,-93,-100,-189,-95","w":604,"k":{"T":18,"V":11,"W":11,"Y":34,"A":4,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"v":6,"w":6,"y":6,"a":-3,"-":-12,",":15,".":15}},"C":{"d":"538,-138r23,119v-28,14,-91,30,-173,30v-233,0,-353,-146,-353,-338v0,-230,164,-358,368,-358v79,0,139,16,166,30r-31,121v-31,-13,-74,-25,-128,-25v-121,0,-215,73,-215,223v0,135,80,220,216,220v46,0,97,-10,127,-22","w":595,"k":{"T":-14,"J":-10,"C":30,"G":30,"O":30,"Q":30,"V":-9,"W":-9,"X":-3,"Y":-7,"A":-10,"b":3,"h":3,"k":3,"l":3,"i":4,"m":4,"n":4,"p":4,"r":4,"c":19,"d":19,"e":19,"o":19,"q":19,"u":20,"v":33,"w":33,"y":33,"a":10,"z":-7,")":-9,"]":-9,"}":-9,"\"":-6,"'":-6}},"D":{"d":"662,-353v0,262,-161,360,-423,360v-79,0,-135,-5,-173,-10r0,-662v56,-9,129,-14,206,-14v128,0,211,23,276,72v70,52,114,135,114,254xm219,-556r0,441v168,20,281,-52,281,-233v0,-165,-122,-237,-281,-208","w":696,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"E":{"d":"467,-409r0,124r-248,0r0,160r277,0r0,125r-430,0r0,-674r416,0r0,125r-263,0r0,140r248,0","w":534,"k":{"T":-5,"J":-22,"V":-7,"W":-7,"f":5,"g":7,"b":-4,"h":-4,"k":-4,"l":-4,"j":5,"c":4,"d":4,"e":4,"o":4,"q":4,"s":-4,"t":6,"u":10,"v":12,"w":12,"y":12,"z":-6,",":8,".":8}},"F":{"d":"66,0r0,-674r412,0r0,125r-259,0r0,154r242,0r0,124r-242,0r0,271r-153,0","w":527,"k":{"J":69,"A":67,"M":14,"g":9,"b":15,"h":15,"k":15,"l":15,"i":20,"m":20,"n":20,"p":20,"r":20,"c":26,"d":26,"e":26,"o":26,"q":26,"u":28,"v":20,"w":20,"y":20,"a":39,":":18,";":18,",":90,".":90}},"G":{"d":"404,7v-231,0,-369,-123,-369,-336v0,-224,164,-352,385,-352v87,0,154,17,187,33r-32,122v-37,-16,-83,-29,-157,-29v-127,0,-223,72,-223,218v0,166,132,251,287,211r0,-141r-104,0r0,-119r251,0r0,355v-47,16,-136,38,-225,38","w":682,"k":{"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"u":-3,"v":7,"w":7,"y":7,"a":-8}},"H":{"d":"66,-674r153,0r0,259r251,0r0,-259r152,0r0,674r-152,0r0,-282r-251,0r0,282r-153,0r0,-674","w":689,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"I":{"d":"66,-674r153,0r0,674r-153,0r0,-674","w":285,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"J":{"d":"198,-250r0,-424r152,0r0,426v6,239,-160,290,-351,243r17,-123v95,25,182,22,182,-122","w":411,"k":{"v":-3,"w":-3,"y":-3,"a":5,")":-13,"]":-13,"}":-13,",":7,".":7}},"K":{"d":"66,0r0,-674r151,0r0,298r3,0v15,-26,30,-51,46,-74r153,-224r187,0r-223,287r235,387r-178,0r-165,-291r-58,71r0,220r-151,0","w":614,"k":{"T":-6,"J":-29,"C":33,"G":33,"O":33,"Q":33,"Y":15,"Z":-17,"A":-13,"g":13,"c":17,"d":17,"e":17,"o":17,"q":17,"u":19,"v":41,"w":41,"y":41,":":-7,";":-7,"-":23,")":-7,"]":-7,"}":-7,"\"":-4,"'":-4,",":-9,".":-9}},"L":{"d":"66,0r0,-674r153,0r0,546r268,0r0,128r-421,0","w":511,"k":{"T":104,"J":-28,"C":38,"G":38,"O":38,"Q":38,"U":31,"V":65,"W":65,"Y":90,"A":-6,"f":3,"j":4,"c":9,"d":9,"e":9,"o":9,"q":9,"t":5,"u":11,"v":36,"w":36,"y":36,"a":-4,"-":18,"\"":101,"'":101}},"M":{"d":"646,0r-10,-258v-3,-81,-6,-179,-6,-277r-3,0v-21,86,-50,182,-75,261r-82,263r-119,0r-72,-260v-24,-79,-41,-181,-63,-264r-24,535r-141,0r43,-674r203,0r66,225v21,77,42,162,57,241r3,0v38,-162,87,-316,136,-466r199,0r37,674r-149,0","w":846,"k":{"T":13,"A":3,"j":-3,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"a":-3,"-":-3}},"N":{"d":"206,0r-140,0r0,-674r178,0v86,155,183,307,250,478r3,0v-17,-145,-12,-315,-13,-478r140,0r0,674r-160,0r-144,-260v-40,-72,-84,-159,-117,-238r-3,1v4,89,6,184,6,294r0,203","w":690,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"O":{"d":"363,-685v207,0,320,155,320,341v0,221,-134,355,-331,355v-200,0,-317,-151,-317,-343v0,-202,129,-353,328,-353xm359,-564v-103,0,-163,98,-163,229v0,132,62,225,164,225v103,0,162,-98,162,-229v0,-121,-58,-225,-163,-225","w":717,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"P":{"d":"550,-469v6,174,-151,248,-333,228r0,241r-151,0r0,-665v47,-8,113,-14,206,-14v171,-1,273,61,278,210xm217,-558r0,199v91,18,182,-19,182,-106v0,-62,-43,-99,-119,-99v-31,0,-52,3,-63,6","w":581,"k":{"J":76,"V":7,"W":7,"X":28,"Y":20,"Z":9,"A":60,"M":14,"g":25,"i":9,"m":9,"n":9,"p":9,"r":9,"c":24,"d":24,"e":24,"o":24,"q":24,"s":21,"t":-12,"u":10,"v":-8,"w":-8,"y":-8,"a":18,":":10,";":10,"-":13,")":4,"]":4,"}":4,",":144,".":144}},"Q":{"d":"686,-2r-44,118v-96,-28,-176,-57,-266,-95v-15,-6,-31,-9,-47,-10v-152,-10,-294,-122,-294,-342v0,-202,128,-354,329,-354v206,0,319,156,319,340v0,153,-71,261,-160,301r0,4v52,15,110,27,163,38xm196,-336v-1,128,61,226,164,226v102,0,162,-97,162,-229v0,-123,-58,-225,-162,-225v-104,0,-164,102,-164,228","w":717,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"R":{"d":"269,-679v169,-1,280,44,280,194v0,86,-61,145,-119,166r0,3v47,19,73,64,90,126v21,76,42,164,55,190r-156,0v-11,-20,-28,-74,-47,-157v-23,-103,-58,-112,-155,-108r0,265r-151,0r0,-665v49,-8,122,-14,203,-14xm217,-561r0,186v97,8,181,-17,181,-97v0,-62,-42,-93,-112,-94v-37,0,-58,3,-69,5","w":593,"k":{"J":-6,"C":4,"G":4,"O":4,"Q":4,"U":5,"V":6,"W":6,"X":-8,"Y":19,"A":-9,"b":-8,"h":-8,"k":-8,"l":-8,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"t":-10,"v":-4,"w":-4,"y":-4,"a":-9}},"S":{"d":"40,-31r31,-126v60,41,276,77,276,-31v0,-42,-32,-66,-113,-95v-112,-39,-185,-101,-185,-199v0,-115,96,-203,255,-203v76,0,132,16,172,34r-34,123v-27,-13,-75,-32,-141,-32v-66,0,-98,30,-98,65v0,43,38,62,125,95v119,44,175,106,175,201v0,113,-87,210,-272,210v-77,0,-153,-21,-191,-42","w":540,"k":{"b":4,"h":4,"k":4,"l":4,"j":9,"c":-7,"d":-7,"e":-7,"o":-7,"q":-7,"t":5,"v":15,"w":15,"y":15,"a":-8,"-":-12}},"T":{"d":"196,0r0,-546r-181,0r0,-128r518,0r0,128r-184,0r0,546r-153,0","w":548,"k":{"i":54,"T":-22,"J":53,"C":29,"G":29,"O":29,"Q":29,"V":-28,"W":-28,"X":-18,"Y":-7,"A":72,"M":4,"S":9,"g":61,"b":12,"h":12,"k":12,"l":12,"m":54,"n":54,"p":54,"r":54,"c":81,"d":81,"e":81,"o":81,"q":81,"s":72,"u":54,"v":52,"w":52,"y":52,"x":14,"a":66,"z":57,":":36,";":36,"-":60,")":-31,"]":-31,"}":-31,"\"":-9,"'":-9,",":83,".":83}},"U":{"d":"65,-674r153,0r0,388v0,116,44,175,122,175v80,0,124,-56,124,-175r0,-388r152,0r0,378v0,208,-105,307,-281,307v-170,0,-270,-94,-270,-309r0,-376","w":682,"k":{"A":30,"f":-5,"s":13,"v":5,"w":5,"y":5,"x":12,"a":6,"z":9,",":23,".":23}},"V":{"d":"403,0r-178,0r-216,-674r167,0r82,285v23,80,44,157,60,241r3,0v39,-184,97,-353,147,-526r162,0","w":636,"k":{"T":-21,"J":39,"C":8,"G":8,"O":8,"Q":8,"V":-5,"W":-5,"A":54,"S":8,"g":8,"b":8,"h":8,"k":8,"l":8,"i":27,"m":27,"n":27,"p":27,"r":27,"c":42,"d":42,"e":42,"o":42,"q":42,"s":40,"t":8,"u":30,"v":15,"w":15,"y":15,"a":42,":":22,";":22,"-":25,")":-29,"]":-29,"}":-29,"\"":-13,"'":-13,",":69,".":69}},"W":{"d":"342,0r-167,0r-160,-674r163,0r51,277v15,81,29,168,40,236r2,0v11,-73,27,-154,44,-237r57,-276r162,0r54,284v17,78,22,156,38,226v10,-75,23,-154,39,-234r55,-276r155,0r-174,674r-165,0r-57,-290v-15,-66,-20,-136,-34,-208v-27,177,-68,331,-103,498","w":888,"k":{"T":-21,"J":39,"C":8,"G":8,"O":8,"Q":8,"V":-5,"W":-5,"A":54,"S":8,"g":8,"b":8,"h":8,"k":8,"l":8,"i":27,"m":27,"n":27,"p":27,"r":27,"c":42,"d":42,"e":42,"o":42,"q":42,"s":40,"t":8,"u":30,"v":15,"w":15,"y":15,"a":42,":":22,";":22,"-":25,")":-29,"]":-29,"}":-29,"\"":-13,"'":-13,",":69,".":69}},"X":{"d":"597,0r-176,0r-121,-243r-2,0v-29,76,-74,166,-108,243r-174,0r195,-341r-188,-333r175,0r110,235r2,0v31,-85,67,-156,103,-235r174,0r-190,329","w":613,"k":{"T":-6,"J":-10,"C":38,"G":38,"O":38,"Q":38,"V":-9,"W":-9,"X":11,"Y":-12,"A":13,"i":3,"m":3,"n":3,"p":3,"r":3,"c":19,"d":19,"e":19,"o":19,"q":19,"u":12,"v":37,"w":37,"y":37,"a":9,"-":18,"\"":-4,"'":-4}},"Y":{"d":"374,0r-152,0r0,-276r-213,-398r174,0r121,291r2,0r119,-291r171,0r-222,393r0,281","w":603,"k":{"J":69,"C":47,"G":47,"O":47,"Q":47,"V":-19,"W":-19,"X":22,"Y":26,"A":92,"M":21,"S":29,"B":18,"D":18,"E":18,"F":18,"H":18,"I":18,"K":18,"L":18,"N":18,"P":18,"R":18,"g":81,"b":15,"h":15,"k":15,"l":15,"i":21,"m":21,"n":21,"p":21,"r":21,"c":109,"d":109,"e":109,"o":109,"q":109,"s":64,"t":45,"u":72,"v":53,"w":53,"y":53,"x":56,"a":93,"z":49,":":50,";":50,"-":62,")":-33,"]":-33,"}":-33,"\"":-9,"'":-9,",":118,".":118}},"Z":{"d":"23,0r0,-82r321,-462r0,-4r-291,0r0,-126r489,0r0,88r-314,456r0,4r319,0r0,126r-524,0","w":577,"k":{"J":-22,"C":22,"G":22,"O":22,"Q":22,"X":5,"Y":-6,"A":-8,"c":9,"d":9,"e":9,"o":9,"q":9,"u":11,"v":16,"w":16,"y":16,"a":-4,"-":8}},"[":{"d":"273,112r-205,0r0,-798r205,0r0,84r-95,0r0,630r95,0r0,84","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},"\\":{"d":"314,40r-100,0r-202,-725r101,0","w":330},"]":{"d":"42,-686r204,0r0,798r-204,0r0,-84r95,0r0,-630r-95,0r0,-84","w":314},"^":{"d":"554,-177r-109,0r-146,-356r-3,0r-147,356r-107,0r210,-473r92,0","w":596},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"469,-289r0,170v0,47,2,92,7,119r-137,0r-9,-49r-3,0v-32,39,-82,60,-140,60v-99,0,-158,-72,-158,-150v0,-127,114,-188,287,-187v1,-37,-10,-70,-89,-70v-50,0,-103,17,-135,37r-28,-98v34,-19,101,-43,190,-43v163,0,215,96,215,211xm239,-96v46,0,82,-31,82,-82r0,-53v-80,-1,-142,18,-142,77v0,39,26,58,60,58","w":528},"b":{"d":"61,-146r0,-564r152,0r0,279r2,0v29,-42,80,-69,148,-69v117,0,202,97,202,247v0,176,-112,264,-224,264v-59,0,-111,-25,-149,-79r-6,68r-129,0v2,-32,4,-91,4,-146xm305,-383v-49,1,-93,42,-92,103r0,72v0,60,40,99,92,99v65,0,105,-50,105,-138v0,-76,-34,-136,-105,-136","w":598,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"c":{"d":"410,-125r18,113v-27,12,-78,23,-136,23v-158,0,-259,-97,-259,-251v0,-143,98,-260,280,-260v40,0,84,7,116,19r-24,113v-18,-8,-45,-15,-85,-15v-80,0,-131,57,-131,137v0,126,123,161,221,121","w":451,"k":{"T":14,"f":-7,"c":11,"d":11,"e":11,"o":11,"q":11,"t":-16,"v":-15,"w":-15,"y":-15,"a":-4,"-":-12,"\"":-6,"'":-6,",":7,".":7}},"d":{"d":"383,-710r152,0r0,564v0,55,2,113,4,146r-135,0v-4,-23,-1,-53,-9,-72v-31,55,-90,83,-153,83v-116,0,-209,-99,-209,-251v-1,-165,102,-260,219,-260v62,0,105,24,131,55r0,-265xm291,-110v79,0,92,-79,92,-172v0,-61,-36,-102,-91,-102v-69,0,-105,62,-105,139v0,83,41,135,104,135","w":596,"k":{",":9,".":9}},"e":{"d":"493,-196r-315,0v7,109,180,105,273,73r20,103v-50,20,-111,31,-177,31v-166,0,-261,-97,-261,-250v0,-124,77,-261,247,-261v180,0,235,149,213,304xm177,-300r180,0v0,-37,-16,-99,-86,-99v-64,0,-90,58,-94,99","w":528,"k":{"T":41,"v":6,"w":6,"y":6,"x":12,"-":-30,"\"":3,"'":3,",":16,".":16}},"f":{"d":"231,0r-153,0r0,-377r-64,0r0,-112r64,0v-2,-74,14,-136,62,-183v56,-53,141,-57,216,-39r-6,117v-13,-4,-29,-7,-49,-7v-59,1,-75,50,-71,112r98,0r0,112r-97,0r0,377","w":341,"k":{"g":8,"c":10,"d":10,"e":10,"o":10,"q":10,"s":6,"t":-15,":":-28,";":-28,"-":3,")":-72,"]":-72,"}":-72,"\"":-42,"'":-42,",":39,".":39}},"g":{"d":"528,-489v-7,104,-3,295,-4,418v0,94,-18,172,-74,220v-94,81,-267,74,-375,22r30,-115v31,18,85,37,142,37v81,0,142,-60,125,-161v-29,41,-76,64,-132,64v-121,0,-207,-98,-207,-239v0,-157,102,-257,222,-257v69,0,107,32,136,69r5,-58r132,0xm287,-116v52,0,85,-42,85,-102r0,-72v-1,-58,-35,-94,-85,-95v-55,0,-100,50,-100,139v0,73,36,130,100,130","w":585,"k":{"T":34,",":17,".":17}},"h":{"d":"294,-377v-51,0,-80,35,-81,87r0,290r-152,0r0,-710r152,0r0,279r2,0v29,-38,76,-69,139,-69v97,0,171,67,171,214r0,286r-152,0r0,-269v0,-64,-22,-108,-79,-108","w":586,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"i":{"d":"213,0r-152,0r0,-489r152,0r0,489xm137,-702v49,0,80,33,81,77v0,42,-32,76,-82,76v-48,0,-79,-34,-79,-76v0,-44,31,-77,80,-77","w":274},"j":{"d":"-40,96v109,-16,120,-38,120,-191r0,-394r153,0r0,430v4,195,-88,269,-258,274xm157,-702v49,0,79,33,80,77v0,42,-31,76,-82,76v-48,0,-79,-34,-79,-76v0,-44,31,-77,81,-77","w":291,"k":{",":10,".":10}},"k":{"d":"213,-710r0,427r2,0v40,-73,89,-137,134,-206r183,0r-175,198r200,291r-187,0r-118,-201r-39,48r0,153r-152,0r0,-710r152,0","w":542,"k":{"T":28,"g":14,"b":-11,"h":-11,"k":-11,"l":-11,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"c":14,"d":14,"e":14,"o":14,"q":14,"v":-3,"w":-3,"y":-3,"a":-5,":":-3,";":-3,"-":5,",":-4,".":-4}},"l":{"d":"61,0r0,-710r152,0r0,710r-152,0","w":275,"k":{",":9,".":9}},"m":{"d":"286,-378v-53,0,-77,43,-77,93r0,285r-148,0r0,-333v0,-61,-2,-113,-4,-156r128,0r7,66r3,0v21,-31,64,-77,148,-77v65,0,111,36,136,83v35,-48,81,-83,156,-83v94,0,165,66,165,212r0,288r-148,0r0,-266v0,-71,-23,-112,-72,-112v-48,0,-76,40,-76,92r0,286r-148,0r0,-274v0,-62,-22,-104,-70,-104","w":860,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"n":{"d":"296,-377v-56,0,-83,40,-83,95r0,282r-152,0r0,-333v0,-61,-2,-113,-4,-156r132,0r7,67r3,0v20,-31,70,-78,151,-78v100,0,175,66,175,210r0,290r-152,0r0,-271v0,-63,-22,-106,-77,-106","w":586,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"o":{"d":"294,-500v150,0,250,103,250,250v0,179,-127,261,-258,261v-143,0,-253,-94,-253,-252v0,-158,104,-259,261,-259xm290,-392v-73,0,-100,75,-100,147v0,84,35,147,100,147v59,0,97,-59,97,-147v0,-73,-28,-147,-97,-147","w":577,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"p":{"d":"61,198r0,-523v0,-64,-2,-119,-4,-164r132,0v4,21,1,50,9,68v36,-52,92,-79,163,-79v107,0,203,93,203,249v0,178,-113,262,-222,262v-61,0,-103,-27,-129,-56r0,243r-152,0xm307,-381v-51,1,-94,42,-94,104r0,67v-1,64,38,104,92,104v66,0,105,-55,105,-138v0,-78,-35,-137,-103,-137","w":598,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"q":{"d":"383,198r0,-259r-2,0v-31,46,-80,72,-145,72v-106,0,-203,-93,-203,-249v0,-175,112,-262,216,-262v65,0,107,26,138,68r4,-57r147,0v-1,47,-3,96,-3,147r0,540r-152,0xm291,-109v54,0,93,-41,92,-102r0,-73v-1,-56,-35,-98,-90,-98v-70,0,-105,59,-105,138v0,82,39,135,103,135","w":595,"k":{"T":37,",":7,".":7}},"r":{"d":"361,-354v-81,-19,-148,20,-148,106r0,248r-152,0r0,-328v0,-72,-2,-119,-4,-161r131,0r5,90r4,0v35,-81,88,-109,164,-99r0,144","w":380,"k":{"T":20,"f":-27,"g":8,"b":3,"h":3,"k":3,"l":3,"c":8,"d":8,"e":8,"o":8,"q":8,"t":-21,"u":3,"v":-18,"w":-18,"y":-18,"x":-13,"a":11,"z":-7,":":4,";":4,",":65,".":65}},"s":{"d":"33,-24r27,-109v28,17,86,37,131,37v46,0,65,-16,65,-41v0,-25,-15,-37,-72,-56v-101,-34,-139,-89,-139,-146v0,-92,78,-161,199,-161v57,0,108,13,138,28r-27,105v-29,-21,-164,-54,-164,12v0,23,19,35,79,56v93,32,133,79,133,151v0,91,-72,159,-212,159v-64,0,-121,-15,-158,-35","w":434,"k":{"T":35,",":10,".":10}},"t":{"d":"238,11v-112,0,-156,-63,-156,-188r0,-200r-65,0r0,-112r65,0r0,-92r149,-41r0,133r109,0r0,112r-109,0r0,177v-7,81,41,95,105,82r1,115v-20,8,-56,14,-99,14","w":367,"k":{"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"v":-5,"w":-5,"y":-5,",":8,".":8}},"u":{"d":"288,-112v54,0,81,-35,81,-86r0,-291r153,0r0,332v0,64,2,116,4,157r-132,0r-7,-69r-3,0v-19,30,-65,80,-153,80v-99,0,-172,-62,-172,-213r0,-287r153,0r0,263v0,71,23,114,76,114","w":583,"k":{"T":37,",":7,".":7}},"v":{"d":"9,-489r165,0r66,227v12,41,21,80,28,119r3,0v23,-119,60,-233,90,-346r160,0r-182,489r-152,0","w":530,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"w":{"d":"11,-489r155,0r39,200v12,49,16,110,30,161v25,-130,58,-239,88,-361r120,0r49,195v13,55,26,110,36,166r2,0v16,-125,45,-244,70,-361r149,0r-150,489r-143,0r-46,-172v-12,-48,-21,-91,-31,-152r-2,0v-18,128,-51,213,-81,324r-143,0","w":759,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"x":{"d":"7,-489r170,0r88,154r2,0r81,-154r165,0r-161,233r163,256r-172,0r-49,-88v-14,-24,-26,-49,-38,-74r-3,0r-83,162r-167,0r166,-249","w":519,"k":{"T":29,"c":22,"d":22,"e":22,"o":22,"q":22,"s":8,"t":-13,"v":-19,"w":-19,"y":-19,"-":4}},"y":{"d":"55,92v56,-13,121,-49,137,-109v0,-5,-2,-13,-7,-25r-179,-447r169,0r73,240v8,29,18,65,24,91r3,0r82,-331r163,0v-69,187,-188,569,-286,643v-56,42,-109,62,-147,67","w":523,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"z":{"d":"22,0r0,-87r154,-193v27,-34,53,-56,78,-89r-215,0r0,-120r400,0r0,91r-147,185v-26,34,-55,61,-80,92r235,0r0,121r-425,0","w":469,"k":{"T":29,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-9,"w":-9,"y":-9}},"{":{"d":"95,-24v-1,-50,11,-108,11,-157v0,-28,-7,-66,-76,-68r0,-77v69,-2,76,-38,76,-68v0,-49,-12,-107,-11,-157v0,-106,75,-142,187,-135r0,85v-55,-4,-80,20,-79,71v1,40,9,81,10,125v2,78,-34,101,-85,118v55,12,85,41,85,117v0,85,-49,207,69,198r0,84v-110,5,-186,-22,-187,-136","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},"|":{"d":"88,-750r106,0r0,1000r-106,0r0,-1000","w":283},"}":{"d":"220,-551v0,50,-12,107,-12,157v0,30,8,66,76,68r0,77v-68,2,-76,40,-76,68v0,50,12,107,12,157v-1,113,-77,142,-188,136r0,-84v113,12,71,-110,69,-198v-3,-79,34,-102,86,-119v-56,-12,-86,-41,-86,-116v0,-83,47,-206,-69,-196r0,-85v112,-6,189,28,188,135","w":314},"~":{"d":"420,-184v-71,0,-178,-90,-235,-90v-25,0,-43,17,-47,82r-95,0v-1,-134,58,-187,139,-187v69,0,176,87,235,87v24,0,38,-21,41,-81r95,0v6,143,-57,189,-133,189","w":596},"'":{"d":"35,-692r135,0r-23,271r-89,0","w":205,"k":{"T":-9,"J":58,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-4,"Y":-8,"A":46,"f":-25,"g":19,"c":13,"d":13,"e":13,"o":13,"q":13,"t":-22,"v":-6,"w":-6,"y":-6,",":125,".":125}},"`":{"d":"4,-702r140,0r86,152r-104,0","w":300},"\u00a0":{"w":202,"k":{"T":39,"V":37,"W":37,"Y":40}}}});

(function($) {
    var m = {
        '\b': '\\b',
        '\t': '\\t',
        '\n': '\\n',
        '\f': '\\f',
        '\r': '\\r',
        '"': '\\"',
        '\\': '\\\\'
    },
        s = {
            'array': function(x) {
                var a = ['['], b, f, i, l = x.length, v;
                for (i = 0; i < l; i += 1) {
                    v = x[i];
                    f = s[typeof v];
                    if (f) {
                        v = f(v);
                        if (typeof v == 'string') {
                            if (b) {
                                a[a.length] = ',';
                            }
                            a[a.length] = v;
                            b = true;
                        }
                    }
                }
                a[a.length] = ']';
                return a.join('');
            },
            'boolean': function(x) {
                return String(x);
            },
            'null': function(x) {
                return "null";
            },
            'number': function(x) {
                return isFinite(x) ? String(x) : 'null';
            },
            'object': function(x) {
                if (x) {
                    if (x instanceof Array) {
                        return s.array(x);
                    }
                    var a = ['{'], b, f, i, v;
                    for (i in x) {
                        v = x[i];
                        f = s[typeof v];
                        if (f) {
                            v = f(v);
                            if (typeof v == 'string') {
                                if (b) {
                                    a[a.length] = ',';
                                }
                                a.push(s.string(i), ':', v);
                                b = true;
                            }
                        }
                    }
                    a[a.length] = '}';
                    return a.join('');
                }
                return 'null';
            },
            'string': function(x) {
                if (/["\\\x00-\x1f]/.test(x)) {
                    x = x.replace(/([\x00-\x1f\\"])/g, function(a, b) {
                        var c = m[b];
                        if (c) {
                            return c;
                        }
                        c = b.charCodeAt();
                        return '\\u00' +
                            Math.floor(c / 16).toString(16) +
                            (c % 16).toString(16);
                    });
                }
                return '"' + x + '"';
            }
        };

    $.toJSON = function(v) {
        var f = isNaN(v) ? s[typeof v] : s['number'];
        if (f) return f(v);
    };

    $.parseJSON = function(v, safe) {
        if (safe === undefined) safe = $.parseJSON.safe;
        if (safe && !/^("(\\.|[^"\\\n\r])*?"|[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t])+?$/.test(v))
            return undefined;
        return eval('(' + v + ')');
    };

    $.parseJSON.safe = false;

})(jQuery);
var Mapifies;var toggleDropDown=true;if(!Mapifies){Mapifies={}}Mapifies.MapObjects={};google.load("maps","2");Mapifies.MapObjects.Set=function(b,a){var c=jQuery(b).attr("id");var d=new google.maps.Map2(b);Mapifies.MapObjects[c]=d;Mapifies.MapObjects[c].Options=a;return Mapifies.MapObjects[c]};Mapifies.MapObjects.Append=function(a,c,d){var b=jQuery(a).attr("id");Mapifies.MapObjects[b][c]=d};Mapifies.MapObjects.Get=function(a){return Mapifies.MapObjects[jQuery(a).attr("id")]};Mapifies.Init=function(b,a,f){function d(){return{language:"en",mapType:"map",mapCenter:[55.958858,-3.162302],mapDimensions:[400,400],mapZoom:12,mapControlSize:"small",mapEnableType:false,mapEnableOverview:false,mapEnableDragging:true,mapEnableInfoWindows:true,mapEnableDoubleClickZoom:false,mapEnableScrollZoom:false,mapEnableSmoothZoom:false,mapEnableGoogleBar:false,mapEnableScaleControl:false,debugMode:false,initToAddress:""}}a=jQuery.extend(d(),a);if(google.maps.BrowserIsCompatible()){var e=Mapifies.MapObjects.Set(b,a);var c=Mapifies.GetMapType(a.mapType);Mapifies.CreateMarkerManager(b,{},null);Mapifies.MapObjects.Append(b,"ToAddress",a.initToAddress);Mapifies.MapObjects.Append(b,"FromAddress","");e.setCenter(new google.maps.LatLng(a.mapCenter[0],a.mapCenter[1]),a.mapZoom,c);switch(a.mapControlSize){case"small":e.addControl(new google.maps.SmallMapControl());break;case"large":e.addControl(new google.maps.LargeMapControl());break}if(a.mapEnableType){e.addControl(new google.maps.MapTypeControl())}if(a.mapEnableOverview){e.addControl(new google.maps.OverviewMapControl())}if(!a.mapEnableDragging){e.disableDragging()}if(!a.mapEnableInfoWindows){e.disableInfoWindow()}if(a.mapEnableDoubleClickZoom){e.enableDoubleClickZoom()}if(a.mapEnableScrollZoom){e.enableScrollWheelZoom()}if(a.mapEnableSmoothZoom){e.enableContinuousZoom()}if(a.mapEnableGoogleBar){e.enableGoogleBar()}if(a.mapEnableScaleControl){e.addControl(new google.maps.ScaleControl())}if(a.debugMode){console.log(Mapifies)}if(typeof f=="function"){return f(b,a)}}else{jQuery(b).text("Your browser does not support Google Maps.");return false}return};Mapifies.MoveTo=function(c,b,g){function e(){return{centerMethod:"normal",mapType:null,mapCenter:[],mapZoom:null}}var f=Mapifies.MapObjects.Get(c);b=jQuery.extend(e(),b);if(b.mapType){var d=Mapifies.GetMapType(b.mapType)}var a=new google.maps.LatLng(b.mapCenter[0],b.mapCenter[1]);switch(b.centerMethod){case"normal":f.setCenter(a,b.mapZoom,d);break;case"pan":f.panTo(a);break}if(typeof g=="function"){return g(a,b)}};Mapifies.SavePosition=function(b,a,d){var c=Mapifies.MapObjects.Get(b);c.savePosition();if(typeof d=="function"){return d()}};Mapifies.GotoSavedPosition=function(b,a,d){var c=Mapifies.MapObjects.Get(b);c.returnToSavedPosition();if(typeof d=="function"){return d()}};Mapifies.CreateKeyboardHandler=function(b,a,e){var c=Mapifies.MapObjects.Get(b);var d=new google.maps.KeyboardHandler(c);if(typeof e=="function"){return e(d)}};Mapifies.GetMapType=function(a){switch(a){case"map":a=G_NORMAL_MAP;break;case"sat":a=G_SATELLITE_MAP;break;case"hybrid":a=G_HYBRID_MAP;break}return a};Mapifies.GetTravelMode=function(a){switch(a){case"driving":a=G_TRAVEL_MODE_DRIVING;break;case"walking":a=G_TRAVEL_MODE_WALKING;break}return a};function createIcon(a){function c(){return{iconImage:"",iconShadow:"",iconSize:{width:59,height:50},iconShadowSize:null,iconAnchor:{x:29,y:50},iconInfoWindowAnchor:{x:18,y:6},iconPrintImage:"",iconMozPrintImage:"",iconPrintShadow:"",iconTransparent:""}}a=jQuery.extend(c(),a);var b=new google.maps.Icon();if(a.iconImage){b.image=a.iconImage}if(a.iconShadow){b.shadow=a.iconShadow}if(a.iconSize&&typeof a.iconSize==="object"){b.iconSize=new google.maps.Size(a.iconSize.width,a.iconSize.height)}if(a.iconShadowSize&&typeof a.iconShadowSize==="object"){b.shadowSize=new google.maps.Size(a.iconShadowSize.width,a.iconShadowSize.height)}if(a.iconAnchor&&typeof a.iconAnchor==="object"){b.iconAnchor=new google.maps.Point(a.iconAnchor.x,a.iconAnchor.y)}if(a.iconInfoWindowAnchor&&typeof a.iconInfoWindowAnchor==="object"){b.infoWindowAnchor=new google.maps.Point(a.iconInfoWindowAnchor.x,a.iconInfoWindowAnchor.y)}return b}function getCenter(a){var b=Mapifies.MapObjects.Get(a);return b.getCenter()}function getBounds(a){var b=Mapifies.MapObjects.Get(a);return b.getBounds()}Mapifies.SearchAddress=function(b,a,f){function d(){return{type:"latlng",address:null,cache:{},countryCode:"uk"}}var e=Mapifies.MapObjects.Get(b);a=jQuery.extend(d(),a);if(typeof e.Geocoder=="undefined"){var c=new google.maps.ClientGeocoder}else{var c=e.Geocoder}switch(a.type){case"latlng":c.getLatLng(a.address,function(g){if(typeof f=="function"){return f(g,a)}});break;case"points":c.getLocations(a.address,function(g){if(typeof f=="function"){return f(g,a)}});break}return};Mapifies.SearchDirections=function(d,j,i){function c(){return{directions:"",panel:"",locale:"en_GB",travelMode:"driving",avoidHighways:false,getPolyline:true,getSteps:true,preserveViewport:false}}var h=Mapifies.MapObjects.Get(d);j=jQuery.extend(c(),j);var b={locale:j.locale,travelMode:j.travelMode,avoidHighways:j.avoidHighways,getPolyline:j.getPolyline,getSteps:j.getSteps,preserveViewport:j.preserveViewport};var a=$(j.panel).get(0);var g=new google.maps.Directions(h,a);google.maps.Event.addListener(g,"load",f);google.maps.Event.addListener(g,"error",e);g.load(j.directions,b);function f(){if(typeof i=="function"){return i(g,j)}}function e(){if(typeof i=="function"){return i(g,j)}}return};function SearchDirectionsCode(a){switch(a){case G_GEO_SUCCESS:return{code:G_GEO_SUCCESS,success:true,message:"Success"};case G_GEO_UNKNOWN_ADDRESS:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"No corresponding geographic location could be found for one of the specified addresses. This may be due to the fact that the address is relatively new, or it may be incorrect"};break;case G_GEO_SERVER_ERROR:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known."};break;case G_GEO_MISSING_QUERY:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"The HTTP q parameter was either missing or had no value. For geocoder requests, this means that an empty address was specified as input. For directions requests, this means that no query was specified in the input."};break;case G_GEO_BAD_KEY:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"The given key is either invalid or does not match the domain for which it was given."};break;case G_GEO_BAD_REQUEST:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"A directions request could not be successfully parsed."};break;default:return{code:null,success:false,message:"An unknown error occurred."};break}}Mapifies.AddFeed=function(b,a,f){function d(){return{feedUrl:"",mapCenter:[]}}var e=Mapifies.MapObjects.Get(b);a=jQuery.extend(d(),a);var c=new google.maps.GeoXml(a.feedUrl);e.addOverlay(c);if(a.mapCenter[0]&&a.mapCenter[1]){e.setCenter(new google.maps.LatLng(a.mapCenter[0],a.mapCenter[1]))}if(typeof f=="function"){return f(c,a)}return};Mapifies.RemoveFeed=function(a,b,d){var c=Mapifies.MapObjects.Get(a);c.removeOverlay(b);if(typeof d=="function"){return d(b,options)}return};Mapifies.AddGroundOverlay=function(b,a,f){function d(){return{overlaySouthWestBounds:[],overlayNorthEastBounds:[],overlayImage:""}}var e=Mapifies.MapObjects.Get(b);a=jQuery.extend(d(),a);var c=new google.maps.LatLngBounds(new google.maps.LatLng(a.overlaySouthWestBounds[0],a.overlaySouthWestBounds[1]),new google.maps.LatLng(a.overlayNorthEastBounds[0],a.overlayNorthEastBounds[1]));groundOverlay=new google.maps.GroundOverlay(a.overlayImage,c);e.addOverlay(groundOverlay);if(typeof f=="function"){return f(groundOverlay,a)}return};Mapifies.RemoveGroundOverlay=function(a,c){var b=Mapifies.MapObjects.Get(a);b.removeOverlay(c);return};Mapifies.AddMarker=function(d,c,g){function e(){var h={pointLatLng:[],pointHTML:null,pointOpenHTMLEvent:"click",pointIsDraggable:false,pointIsRemovable:false,pointRemoveEvent:"dblclick",pointMinZoom:4,pointMaxZoom:17,pointIcon:null,pointMaxContent:null,pointMaxTitle:null,centerMap:false,markerType:"default"};return h}var f=Mapifies.MapObjects.Get(d);c=jQuery.extend({},e(),c);var b={};if(typeof c.pointIcon=="object"){jQuery.extend(b,{icon:c.pointIcon})}if(c.pointIsDraggable){jQuery.extend(b,{draggable:c.pointIsDraggable})}if(c.centerMap){jQuery.jmap.GMap2.setCenter(new google.maps.LatLng(c.pointLatLng[0],c.pointLatLng[1]))}var a=new google.maps.Marker(new google.maps.LatLng(c.pointLatLng[0],c.pointLatLng[1]),b);if(c.pointHTML){google.maps.Event.addListener(a,c.pointOpenHTMLEvent,function(){a.openInfoWindowHtml(c.pointHTML)})}if(c.pointIsRemovable){google.maps.Event.addListener(a,c.pointRemoveEvent,function(){f.removeOverlay(a)})}if(f.GMarkerManager){f.GMarkerManager.addMarker(a,c.pointMinZoom,c.pointMaxZoom)}else{if(f.MarkerManager){f.MarkerManager.addMarker(a,c.markerType)}else{f.addOverlay(a)}}if(typeof g=="function"){return g(a,c)}return};Mapifies.RemoveMarker=function(b,a){var c=Mapifies.MapObjects.Get(b);c.removeOverlay(a);return};Mapifies.CreateGMarkerManager=function(c,a,f){function d(){return{borderPadding:100,maxZoom:17,trackMarkers:false}}var e=Mapifies.MapObjects.Get(c);a=jQuery.extend(d(),a);var b=new google.maps.MarkerManager(e,a);Mapifies.MapObjects.Append(c,"GMarkerManager",b);if(typeof f=="function"){return f(a)}};Mapifies.CreateMarkerManager=function(b,a,e){var d={};var c=Mapifies.MapObjects.Get(b);Mapifies.MapObjects.Append(b,"MarkerManager",this);this.addMarker=function(g,f){if(!d[f]){d[f]=[]}d[f].push(g)};this.removeMarkers=function(f){c.getInfoWindow().hide();jQuery.each(d,function(g){jQuery.each(this,function(h){c.removeOverlay(this)})});if(typeof f=="function"){return f()}};this.showMarkers=function(f,g){jQuery.each(d[f],function(h){c.addOverlay(this)});if(typeof g=="function"){return g()}};if(typeof e=="function"){return e()}};Mapifies.AddPolygon=function(e,c,h){function f(){return{polygonPoints:[],polygonStrokeColor:"#000000",polygonStrokeWeight:5,polygonStrokeOpacity:1,polygonFillColor:"#ff0000",polygonFillOpacity:1,mapCenter:[],polygonClickable:true}}var g=Mapifies.MapObjects.Get(e);c=jQuery.extend(f(),c);var a={};if(!c.polygonClickable){a=jQuery.extend(a,{clickable:false})}if(c.mapCenter[0]&&c.mapCenter[1]){g.setCenter(new google.maps.LatLng(c.mapCenter[0],c.mapCenter[1]))}var b=[];jQuery.each(c.polygonPoints,function(k,j){b.push(new google.maps.LatLng(j[0],j[1]))});var d=new google.maps.Polygon(b,c.polygonStrokeColor,c.polygonStrokeWeight,c.polygonStrokeOpacity,c.polygonFillColor,c.polygonFillOpacity,a);g.addOverlay(d);if(typeof h=="function"){return h(d,a,c)}return};Mapifies.RemovePolygon=function(b,a){var c=Mapifies.MapObjects.Get(b);c.removeOverlay(a);return};Mapifies.AddPolyline=function(d,c,h){function f(){return{polylinePoints:[],polylineStrokeColor:"#ff0000",polylineStrokeWidth:10,polylineStrokeOpacity:1,mapCenter:[],polylineGeodesic:false,polylineClickable:true}}var g=Mapifies.MapObjects.Get(d);c=jQuery.extend(f(),c);var e={};if(c.polylineGeodesic){jQuery.extend(e,{geodesic:true})}if(!c.polylineClickable){jQuery.extend(e,{clickable:false})}if(c.mapCenter[0]&&c.mapCenter[1]){g.setCenter(new google.maps.LatLng(c.mapCenter[0],c.mapCenter[1]))}var b=[];jQuery.each(c.polylinePoints,function(k,j){b.push(new google.maps.LatLng(j[0],j[1]))});var a=new google.maps.Polyline(b,c.polylineStrokeColor,c.polylineStrokeWidth,c.polylineStrokeOpacity,e);g.addOverlay(a);if(typeof h=="function"){return h(a,e,c)}return};Mapifies.RemovePolyline=function(b,a,d){var c=Mapifies.MapObjects.Get(b);c.removeOverlay(a);return};Mapifies.AddScreenOverlay=function(c,b,f){function d(){return{imageUrl:"",screenXY:[],overlayXY:[],size:[]}}var e=Mapifies.MapObjects.Get(c);b=jQuery.extend(d(),b);var a=new google.maps.ScreenOverlay(b.imageUrl,new google.maps.ScreenPoint(b.screenXY[0],b.screenXY[1]),new google.maps.ScreenPoint(b.overlayXY[0],b.overlayXY[1]),new google.maps.ScreenSize(b.size[0],b.size[1]));e.addOverlay(a);if(typeof f=="function"){return f(a,b)}};Mapifies.RemoveScreenOverlay=function(b,a){var c=Mapifies.MapObjects.Get(b);c.removeOverlay(a);return};Mapifies.CreateStreetviewPanorama=function(e,d,h){function f(){return{overideContainer:"",latlng:[40.75271883902363,-73.98262023925781],pov:[]}}var g=Mapifies.MapObjects.Get(e);d=jQuery.extend(f(),d);var a=null;if(d.overideContainer!==""){a=jQuery(d.overideContainer).get(0)}else{a=jQuery(e).get(0)}var b={};if(d.pov.length>0){jQuery.extend(b,{pov:new google.maps.Pov(d.latlng[0],d.latlng[1],d.latlng[2])})}if(d.latlng.length>0){jQuery.extend(b,{latlng:new google.maps.LatLng(d.latlng[0],d.latlng[1])})}var c=new google.maps.StreetviewPanorama(a,b);if(typeof h=="function"){return h(c,d)}return};Mapifies.RemoveStreetviewPanorama=function(b,a,d){var c=Mapifies.MapObjects.Get(b);a.remove();if(typeof d=="function"){return d(a)}return};Mapifies.AddTrafficInfo=function(b,a,f){function d(){return{mapCenter:[]}}var e=Mapifies.MapObjects.Get(b);a=jQuery.extend(d(),a);var c=new google.maps.TrafficOverlay;e.addOverlay(c);if(a.mapCenter[0]&&a.mapCenter[1]){e.setCenter(new google.maps.LatLng(a.mapCenter[0],a.mapCenter[1]))}if(typeof f=="function"){return f(c,a)}};Mapifies.RemoveTrafficInfo=function(a,b){var c=Mapifies.MapObjects.Get(a);c.removeOverlay(b);return};Mapifies.SearchAddress=function(b,a,f){function d(){return{type:"latlng",address:null,cache:{},countryCode:"uk"}}var e=Mapifies.MapObjects.Get(b);a=jQuery.extend(d(),a);if(typeof e.Geocoder=="undefined"){var c=new google.maps.ClientGeocoder}else{var c=e.Geocoder}switch(a.type){case"latlng":c.getLatLng(a.address,function(g){if(typeof f=="function"){return f(g,a)}});break;case"points":c.getLocations(a.address,function(g){if(typeof f=="function"){return f(g,a)}});break}return};Mapifies.SearchDirections=function(d,j,i){function c(){return{directions:"",panel:"",locale:"en_US",travelMode:"driving",avoidHighways:false,getPolyline:true,getSteps:true,preserveViewport:false}}var h=Mapifies.MapObjects.Get(d);j=jQuery.extend(c(),j);var b={locale:j.locale,travelMode:j.travelMode,avoidHighways:j.avoidHighways,getPolyline:j.getPolyline,getSteps:j.getSteps,preserveViewport:j.preserveViewport};var a=$(j.panel).get(0);if(!h.Directions){var g=new google.maps.Directions(h,a);Mapifies.MapObjects.Append(d,"Directions",g)}GEvent.addListener(h.Directions,"load",f);GEvent.addListener(h.Directions,"error",e);h.Directions.load(j.directions,b);function f(){if(typeof i=="function"){return i(h.Directions,j)}}function e(){if(typeof i=="function"){return i(h.Directions,j)}}return};function SearchDirectionsCode(a){switch(a){case G_GEO_SUCCESS:return{code:G_GEO_SUCCESS,success:true,message:"Success"};case G_GEO_UNKNOWN_ADDRESS:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"No corresponding geographic location could be found for one of the specified addresses. This may be due to the fact that the address is relatively new, or it may be incorrect"};break;case G_GEO_SERVER_ERROR:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known."};break;case G_GEO_MISSING_QUERY:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"The HTTP q parameter was either missing or had no value. For geocoder requests, this means that an empty address was specified as input. For directions requests, this means that no query was specified in the input."};break;case G_GEO_BAD_KEY:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"The given key is either invalid or does not match the domain for which it was given."};break;case G_GEO_BAD_REQUEST:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"A directions request could not be successfully parsed."};break;default:return{code:null,success:false,message:"An unknown error occurred."};break}}Mapifies.CreateAdsManager=function(d,c,g){function e(){return{publisherId:"",maxAdsOnMap:3,channel:0,minZoomLevel:6}}var f=Mapifies.MapObjects.Get(d);c=jQuery.extend(e(),c);var a={maxAdsOnMap:c.maxAdsOnMap,channel:c.channel,minZoomLevel:c.minZoomLevel};var b=new google.maps.AdsManager(f,c.publisherId,a);if(typeof g=="function"){return g(b,c)}};Mapifies.LoadMarkers=function(c,b,a,e){var d=Mapifies.MapObjects.Get(b);$.ajax({type:"GET",url:c,dataType:"xml",success:function(f,g){$(f).find("locations").each(function(){var l=$(this).attr("type");var j=$(this).attr("image");var i=$(this).attr("shadow");var h=$.parseJSON($(this).attr("imageSize"));var k=$.parseJSON($(this).attr("shadowSize"));var m=$.parseJSON($(this).attr("anchor"));var n=$.parseJSON($(this).attr("infoWinAnchor"));$(this).find("marker").each(function(){var s=parseFloat($(this).attr("lat"));var o=parseFloat($(this).attr("lng"));if($(this).attr("image")){j=$(this).attr("image")}if($(this).attr("shadow")){i=$(this).attr("shadow")}if($(this).attr("imageSize")){h=$.parseJSON($(this).attr("imageSize"))}if($(this).attr("shadowSize")){k=$.parseJSON($(this).attr("shadowSize"))}if($(this).attr("anchor")){m=$.parseJSON($(this).attr("anchor"))}if($(this).attr("infoWinAnchor")){n=$.parseJSON($(this).attr("infoWinAnchor"))}var p=$(this).find("html").text();var r={iconImage:image,iconShadow:shadow,iconSize:size,iconShadowSize:shadowSize,iconAnchor:anchor,iconInfoWindowAnchor:infoWinAnchor};var q=createIcon(r);Mapifies.AddMarker(b,{pointLatLng:[s,o],pointHTML:p,pointIcon:q,markerType:l})})});if(typeof e=="function"){return e(b,a)}}})};function GetObject(c,a,b){var d=b;if(c){d=c.split(a);if(typeof d!=="object"){d=b}}return d}function HandleToAddressChanging(b,a){var c=a.get_item();var d=Mapifies.MapObjects.Get(jQuery(c.get_attributes().getAttribute("map")));if((c.get_value()=="n/a")||(c.get_value()=="")){b.set_text("Choose a Location ....");d.ToAddress="";return false}else{d.ToAddress=c.get_value()}}function HandleFromAddressClosing(b,a){var d=b.get_items().getItem(0);var e=Mapifies.MapObjects.Get(jQuery(d.get_attributes().getAttribute("map")));var c="";jQuery(":input").each(function(f){if($(this).attr("id").indexOf(b.get_id()+"_i0_address")==0){if($(this).val()!=""){c+=$(this).val()+" "}}if($(this).attr("id").indexOf(b.get_id()+"_i0_city")==0){if($(this).val()!=""){c+=$(this).val()+", "}}if($(this).attr("id").indexOf(b.get_id()+"_i0_state")==0){if($(this).val()!=""){c+=$(this).val()+" "}}if($(this).attr("id").indexOf(b.get_id()+"_i0_zip")==0){if($(this).val()!=""){c+=$(this).val()}}});e.FromAddress=c;if(c==""){c=b.get_emptyMessage()}b.set_text(c);b.set_value(c)}function toggleBox(a){toggleDropDown=a}function toggleMarkers(b,a){var c=Mapifies.MapObjects.Get(jQuery(b));if(c.MarkerManager){c.MarkerManager.removeMarkers(function(){c.MarkerManager.showMarkers(a)})}}(function(a){a.fn.jmap=function(d,b,c){return this.each(function(){if(d=="init"&&typeof b=="undefined"){new Mapifies.Init(this,{},null)}else{if(d=="init"&&typeof b=="object"){new Mapifies.Init(this,b,c)}else{if(d=="init"&&typeof b=="function"){new Mapifies.Init(this,{},b)}else{if(typeof d=="object"||d==null){new Mapifies.Init(this,d,b)}else{try{new Mapifies[d](this,b,c)}catch(e){throw Error("Mapifies Function Does Not Exist")}}}}}})}})(jQuery);
/*
	ColorBox v1.2.5 - a full featured, light-weight, customizable lightbox based on jQuery 1.3
	(c) 2009 Jack Moore : colorpowered.com
*/
(function(w){var t,j,I,B,s,G,a,d,L,f,v,b,C,F,H,o,h,A,i,g,J,K,c,n,z,e,x,k,D,p,r;function u(){z.css({position:"absolute",width:H.width(),height:H.height(),top:H.scrollTop(),left:H.scrollLeft()})}function m(){var M;function N(){F.text(I.slideshowStop).bind("cbox_complete",function(){C=setTimeout(w.fn.colorbox.next,I.slideshowSpeed)}).bind("cbox_load",function(){clearTimeout(C)}).one("click",function(){M();w(this).removeClass("hover")});J.removeClass("cboxSlideshow_off").addClass("cboxSlideshow_on")}M=function(){clearTimeout(C);F.text(I.slideshowStart).unbind("cbox_complete cbox_load").one("click",function(){N();C=setTimeout(w.fn.colorbox.next,I.slideshowSpeed);w(this).removeClass("hover")});J.removeClass("cboxSlideshow_on").addClass("cboxSlideshow_off")};if(I.slideshow&&b.length>1){if(I.slideshowAuto){N()}else{M()}}}function l(){if(w("#cboxInlineTemp").length>0){x.children().insertBefore("#cboxInlineTemp");w("#cboxInlineTemp").remove()}}function E(M){if(M.keyCode==37){M.preventDefault();A.click()}else{if(M.keyCode==39){M.preventDefault();h.click()}}}function y(M,N){N=N=="x"?document.documentElement.clientWidth:document.documentElement.clientHeight;return(typeof M=="string")?(M.match(/%/)?(N/100)*parseInt(M,10):parseInt(M,10)):M}function q(M){return I.photo?true:M.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(.*))?$/i)}w(function(){w.fn.colorbox.init()});w.fn.colorbox=function(N,M){if(this.length){this.each(function(){var O=w(this).data("colorbox")?w.extend({},w(this).data("colorbox"),N):w.extend({},w.fn.colorbox.settings,N);O.title=O.title?O.title:this.title;O.href=O.href?O.href:this.href;O.rel=O.rel?O.rel:this.rel;w(this).data("colorbox",O).addClass("cboxelement")})}else{w(this).data("colorbox",w.extend({},w.fn.colorbox.settings,N))}w(this).unbind("click.colorbox").bind("click.colorbox",function(O){j=this;I=w(this).data("colorbox");this.blur();B=M?M:false;if(I.rel&&I.rel!="nofollow"){b=w(".cboxelement").filter(function(){return(w(this).data("colorbox").rel==I.rel)});v=b.index(this)}else{b=w(this);v=0}if(!t){w.event.trigger("cbox_open");o.html(I.close);z.css({opacity:I.opacity}).show();t=true;w.fn.colorbox.position(y(I.initialWidth,"x"),y(I.initialHeight,"y"),0);if(w.browser.msie&&w.browser.version<7){H.bind("resize scroll",u)}}m();w.fn.colorbox.load();if(I.overlayClose===true){z.css({cursor:"pointer"}).click(w.fn.colorbox.close)}O.preventDefault()});if(N&&N.open){w(this).triggerHandler("click.colorbox")}return this};w.fn.colorbox.element=function(){return j};w.fn.colorbox.init=function(){H=w(window);w("body").prepend(z=w('<div id="cboxOverlay" />').hide(),J=w('<div id="colorbox" />'));K=w('<div id="cboxWrapper" />').appendTo(J).append(w("<div/>").append(w('<div id="cboxTopLeft"/>'),k=w('<div id="cboxTopCenter"/>'),w('<div id="cboxTopRight"/>')),D=w('<div id="cboxMiddleLeft" />'),e=w('<div id="cboxContent" />'),p=w('<div id="cboxMiddleRight" />'),w("<div/>").append(w('<div id="cboxBottomLeft"/>'),r=w('<div id="cboxBottomCenter"/>'),w('<div id="cboxBottomRight"/>')));K.find("[id]").css({"float":"left"});e.append(x=w('<div id="cboxLoadedContent" style="width:0; height:0;" />'),c=w('<div id="cboxLoadingOverlay" />'),n=w('<div id="cboxLoadingGraphic" />'),g=w('<div id="cboxTitle" />'),i=w('<div id="cboxCurrent" />'),F=w('<div id="cboxSlideshow" />'),h=w('<div id="cboxNext" />').click(w.fn.colorbox.next),A=w('<div id="cboxPrevious" />').click(w.fn.colorbox.prev),o=w('<div id="cboxClose" />').click(w.fn.colorbox.close));e.children().addClass("hover").mouseover(function(){w(this).addClass("hover")}).mouseout(function(){w(this).removeClass("hover")}).hide();L=k.height()+r.height()+e.outerHeight(true)-e.height();f=D.width()+p.width()+e.outerWidth(true)-e.width();d=x.outerHeight(true);a=x.outerWidth(true);J.css({"padding-bottom":L,"padding-right":f}).hide();w().bind("keydown.cbox_close",function(M){if(M.keyCode==27){M.preventDefault();o.click()}});e.children().removeClass("hover")};w.fn.colorbox.next=function(){v=v<b.length-1?v+1:0;w.fn.colorbox.load()};w.fn.colorbox.prev=function(){v=v>0?v-1:b.length-1;w.fn.colorbox.load()};w.fn.colorbox.position=function(P,O,N,Q){var R=document.documentElement.clientHeight;var T=R/2-O/2;var S=document.documentElement.clientWidth/2-P/2;if(O>R){T-=(O-R)}if(T<0){T=0}if(S<0){S=0}T+=H.scrollTop();S+=H.scrollLeft();P=P-f;O=O-L;K[0].style.width=K[0].style.height="9999px";function U(V){k[0].style.width=r[0].style.width=e[0].style.width=V.style.width;n[0].style.height=c[0].style.height=e[0].style.height=D[0].style.height=p[0].style.height=V.style.height}var M=(J.width()===P&&J.height()===O)?0:N;J.dequeue().animate({height:O,width:P,top:T,left:S},{duration:M,complete:function(){U(this);K[0].style.width=(P+f)+"px";K[0].style.height=(O+L)+"px";if(Q){Q()}if(w.browser.msie&&w.browser.version<7){u()}},step:function(){U(this)}})};w.fn.colorbox.dimensions=function(P){if(!t){return}H.unbind("resize.cbox_resize");var S=I.transition=="none"?0:I.speed;x.remove();x=w(P);function M(){if(I.width){return s}else{return s&&s<x.width()?s:x.width()}}function T(){if(I.height){return G}else{return G&&G<x.height()?G:x.height()}}x.hide().appendTo("body").attr({id:"cboxLoadedContent"}).css({width:M()}).css({height:T()}).prependTo(e);if(w.browser.msie&&w.browser.version<7){w("select").not(w("#colorbox select")).css({visibility:"hidden"})}if(w("#cboxPhoto").length>0&&I.height){var O=(x.height()-parseInt(w("#cboxPhoto")[0].style.height,10))/2;w("#cboxPhoto").css({marginTop:(O>0?O:0)})}function N(V){var U=x.width()+a+f;var W=x.height()+d+L;w.fn.colorbox.position(U,W,V,function(){if(!t){return}if(w.browser.msie){if(w("#cboxPhoto").length>0){x.fadeIn(100)}J.css("filter","")}e.children().show();w("#cboxIframe").attr("src",I.href);c.hide();n.hide();F.hide();if(b.length>1){i.html(I.current.replace(/\{current\}/,v+1).replace(/\{total\}/,b.length));h.html(I.next);A.html(I.previous);w().unbind("keydown",E).one("keydown",E);if(I.slideshow){F.show()}}else{i.add(h).add(A).hide()}g.html(I.title);w.event.trigger("cbox_complete");if(B){B.call(j)}if(I.transition==="fade"){J.fadeTo(S,1,function(){if(w.browser.msie){J.css("filter","")}})}H.bind("resize.cbox_resize",function(){w.fn.colorbox.position(U,W,0)})})}if(I.transition=="fade"){J.fadeTo(S,0,function(){N(0)})}else{N(S)}if(I.preloading&&b.length>1){var R=v>0?b[v-1]:b[b.length-1];var Q=v<b.length-1?b[v+1]:b[0];if(q(w(Q).data("colorbox").href)){w("<img />").attr("src",Q)}if(q(w(R).data("colorbox").href)){w("<img />").attr("src",R)}}};w.fn.colorbox.load=function(){j=b[v];I=w(j).data("colorbox");w.event.trigger("cbox_load");c.show();n.show();o.show();l();var M=I.height?y(I.height,"y")-d-L:false;var P=I.width?y(I.width,"x")-a-f:false;if(I.maxHeight){G=I.maxHeight?y(I.maxHeight,"y")-d-L:false;M=M&&M<G?M:G}if(I.maxWidth){s=I.maxWidth?y(I.maxWidth,"x")-a-f:false;P=P&&P<s?P:s}G=M;s=P;var N=I.href;if(I.inline){w('<div id="cboxInlineTemp" />').hide().insertBefore(w(N)[0]);w.fn.colorbox.dimensions(w(N).wrapAll("<div/>").parent())}else{if(I.iframe){w.fn.colorbox.dimensions(w("<div><iframe id='cboxIframe' name='iframe_"+new Date().getTime()+"' frameborder=0 /></div>"))}else{if(q(N)){var O=new Image();O.onload=function(){O.onload=null;if((G||s)&&I.resize){var S=this.width;var Q=this.height;var U=0;var T=this;var R=function(){Q+=Q*U;S+=S*U;T.height=Q;T.width=S};if(s&&S>s){U=(s-S)/S;R()}if(G&&Q>G){U=(G-Q)/Q;R()}}w.fn.colorbox.dimensions(w("<div />").css({width:this.width,height:this.height}).append(w(this).css({width:this.width,height:this.height,display:"block",margin:"auto",border:0}).attr("id","cboxPhoto")));if(b.length>1){w(this).css({cursor:"pointer"}).click(w.fn.colorbox.next)}if(w.browser.msie&&w.browser.version==7){this.style.msInterpolationMode="bicubic"}};O.src=N}else{w("<div />").load(N,function(Q,R){if(R=="success"){w.fn.colorbox.dimensions(w(this))}else{w.fn.colorbox.dimensions(w("<p>Request unsuccessful.</p>"))}})}}}};w.fn.colorbox.close=function(){t=false;clearTimeout(C);H.unbind("resize.cbox_resize");F.unbind("cbox_complete cbox_load click");l();z.css({cursor:"auto"}).fadeOut("fast").unbind("click",w.fn.colorbox.close);w().unbind("keydown",E);if(w.browser.msie&&w.browser.version<7){w("select").css({visibility:"inherit"});H.unbind("resize scroll",u)}e.children().hide();J.stop(true,false).removeClass().fadeOut("fast",function(){j.focus();x.remove();J.css({opacity:1});w.event.trigger("cbox_closed")})};w.fn.colorbox.settings={transition:"elastic",speed:350,width:false,height:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,resize:true,inline:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:true,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:true,slideshow:false,slideshowAuto:true,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow"}})(jQuery);
(function($) {
    var _intervalTimer, $current, $next, $settings, $slideshow;

    $.fn.slideshow = function(settings) {

        var _slideshow = this;

        this.each(function(i) {
            var $parent = $(this);

            this.playId = null;
            this.playFlag = false;
            this.length = 0;
            this.inited = new Array();
            this.titles = new Array();

            this.build = function() {

                var _self = this;
                $parent.addClass('slideshow-content');
                $parent.wrap('<div class="slideshow-wrapper"></div>');
                $parent = $('.slideshow-wrapper');

                this.length = $parent.find('.slideshow-content > *').length;
                $parent.find('.slideshow-content > *').each(function() {
                    $(this).addClass('slideshow-slide');
                });

                this.events();

                // init slide (replace by ajax etc)
                //this.init(this.options.index);

                // show slide
                $parent.find('.slideshow-slide:eq(' + this.options.index + ')').show();

                return true;
            };

            /**
            * Init N-slide
            * @method
            * @param {Integer} index
            */
            this.init = function(index) {
                // initialize only ones
                for (var i = 0, loopCnt = this.inited.length; i < loopCnt; i++) {
                    if (this.inited[i] === index) {
                        return true;
                    }
                }

                // index to inited stack
                this.inited.push(index);

                // current slide
                slide = $parent.find('.slideshow-slide:eq(' + index + ')');

                return false;
            };

            this.play = function() {
                var _self = this;
                this.playFlag = true;
                this.playId = setTimeout(function() { _self.next() }, this.options.speed);
            };

            this._play = function() {
                var _self = this;

                // if it last frame
                if (this.options.index == (this.length - 1)) {
                    this.stop();
                    // should be restart slideshow
                    if (this.options.loop) {
                        this.play();
                    }
                    return false;
                }
                this.playId = setTimeout(function() { _self.next(); }, this.options.speed);
                return true;
            };

            this.stop = function() {
                this.playFlag = false;

                clearTimeout(this.playId);
                this.playId = null;
            };

            this.events = function() {
                var _self = this;

                $parent.hover(function() {
                    if (_self.playId) {
                        _self.stop();
                    }
                }, function() {
                    if (!_self.playId) {
                        _self.play();
                    }
                });

                $parent.find('.slideshow-content > *').each(function() {
                    $(this).hover(function() {
                        if (_self.playId) {
                            _self.stop();
                        }
                    }, function() {
                        if (!_self.playId) {
                            _self.play();
                        }
                    });
                });
            };

            this.next = function() {
                if (this.options.index == (this.length - 1)) {
                    i = 0;
                } else {
                    i = this.options.index + 1;
                }
                this.goToSlide(i);
            };

            /**        
            * Goto N-slide
            * @method
            * @param {Integer} n
            */
            this.goToSlide = function(n) {
                if (this.options.index == n) return;

                //if (!this.init(n)) return;

                var next = $parent.find('.slideshow-content > *:eq(' + n + ')');
                var prev = $parent.find('.slideshow-content > *:eq(' + this.options.index + ')');

                // restore next slide after all effects, set z-index = 0 for prev slide
                prev.css({ zIndex: 0 });
                next.css({ zIndex: 1, top: 0, left: 0, opacity: 1 });

                this.options.index = n;

                prev.css({ zIndex: 0, opacity: 1 });
                next.css({ zIndex: 1, opacity: 0 });

                prevAni = { opacity: 0 };

                var _self = this;

                prev.animate(prevAni, this.options.effecttime);

                // play next slide animation, hide prev slide, update label, update counter
                next.show().animate({ top: 0, left: 0, opacity: 1 }, this.options.effecttime, function() {
                    prev.hide();
                    _self._play();
                });
            };


            this.options = $.extend({}, $.fn.slideshow.options, settings);

            this.build();
        });

        _slideshow.playSlide = function() { _slideshow.each(function() { this.play(); }) };

        return this;
    };

    $.fn.slideshow.options = {
        effecttime: 1000,
        index: 0,
        loop: true,
        play: true,
        speed: 2500
    };

})(jQuery);
/**
 * Flash (http://jquery.lukelutman.com/plugins/flash)
 * A jQuery plugin for embedding Flash movies.
 * 
 * Version 1.0
 * November 9th, 2006
 *
 * Copyright (c) 2006 Luke Lutman (http://www.lukelutman.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.opensource.org/licenses/gpl-license.php
 * 
 * Inspired by:
 * SWFObject (http://blog.deconcept.com/swfobject/)
 * UFO (http://www.bobbyvandersluis.com/ufo/)
 * sIFR (http://www.mikeindustries.com/sifr/)
 * 
 * IMPORTANT: 
 * The packed version of jQuery breaks ActiveX control
 * activation in Internet Explorer. Use JSMin to minifiy
 * jQuery (see: http://jquery.lukelutman.com/plugins/flash#activex).
 *
 **/ 
;(function(){
	
var $$;

/**
 * 
 * @desc Replace matching elements with a flash movie.
 * @author Luke Lutman
 * @version 1.0.1
 *
 * @name flash
 * @param Hash htmlOptions Options for the embed/object tag.
 * @param Hash pluginOptions Options for detecting/updating the Flash plugin (optional).
 * @param Function replace Custom block called for each matched element if flash is installed (optional).
 * @param Function update Custom block called for each matched if flash isn't installed (optional).
 * @type jQuery
 *
 * @cat plugins/flash
 * 
 * @example $('#hello').flash({ src: 'hello.swf' });
 * @desc Embed a Flash movie.
 *
 * @example $('#hello').flash({ src: 'hello.swf' }, { version: 8 });
 * @desc Embed a Flash 8 movie.
 *
 * @example $('#hello').flash({ src: 'hello.swf' }, { expressInstall: true });
 * @desc Embed a Flash movie using Express Install if flash isn't installed.
 *
 * @example $('#hello').flash({ src: 'hello.swf' }, { update: false });
 * @desc Embed a Flash movie, don't show an update message if Flash isn't installed.
 *
**/
$$ = jQuery.fn.flash = function(htmlOptions, pluginOptions, replace, update) {
	
	// Set the default block.
	var block = replace || $$.replace;
	
	// Merge the default and passed plugin options.
	pluginOptions = $$.copy($$.pluginOptions, pluginOptions);
	
	// Detect Flash.
	if(!$$.hasFlash(pluginOptions.version)) {
		// Use Express Install (if specified and Flash plugin 6,0,65 or higher is installed).
		if(pluginOptions.expressInstall && $$.hasFlash(6,0,65)) {
			// Add the necessary flashvars (merged later).
			var expressInstallOptions = {
				flashvars: {  	
					MMredirectURL: location,
					MMplayerType: 'PlugIn',
					MMdoctitle: jQuery('title').text() 
				}					
			};
		// Ask the user to update (if specified).
		} else if (pluginOptions.update) {
			// Change the block to insert the update message instead of the flash movie.
			block = update || $$.update;
		// Fail
		} else {
			// The required version of flash isn't installed.
			// Express Install is turned off, or flash 6,0,65 isn't installed.
			// Update is turned off.
			// Return without doing anything.
			return this;
		}
	}
	
	// Merge the default, express install and passed html options.
	htmlOptions = $$.copy($$.htmlOptions, expressInstallOptions, htmlOptions);
	
	// Invoke $block (with a copy of the merged html options) for each element.
	return this.each(function(){
		block.call(this, $$.copy(htmlOptions));
	});
	
};
/**
 *
 * @name flash.copy
 * @desc Copy an arbitrary number of objects into a new object.
 * @type Object
 * 
 * @example $$.copy({ foo: 1 }, { bar: 2 });
 * @result { foo: 1, bar: 2 };
 *
**/
$$.copy = function() {
	var options = {}, flashvars = {};
	for(var i = 0; i < arguments.length; i++) {
		var arg = arguments[i];
		if(arg == undefined) continue;
		jQuery.extend(options, arg);
		// don't clobber one flash vars object with another
		// merge them instead
		if(arg.flashvars == undefined) continue;
		jQuery.extend(flashvars, arg.flashvars);
	}
	options.flashvars = flashvars;
	return options;
};
/*
 * @name flash.hasFlash
 * @desc Check if a specific version of the Flash plugin is installed
 * @type Boolean
 *
**/
$$.hasFlash = function() {
	// look for a flag in the query string to bypass flash detection
	if(/hasFlash\=true/.test(location)) return true;
	if(/hasFlash\=false/.test(location)) return false;
	var pv = $$.hasFlash.playerVersion().match(/\d+/g);
	var rv = String([arguments[0], arguments[1], arguments[2]]).match(/\d+/g) || String($$.pluginOptions.version).match(/\d+/g);
	for(var i = 0; i < 3; i++) {
		pv[i] = parseInt(pv[i] || 0);
		rv[i] = parseInt(rv[i] || 0);
		// player is less than required
		if(pv[i] < rv[i]) return false;
		// player is greater than required
		if(pv[i] > rv[i]) return true;
	}
	// major version, minor version and revision match exactly
	return true;
};
/**
 *
 * @name flash.hasFlash.playerVersion
 * @desc Get the version of the installed Flash plugin.
 * @type String
 *
**/
$$.hasFlash.playerVersion = function() {
	// ie
	try {
		try {
			// avoid fp6 minor version lookup issues
			// see: http://blog.deconcept.com/2006/01/11/getvariable-setvariable-crash-internet-explorer-flash-6/
			var axo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6');
			try { axo.AllowScriptAccess = 'always';	} 
			catch(e) { return '6,0,0'; }				
		} catch(e) {}
		return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version').replace(/\D+/g, ',').match(/^,?(.+),?$/)[1];
	// other browsers
	} catch(e) {
		try {
			if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){
				return (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g, ",").match(/^,?(.+),?$/)[1];
			}
		} catch(e) {}		
	}
	return '0,0,0';
};
/**
 *
 * @name flash.htmlOptions
 * @desc The default set of options for the object or embed tag.
 *
**/
$$.htmlOptions = {
	height: 240,
	flashvars: {},
	pluginspage: 'http://www.adobe.com/go/getflashplayer',
	src: '#',
	type: 'application/x-shockwave-flash',
	width: 320		
};
/**
 *
 * @name flash.pluginOptions
 * @desc The default set of options for checking/updating the flash Plugin.
 *
**/
$$.pluginOptions = {
	expressInstall: false,
	update: true,
	version: '6.0.65'
};
/**
 *
 * @name flash.replace
 * @desc The default method for replacing an element with a Flash movie.
 *
**/
$$.replace = function(htmlOptions) {
	this.innerHTML = '<div class="alt">'+this.innerHTML+'</div>';
	jQuery(this)
		.addClass('flash-replaced')
		.prepend($$.transform(htmlOptions));
};
/**
 *
 * @name flash.update
 * @desc The default method for replacing an element with an update message.
 *
**/
$$.update = function(htmlOptions) {
	var url = String(location).split('?');
	url.splice(1,0,'?hasFlash=true&');
	url = url.join('');
	var msg = '<p>This content requires the Flash Player. <a href="http://www.adobe.com/go/getflashplayer">Download Flash Player</a>. Already have Flash Player? <a href="'+url+'">Click here.</a></p>';
	this.innerHTML = '<span class="alt">'+this.innerHTML+'</span>';
	jQuery(this)
		.addClass('flash-update')
		.prepend(msg);
};
/**
 *
 * @desc Convert a hash of html options to a string of attributes, using Function.apply(). 
 * @example toAttributeString.apply(htmlOptions)
 * @result foo="bar" foo="bar"
 *
**/
function toAttributeString() {
	var s = '';
	for(var key in this)
		if(typeof this[key] != 'function')
			s += key+'="'+this[key]+'" ';
	return s;		
};
/**
 *
 * @desc Convert a hash of flashvars to a url-encoded string, using Function.apply(). 
 * @example toFlashvarsString.apply(flashvarsObject)
 * @result foo=bar&foo=bar
 *
**/
function toFlashvarsString() {
	var s = '';
	for(var key in this)
		if(typeof this[key] != 'function')
			s += key+'='+encodeURIComponent(this[key])+'&';
	return s.replace(/&$/, '');		
};
/**
 *
 * @name flash.transform
 * @desc Transform a set of html options into an embed tag.
 * @type String 
 *
 * @example $$.transform(htmlOptions)
 * @result <embed src="foo.swf" ... />
 *
 * Note: The embed tag is NOT standards-compliant, but it 
 * works in all current browsers. flash.transform can be
 * overwritten with a custom function to generate more 
 * standards-compliant markup.
 *
**/
$$.transform = function(htmlOptions) {
	htmlOptions.toString = toAttributeString;
	if(htmlOptions.flashvars) htmlOptions.flashvars.toString = toFlashvarsString;
	return '<embed ' + String(htmlOptions) + '/>';		
};

/**
 *
 * Flash Player 9 Fix (http://blog.deconcept.com/2006/07/28/swfobject-143-released/)
 *
**/
if (window.attachEvent) {
	window.attachEvent("onbeforeunload", function(){
		__flash_unloadHandler = function() {};
		__flash_savedUnloadHandler = function() {};
	});
}
	
})();
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();