(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.makeArray(E))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(E){return E===g?o.makeArray(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,find:function(E){if(this.length===1&&!/,/.test(E)){var G=this.pushStack([],"find",E);G.length=0;o.find(E,this[0],G);return G}else{var F=o.map(this,function(H){return o.find(E,H)});return this.pushStack(/[^+>] [^+>]/.test(E)?o.unique(F):F,"find",E)}},clone:function(F){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return o.clean([H.innerHTML])[0]}else{return this.cloneNode(true)}});var G=E.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(F===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return}var H=o.data(this,"events");for(var K in H){for(var J in H[K]){o.event.add(G[I],K,H[K][J],H[K][J].data)}}})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var F=o.expr.match.POS.test(E)?o(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:o(G).is(E)){return G}G=G.parentNode}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML:null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=o.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J)}}if(G){o.each(G,z)}}return this;function L(O,P){return N&&o.nodeName(O,"table")&&o.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){G=o.trim(G);if(G){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(G,E,I){if(E=="width"||E=="height"){var K,F={position:"absolute",visibility:"hidden",display:"block"},J=E=="width"?["Left","Right"]:["Top","Bottom"];function H(){K=E=="width"?G.offsetWidth:G.offsetHeight;var M=0,L=0;o.each(J,function(){M+=parseFloat(o.curCSS(G,"padding"+this,true))||0;L+=parseFloat(o.curCSS(G,"border"+this+"Width",true))||0});K-=Math.round(M+L)}if(o(G).is(":visible")){H()}else{o.swap(G,F,H)}return Math.max(0,K)}return o.curCSS(G,E,I)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,R){if(typeof R==="number"){R+=""}if(!R){return}if(typeof R==="string"){R=R.replace(/(<(\w+)[^>]*?)\/>/g,function(T,U,S){return S.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?T:U+"></"+S+">"});var O=o.trim(R).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+R+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var N=!O.indexOf("<table")&&O.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&O.indexOf("<tbody")<0?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=o.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=o.merge(G,R)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){o(G[H])[F](this)}})}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=function(X,T,aa,ab){aa=aa||[];T=T||document;if(T.nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return aa}var Y=[],V,ae,ah,S,ac,U,W=true;Q.lastIndex=0;while((V=Q.exec(X))!==null){Y.push(V[1]);if(V[2]){U=RegExp.rightContext;break}}if(Y.length>1&&L.exec(X)){if(Y.length===2&&H.relative[Y[0]]){ae=I(Y[0]+Y[1],T)}else{ae=H.relative[Y[0]]?[T]:F(Y.shift(),T);while(Y.length){X=Y.shift();if(H.relative[X]){X+=Y.shift()}ae=I(X,ae)}}}else{var ad=ab?{expr:Y.pop(),set:E(ab)}:F.find(Y.pop(),Y.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(ad.expr,ad.set);if(Y.length>0){ah=E(ae)}else{W=false}while(Y.length){var ag=Y.pop(),af=ag;if(!H.relative[ag]){ag=""}else{af=Y.pop()}if(af==null){af=T}H.relative[ag](ah,af,P(T))}}if(!ah){ah=ae}if(!ah){throw"Syntax error, unrecognized expression: "+(ag||X)}if(G.call(ah)==="[object Array]"){if(!W){aa.push.apply(aa,ah)}else{if(T.nodeType===1){for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&(ah[Z]===true||ah[Z].nodeType===1&&J(T,ah[Z]))){aa.push(ae[Z])}}}else{for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&ah[Z].nodeType===1){aa.push(ae[Z])}}}}}else{E(ah,aa)}if(U){F(U,T,aa,ab)}return aa};F.matches=function(S,T){return F(S,null,null,T)};F.find=function(Z,S,aa){var Y,W;if(!Z){return[]}for(var V=0,U=H.order.length;V<U;V++){var X=H.order[V],W;if((W=H.match[X].exec(Z))){var T=RegExp.leftContext;if(T.substr(T.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");Y=H.find[X](W,S,aa);if(Y!=null){Z=Z.replace(H.match[X],"");break}}}}if(!Y){Y=S.getElementsByTagName("*")}return{set:Y,expr:Z}};F.filter=function(ab,aa,ae,V){var U=ab,ag=[],Y=aa,X,S;while(ab&&aa.length){for(var Z in H.filter){if((X=H.match[Z].exec(ab))!=null){var T=H.filter[Z],af,ad;S=false;if(Y==ag){ag=[]}if(H.preFilter[Z]){X=H.preFilter[Z](X,Y,ae,ag,V);if(!X){S=af=true}else{if(X===true){continue}}}if(X){for(var W=0;(ad=Y[W])!=null;W++){if(ad){af=T(ad,X,W,Y);var ac=V^!!af;if(ae&&af!=null){if(ac){S=true}else{Y[W]=false}}else{if(ac){ag.push(ad);S=true}}}}}if(af!==g){if(!ae){Y=ag}ab=ab.replace(H.match[Z],"");if(!S){return[]}break}}}ab=ab.replace(/\s*,\s*/,"");if(ab==U){if(S==null){throw"Syntax error, unrecognized expression: "+ab}else{break}}U=ab}return Y};var H=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(S){return S.getAttribute("href")}},relative:{"+":function(W,T){for(var U=0,S=W.length;U<S;U++){var V=W[U];if(V){var X=V.previousSibling;while(X&&X.nodeType!==1){X=X.previousSibling}W[U]=typeof T==="string"?X||false:X===T}}if(typeof T==="string"){F.filter(T,W,true)}},">":function(X,T,Y){if(typeof T==="string"&&!/\W/.test(T)){T=Y?T:T.toUpperCase();for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){var V=W.parentNode;X[U]=V.nodeName===T?V:false}}}else{for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){X[U]=typeof T==="string"?W.parentNode:W.parentNode===T}}if(typeof T==="string"){F.filter(T,X,true)}}},"":function(V,T,X){var U="done"+(K++),S=R;if(!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("parentNode",T,U,V,W,X)},"~":function(V,T,X){var U="done"+(K++),S=R;if(typeof T==="string"&&!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("previousSibling",T,U,V,W,X)}},find:{ID:function(T,U,V){if(typeof U.getElementById!=="undefined"&&!V){var S=U.getElementById(T[1]);return S?[S]:[]}},NAME:function(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1])}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(V,T,U,S,Y){V=" "+V[1].replace(/\\/g,"")+" ";var X;for(var W=0;(X=T[W])!=null;W++){if(X){if(Y^(" "+X.className+" ").indexOf(V)>=0){if(!U){S.push(X)}}else{if(U){T[W]=false}}}}return false},ID:function(S){return S[1].replace(/\\/g,"")},TAG:function(T,S){for(var U=0;S[U]===false;U++){}return S[U]&&P(S[U])?T[1]:T[1].toUpperCase()},CHILD:function(S){if(S[1]=="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]=="even"&&"2n"||S[2]=="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0}S[0]="done"+(K++);return S},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S]}if(T[2]==="~="){T[4]=" "+T[4]+" "}return T},PSEUDO:function(W,T,U,S,X){if(W[1]==="not"){if(W[3].match(Q).length>1){W[3]=F(W[3],null,null,T)}else{var V=F.filter(W[3],T,U,true^X);if(!U){S.push.apply(S,V)}return false}}else{if(H.match.POS.test(W[0])){return true}}return W},POS:function(S){S.unshift(true);return S}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden"},disabled:function(S){return S.disabled===true},checked:function(S){return S.checked===true},selected:function(S){S.parentNode.selectedIndex;return S.selected===true},parent:function(S){return!!S.firstChild},empty:function(S){return!S.firstChild},has:function(U,T,S){return!!F(S[3],U).length},header:function(S){return/h\d/i.test(S.nodeName)},text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:function(S){return"checkbox"===S.type},file:function(S){return"file"===S.type},password:function(S){return"password"===S.type},submit:function(S){return"submit"===S.type},image:function(S){return"image"===S.type},reset:function(S){return"reset"===S.type},button:function(S){return"button"===S.type||S.nodeName.toUpperCase()==="BUTTON"},input:function(S){return/input|select|textarea|button/i.test(S.nodeName)}},setFilters:{first:function(T,S){return S===0},last:function(U,T,S,V){return T===V.length-1},even:function(T,S){return S%2===0},odd:function(T,S){return S%2===1},lt:function(U,T,S){return T<S[3]-0},gt:function(U,T,S){return T>S[3]-0},nth:function(U,T,S){return S[3]-0==T},eq:function(U,T,S){return S[3]-0==T}},filter:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++}}Z[X]=W-1}if(Y=="first"){return S.nodeIndex==1}else{if(Y=="last"){return S.nodeIndex==Z[X]}else{if(Y=="only"){return Z[X]==1}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true}if(U==0){if(S.nodeIndex==aa){ab=true}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true}}return ab}}}}},PSEUDO:function(Y,U,V,Z){var T=U[1],W=H.filters[T];if(W){return W(Y,V,U,Z)}else{if(T==="contains"){return(Y.textContent||Y.innerText||"").indexOf(U[3])>=0}else{if(T==="not"){var X=U[3];for(var V=0,S=X.length;V<S;V++){if(X[V]===Y){return false}}return true}}}},ID:function(T,S){return T.nodeType===1&&T.getAttribute("id")===S},TAG:function(T,S){return(S==="*"&&T.nodeType===1)||T.nodeName===S},CLASS:function(T,S){return S.test(T.className)},ATTR:function(W,U){var S=H.attrHandle[U[1]]?H.attrHandle[U[1]](W):W[U[1]]||W.getAttribute(U[1]),X=S+"",V=U[2],T=U[4];return S==null?V==="!=":V==="="?X===T:V==="*="?X.indexOf(T)>=0:V==="~="?(" "+X+" ").indexOf(T)>=0:!U[4]?S:V==="!="?X!=T:V==="^="?X.indexOf(T)===0:V==="$="?X.substr(X.length-T.length)===T:V==="|="?X===T||X.substr(0,T.length+1)===T+"-":false},POS:function(W,T,U,X){var S=T[2],V=H.setFilters[S];if(V){return V(W,U,T,X)}}}};var L=H.match.POS;for(var N in H.match){H.match[N]=RegExp(H.match[N].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(T,S){T=Array.prototype.slice.call(T);if(S){S.push.apply(S,T);return S}return T};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}else{if(typeof W.length==="number"){for(var U=0,S=W.length;U<S;U++){T.push(W[U])}}else{for(var U=0;W[U];U++){T.push(W[U])}}}return T}}(function(){var T=document.createElement("form"),U="script"+(new Date).getTime();T.innerHTML="<input name='"+U+"'/>";var S=document.documentElement;S.insertBefore(T,S.firstChild);if(!!document.getElementById(U)){H.find.ID=function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?V.id===W[1]||typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id").nodeValue===W[1]?[V]:g:[]}};H.filter.ID=function(X,V){var W=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&W&&W.nodeValue===V}}S.removeChild(T)})();(function(){var S=document.createElement("div");S.appendChild(document.createComment(""));if(S.getElementsByTagName("*").length>0){H.find.TAG=function(T,X){var W=X.getElementsByTagName(T[1]);if(T[1]==="*"){var V=[];for(var U=0;W[U];U++){if(W[U].nodeType===1){V.push(W[U])}}W=V}return W}}S.innerHTML="<a href='#'></a>";if(S.firstChild&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}F=function(X,W,U,V){W=W||document;if(!V&&W.nodeType===9&&!P(W)){try{return E(W.querySelectorAll(X),U)}catch(Y){}}return S(X,W,U,V)};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1])}}function O(T,Z,Y,ac,aa,ab){for(var W=0,U=ac.length;W<U;W++){var S=ac[W];if(S){S=S[T];var X=false;while(S&&S.nodeType){var V=S[Y];if(V){X=ac[V];break}if(S.nodeType===1&&!ab){S[Y]=W}if(S.nodeName===Z){X=S;break}S=S[T]}ac[W]=X}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break}if(S.nodeType===1){if(!aa){S[X]=V}if(typeof Y!=="string"){if(S===Y){W=true;break}}else{if(F.filter(Y,[S]).length>0){W=S;break}}}S=S[T]}ab[V]=W}}}var J=document.compareDocumentPosition?function(T,S){return T.compareDocumentPosition(S)&16}:function(T,S){return T!==S&&(T.contains?T.contains(S):true)};var P=function(S){return S.nodeType===9&&S.documentElement.nodeName!=="HTML"||!!S.ownerDocument&&P(S.ownerDocument)};var I=function(S,Z){var V=[],W="",X,U=Z.nodeType?[Z]:Z;while((X=H.match.PSEUDO.exec(S))){W+=X[0];S=S.replace(H.match.PSEUDO,"")}S=H.relative[S]?S+"*":S;for(var Y=0,T=U.length;Y<T;Y++){F(S,U[Y],V)}return F.filter(W,V)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||o.css(S,"display")==="none"||o.css(S,"visibility")==="hidden"};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&o.css(S,"display")!=="none"&&o.css(S,"visibility")!=="hidden"};F.selectors.filters.animated=function(S){return o.grep(o.timers,function(T){return S===T.elem}).length};o.multiFilter=function(U,S,T){if(T){U=":not("+U+")"}return F.matches(U,S)};o.dir=function(U,T){var S=[],V=U[T];while(V&&V!=document){if(V.nodeType==1){S.push(V)}V=V[T]}return S};o.nth=function(W,S,U,V){S=S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break}}return W};o.sibling=function(U,T){var S=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=T){S.push(U)}}return S};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){G=false}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&typeof l.frameElement==="undefined"){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width="1px";L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L)})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}this[H].style.display=o.data(this[H],"olddisplay",K)}}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)==1){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n)}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(H,F){var E=H?"Left":"Top",G=H?"Right":"Bottom";o.fn["inner"+F]=function(){return this[F.toLowerCase()]()+j(this,"padding"+E)+j(this,"padding"+G)};o.fn["outer"+F]=function(J){return this["inner"+F]()+j(this,"border"+E+"Width")+j(this,"border"+G+"Width")+(J?j(this,"margin"+E)+j(this,"margin"+G):0)};var I=F.toLowerCase();o.fn[I]=function(J){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+F]||document.body["client"+F]:this[0]==document?Math.max(document.documentElement["client"+F],document.body["scroll"+F],document.documentElement["scroll"+F],document.body["offset"+F],document.documentElement["offset"+F]):J===g?(this.length?o.css(this[0],I):null):this.css(I,typeof J==="string"?J:J+"px")}})})();(function(c){function r(b,d){d=d==="x"?m.width():m.height();return typeof b==="string"?Math.round(b.match(/%/)?d/100*parseInt(b,10):parseInt(b,10)):b}function M(b){b=c.isFunction(b)?b.call(i):b;return a.photo||b.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function Y(){for(var b in a)if(c.isFunction(a[b])&&b.substring(0,2)!=="on")a[b]=a[b].call(i);a.rel=a.rel||i.rel;a.href=a.href||i.href;a.title=a.title||i.title}function Z(b){i=b;a=c(i).data(q);Y();if(a.rel&&a.rel!=="nofollow"){g=c(".cboxElement").filter(function(){return(c(this).data(q).rel||this.rel)===a.rel});j=g.index(i);if(j<0){g=g.add(i);j=g.length-1}}else{g=c(i);j=0}if(!B){C=B=n;N=i;N.blur();c(document).bind("keydown.cbox_close",function(d){if(d.keyCode===27){d.preventDefault();e.close()}}).bind("keydown.cbox_arrows",function(d){if(g.length>1)if(d.keyCode===37){d.preventDefault();D.click()}else if(d.keyCode===39){d.preventDefault();E.click()}});a.overlayClose&&s.css({cursor:"pointer"}).one("click",e.close);c.event.trigger(aa);a.onOpen&&a.onOpen.call(i);s.css({opacity:a.opacity}).show();a.w=r(a.initialWidth,"x");a.h=r(a.initialHeight,"y");e.position(0);O&&m.bind("resize.cboxie6 scroll.cboxie6",function(){s.css({width:m.width(),height:m.height(),top:m.scrollTop(),left:m.scrollLeft()})}).trigger("scroll.cboxie6")}P.add(D).add(E).add(t).add(Q).hide();R.html(a.close).show();e.slideshow();e.load()}var q="colorbox",F="hover",n=true,e,x=!c.support.opacity,O=x&&!window.XMLHttpRequest,aa="cbox_open",H="cbox_load",S="cbox_complete",T="resize.cbox_resize",s,k,u,p,U,V,W,X,g,m,l,I,J,K,Q,P,t,E,D,R,y,z,v,w,i,N,j,a,B,C,$={transition:"elastic",speed:350,width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,scalePhotos:n,scrolling:n,inline:false,html:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:n,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:n,slideshow:false,slideshowAuto:n,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:false,onLoad:false,onComplete:false,onCleanup:false,onClosed:false};e=c.fn.colorbox=function(b,d){var h=this;if(!h.length)if(h.selector===""){h=c("<a/>");b.open=n}else return this;h.each(function(){var f=c.extend({},c(this).data(q)?c(this).data(q):$,b);c(this).data(q,f).addClass("cboxElement");if(d)c(this).data(q).onComplete=d});b&&b.open&&Z(h);return this};e.init=function(){function b(d){return c('<div id="cbox'+d+'"/>')}m=c(window);k=c('<div id="colorbox"/>');s=b("Overlay").hide();u=b("Wrapper");p=b("Content").append(l=b("LoadedContent").css({width:0,height:0}),J=b("LoadingOverlay"),K=b("LoadingGraphic"),Q=b("Title"),P=b("Current"),t=b("Slideshow"),E=b("Next"),D=b("Previous"),R=b("Close"));u.append(c("<div/>").append(b("TopLeft"),U=b("TopCenter"),b("TopRight")),c("<div/>").append(V=b("MiddleLeft"),p,W=b("MiddleRight")),c("<div/>").append(b("BottomLeft"),X=b("BottomCenter"),b("BottomRight"))).children().children().css({"float":"left"});I=c("<div style='position:absolute; top:0; left:0; width:9999px; height:0;'/>");c("body").prepend(s,k.append(u,I));if(x){k.addClass("cboxIE");O&&s.css("position","absolute")}p.children().bind("mouseover mouseout",function(){c(this).toggleClass(F)}).addClass(F);y=U.height()+X.height()+p.outerHeight(n)-p.height();z=V.width()+W.width()+p.outerWidth(n)-p.width();v=l.outerHeight(n);w=l.outerWidth(n);k.css({"padding-bottom":y,"padding-right":z}).hide();E.click(e.next);D.click(e.prev);R.click(e.close);p.children().removeClass(F);c(".cboxElement").live("click",function(d){if(d.button!==0&&typeof d.button!=="undefined")return n;else{Z(this);return false}})};e.position=function(b,d){function h(A){U[0].style.width=X[0].style.width=p[0].style.width=A.style.width;K[0].style.height=J[0].style.height=p[0].style.height=V[0].style.height=W[0].style.height=A.style.height}var f=m.height();f=Math.max(f-a.h-v-y,0)/2+m.scrollTop();var o=Math.max(document.documentElement.clientWidth-a.w-w-z,0)/2+m.scrollLeft();b=k.width()===a.w+w&&k.height()===a.h+v?0:b;u[0].style.width=u[0].style.height="9999px";k.dequeue().animate({width:a.w+w,height:a.h+v,top:f,left:o},{duration:b,complete:function(){h(this);C=false;u[0].style.width=a.w+w+z+"px";u[0].style.height=a.h+v+y+"px";d&&d()},step:function(){h(this)}})};e.resize=function(b){function d(){a.w=a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}function h(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}function f(G){e.position(G,function(){if(B){if(x){A&&l.fadeIn(100);k[0].style.removeAttribute("filter")}if(a.iframe)l.append("<iframe id='cboxIframe'"+(a.scrolling?" ":"scrolling='no'")+" name='iframe_"+(new Date).getTime()+"' frameborder=0 src='"+a.href+"' "+(x?"allowtransparency='true'":"")+" />");l.show();Q.show().html(a.title);if(g.length>1){P.html(a.current.replace(/\{current\}/,j+1).replace(/\{total\}/,g.length)).show();E.html(a.next).show();D.html(a.previous).show();a.slideshow&&t.show()}J.hide();K.hide();c.event.trigger(S);a.onComplete&&a.onComplete.call(i);a.transition==="fade"&&k.fadeTo(L,1,function(){x&&k[0].style.removeAttribute("filter")});m.bind(T,function(){e.position(0)})}})}if(B){var o,A,L=a.transition==="none"?0:a.speed;m.unbind(T);if(b){l.remove();l=c('<div id="cboxLoadedContent"/>').html(b);l.hide().appendTo(I).css({width:d(),overflow:a.scrolling?"auto":"hidden"}).css({height:h()}).prependTo(p);c("#cboxPhoto").css({cssFloat:"none"});O&&c("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("cbox_cleanup",function(){this.style.visibility="inherit"});a.transition==="fade"&&k.fadeTo(L,0,function(){f(0)})||f(L);if(a.preloading&&g.length>1){b=j>0?g[j-1]:g[g.length-1];o=j<g.length-1?g[j+1]:g[0];o=c(o).data(q).href||o.href;b=c(b).data(q).href||b.href;M(o)&&c("<img />").attr("src",o);M(b)&&c("<img />").attr("src",b)}}else setTimeout(function(){var G=l.wrapInner("<div style='overflow:auto'></div>").children();a.h=G.height();l.css({height:a.h});G.replaceWith(G.children());e.position(L)},1)}};e.load=function(){var b,d,h,f=e.resize;C=n;i=g[j];a=c(i).data(q);Y();c.event.trigger(H);a.onLoad&&a.onLoad.call(i);a.h=a.height?r(a.height,"y")-v-y:a.innerHeight?r(a.innerHeight,"y"):false;a.w=a.width?r(a.width,"x")-w-z:a.innerWidth?r(a.innerWidth,"x"):false;a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=r(a.maxWidth,"x")-w-z;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=r(a.maxHeight,"y")-v-y;a.mh=a.h&&a.h<a.mh?a.h:a.mh}b=a.href;J.show();K.show();if(a.inline){c('<div id="cboxInlineTemp" />').hide().insertBefore(c(b)[0]).bind(H+" cbox_cleanup",function(){c(this).replaceWith(l.children())});f(c(b))}else if(a.iframe)f(" ");else if(a.html)f(a.html);else if(M(b)){d=new Image;d.onload=function(){var o;d.onload=null;d.id="cboxPhoto";c(d).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(a.scalePhotos){h=function(){d.height-=d.height*o;d.width-=d.width*o};if(a.mw&&d.width>a.mw){o=(d.width-a.mw)/d.width;h()}if(a.mh&&d.height>a.mh){o=(d.height-a.mh)/d.height;h()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";f(d);g.length>1&&c(d).css({cursor:"pointer"}).click(e.next);if(x)d.style.msInterpolationMode="bicubic"};d.src=b}else c("<div />").appendTo(I).load(b,function(o,A){A==="success"?f(this):f(c("<p>Request unsuccessful.</p>"))})};e.next=function(){if(!C){j=j<g.length-1?j+1:0;e.load()}};e.prev=function(){if(!C){j=j>0?j-1:g.length-1;e.load()}};e.slideshow=function(){function b(){t.text(a.slideshowStop).bind(S,function(){h=setTimeout(e.next,a.slideshowSpeed)}).bind(H,function(){clearTimeout(h)}).one("click",function(){d();c(this).removeClass(F)});k.removeClass(f+"off").addClass(f+"on")}var d,h,f="cboxSlideshow_";t.bind("cbox_closed",function(){t.unbind();clearTimeout(h);k.removeClass(f+"off "+f+"on")});d=function(){clearTimeout(h);t.text(a.slideshowStart).unbind(S+" "+H).one("click",function(){b();h=setTimeout(e.next,a.slideshowSpeed);c(this).removeClass(F)});k.removeClass(f+"on").addClass(f+"off")};if(a.slideshow&&g.length>1)a.slideshowAuto?b():d()};e.close=function(){c.event.trigger("cbox_cleanup");a.onCleanup&&a.onCleanup.call(i);B=false;c(document).unbind("keydown.cbox_close keydown.cbox_arrows");m.unbind(T+" resize.cboxie6 scroll.cboxie6");s.css({cursor:"auto"}).fadeOut("fast");k.stop(n,false).fadeOut("fast",function(){c("#colorbox iframe").attr("src","about:blank");l.remove();k.css({opacity:1});try{N.focus()}catch(b){}c.event.trigger("cbox_closed");a.onClosed&&a.onClosed.call(i)})};e.element=function(){return c(i)};e.settings=$;c(e.init)})(jQuery);var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);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},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 D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};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){if(!D){return m}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.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1987-1994 Bitstream Inc. All rights reserved. Modified by exe, 2002.
 */
Cufon.registerFont({"w":203,"face":{"font-family":"Square 721 AT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-29 -356 399 85","underline-thickness":"18.36","underline-position":"-35.28","stemh":"25","stemv":"27","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":121},"\u00c2":{"d":"76,-284r35,-62r27,0r35,62r-16,0r-32,-46r-33,46r-16,0xm4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0","w":249},"\u00c4":{"d":"4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0xm84,-297r0,-29r25,0r0,29r-25,0xm141,-297r0,-29r25,0r0,29r-25,0","w":249},"\u00c0":{"d":"4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0xm131,-284r-47,-61r26,0r37,61r-16,0","w":249},"\u00c5":{"d":"4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0xm83,-314v0,-24,18,-42,42,-42v24,0,43,18,43,42v0,24,-19,42,-43,42v-24,0,-42,-18,-42,-42xm99,-314v0,15,12,26,27,26v14,0,26,-11,26,-26v0,-15,-11,-26,-26,-26v-15,0,-27,11,-27,26","w":249},"\u00c3":{"d":"175,-330v-9,39,-39,31,-71,23v-7,0,-12,5,-16,13r-14,0v7,-39,39,-35,70,-24v8,0,13,-3,17,-12r14,0xm4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0","w":249},"B":{"d":"32,0r0,-262v78,9,192,-34,192,65v0,35,-5,53,-31,60v31,8,37,26,37,64v0,102,-113,67,-198,73xm61,-27r95,0v42,0,44,-13,44,-50v0,-70,-84,-38,-139,-45r0,95xm61,-149v52,-7,143,26,133,-44v12,-66,-83,-33,-133,-41r0,85","w":252},"C":{"d":"53,-94v-6,61,26,70,86,70v52,0,62,-17,60,-68r30,0v8,81,-34,95,-118,95v-65,0,-88,-22,-88,-89r0,-89v-3,-79,40,-90,118,-90v66,0,91,22,88,86r-30,0v5,-54,-26,-59,-80,-59v-50,0,-66,17,-66,70r0,74","w":245},"\u00c7":{"d":"53,-94v-6,61,26,70,86,70v52,0,62,-17,60,-68r30,0v5,74,-23,99,-100,95r0,17v27,-1,41,0,38,29v8,48,-39,28,-73,32r0,-16v20,-4,56,13,51,-17v3,-21,-11,-15,-27,-16r0,-29v-68,1,-95,-19,-95,-89r0,-89v-3,-79,40,-90,118,-90v66,0,91,22,88,86r-30,0v5,-54,-26,-59,-80,-59v-50,0,-66,17,-66,70r0,74","w":245},"D":{"d":"60,-26v69,-6,165,26,157,-61v-7,-69,22,-149,-64,-149r-93,0r0,210xm32,0r0,-262r126,0v66,0,89,24,89,88r0,86v0,64,-23,88,-89,88r-126,0","w":270},"E":{"d":"32,0r0,-262r183,0r0,28r-155,0r0,86r151,0r0,26r-151,0r0,95r155,0r0,27r-183,0","w":230},"\u00c9":{"d":"32,0r0,-262r183,0r0,28r-155,0r0,86r151,0r0,26r-151,0r0,95r155,0r0,27r-183,0xm123,-284r-16,0r37,-61r26,0","w":230},"\u00ca":{"d":"80,-284r36,-62r26,0r35,62r-16,0r-32,-46r-33,46r-16,0xm32,0r0,-262r183,0r0,28r-155,0r0,86r151,0r0,26r-151,0r0,95r155,0r0,27r-183,0","w":230},"\u00cb":{"d":"32,0r0,-262r183,0r0,28r-155,0r0,86r151,0r0,26r-151,0r0,95r155,0r0,27r-183,0xm88,-297r0,-29r25,0r0,29r-25,0xm145,-297r0,-29r25,0r0,29r-25,0","w":230},"\u00c8":{"d":"32,0r0,-262r183,0r0,28r-155,0r0,86r151,0r0,26r-151,0r0,95r155,0r0,27r-183,0xm135,-284r-47,-61r26,0r37,61r-16,0","w":230},"\u00d0":{"d":"40,0r0,-125r-40,0r0,-25r40,0r0,-112r126,0v66,0,89,24,89,88r0,86v0,64,-23,88,-89,88r-126,0xm69,-26v69,-6,165,26,156,-61v-7,-69,22,-149,-63,-149r-93,0r0,86r78,0r0,25r-78,0r0,99","w":278},"F":{"d":"32,0r0,-262r163,0r0,28r-135,0r0,86r131,0r0,26r-131,0r0,122r-28,0","w":213},"G":{"d":"124,-24v65,0,100,-8,89,-80r-72,0r0,-26r102,0v4,84,-5,133,-94,133v-81,0,-127,-8,-127,-89r0,-89v-5,-80,45,-93,127,-90v68,2,97,22,94,79r-30,0v5,-51,-35,-52,-89,-52v-52,0,-72,14,-72,70r0,74v-5,56,20,70,72,70","w":264},"H":{"d":"32,0r0,-262r28,0r0,113r151,0r0,-113r29,0r0,262r-29,0r0,-121r-151,0r0,121r-28,0","w":271},"I":{"d":"32,0r0,-262r29,0r0,262r-29,0","w":92},"\u00cd":{"d":"32,0r0,-262r29,0r0,262r-29,0xm40,-284r-16,0r37,-61r26,0","w":92},"\u00ce":{"d":"-2,-284r35,-62r27,0r35,62r-16,0r-33,-46r-32,46r-16,0xm32,0r0,-262r29,0r0,262r-29,0","w":92},"\u00cf":{"d":"32,0r0,-262r29,0r0,262r-29,0xm5,-297r0,-29r25,0r0,29r-25,0xm62,-297r0,-29r25,0r0,29r-25,0","w":92},"\u00cc":{"d":"32,0r0,-262r29,0r0,262r-29,0xm52,-284r-47,-61r26,0r37,61r-16,0","w":92},"J":{"d":"8,-92r29,0v-4,60,13,68,69,68v42,0,48,-13,48,-63r0,-175r29,0r0,183v2,70,-33,82,-100,82v-59,0,-76,-27,-75,-95","w":212},"K":{"d":"32,0r0,-262r28,0r0,111r23,0r106,-111r38,0r-120,125r136,137r-40,0r-120,-123r-23,0r0,123r-28,0","w":240},"L":{"d":"32,0r0,-262r28,0r0,235r148,0r0,27r-176,0","w":214},"\u0141":{"d":"32,0r0,-113r-28,19r0,-29r28,-20r0,-119r28,0r0,103r63,-43r0,29r-63,44r0,102r148,0r0,27r-176,0","w":214},"M":{"d":"32,0r0,-262r47,0r90,234r89,-234r48,0r0,262r-29,0r0,-237r-91,237r-35,0r-91,-237r0,237r-28,0","w":337},"N":{"d":"32,0r0,-262r44,0r142,234r0,-234r29,0r0,262r-45,0r-142,-234r0,234r-28,0","w":279},"\u00d1":{"d":"194,-330v-9,39,-39,31,-71,23v-7,0,-12,5,-16,13r-14,0v7,-39,39,-35,70,-24v8,0,13,-3,17,-12r14,0xm32,0r0,-262r44,0r142,234r0,-234r29,0r0,262r-45,0r-142,-234r0,234r-28,0","w":279},"O":{"d":"23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90r0,89v5,80,-45,89,-127,89v-70,0,-95,-22,-95,-89r0,-89xm215,-168v6,-63,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74v-6,63,29,70,89,70v52,0,73,-13,73,-70r0,-74","w":268},"\u0152":{"d":"215,0r0,-24v-17,30,-53,27,-97,27v-70,0,-95,-22,-95,-89r0,-89v-4,-80,45,-90,128,-90v32,0,51,6,64,27r0,-24r184,0r0,28r-155,0r0,86r150,0r0,26r-150,0r0,95r155,0r0,27r-184,0xm149,-238v-60,0,-96,-1,-96,64r0,87v-7,64,37,63,96,63v46,0,66,-11,66,-63r0,-87v4,-52,-19,-64,-66,-64","w":413},"\u00d3":{"d":"23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90r0,89v5,80,-45,89,-127,89v-70,0,-95,-22,-95,-89r0,-89xm215,-168v6,-63,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74v-6,63,29,70,89,70v52,0,73,-13,73,-70r0,-74xm128,-284r-16,0r37,-61r26,0","w":268},"\u00d4":{"d":"86,-284r35,-62r27,0r35,62r-16,0r-33,-46r-32,46r-16,0xm23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90r0,89v5,80,-45,89,-127,89v-70,0,-95,-22,-95,-89r0,-89xm215,-168v6,-63,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74v-6,63,29,70,89,70v52,0,73,-13,73,-70r0,-74","w":268},"\u00d6":{"d":"23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90r0,89v5,80,-45,89,-127,89v-70,0,-95,-22,-95,-89r0,-89xm215,-168v6,-63,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74v-6,63,29,70,89,70v52,0,73,-13,73,-70r0,-74xm93,-297r0,-29r25,0r0,29r-25,0xm150,-297r0,-29r25,0r0,29r-25,0","w":268},"\u00d2":{"d":"23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90r0,89v5,80,-45,89,-127,89v-70,0,-95,-22,-95,-89r0,-89xm215,-168v6,-63,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74v-6,63,29,70,89,70v52,0,73,-13,73,-70r0,-74xm140,-284r-47,-61r26,0r37,61r-16,0","w":268},"\u00d8":{"d":"23,-175v-4,-80,45,-90,128,-90v23,0,41,1,58,9r15,-21r21,16r-15,21v25,32,12,100,15,154v5,80,-45,89,-127,89v-26,0,-45,-1,-58,-9r-16,21r-21,-16r16,-22v-26,-27,-13,-100,-16,-152xm75,-27v65,4,141,22,140,-60r-2,-129xm193,-234v-60,-6,-152,-22,-140,60v6,42,-3,90,3,128","w":268},"\u00d5":{"d":"185,-330v-9,39,-39,31,-71,23v-7,0,-12,5,-16,13r-14,0v7,-39,39,-35,70,-24v8,0,13,-3,17,-12r14,0xm23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90r0,89v5,80,-45,89,-127,89v-70,0,-95,-22,-95,-89r0,-89xm215,-168v6,-63,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74v-6,63,29,70,89,70v52,0,73,-13,73,-70r0,-74","w":268},"P":{"d":"32,0r0,-262v75,6,187,-26,187,60v0,66,-1,100,-77,100r-82,0r0,102r-28,0xm141,-129v51,7,48,-27,48,-72v0,-55,-82,-26,-129,-33r0,105r81,0","w":235},"Q":{"d":"23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90v0,50,10,118,-13,147r16,15r-19,20r-17,-17v-14,17,-59,12,-94,13v-70,0,-95,-22,-95,-89r0,-89xm53,-94v-17,84,77,75,140,65r-49,-49r18,-19r50,49v5,-30,1,-83,3,-120v4,-64,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74","w":268},"R":{"d":"32,0r0,-262v77,6,195,-28,195,60v0,41,3,83,-34,86v46,5,32,67,34,116r-30,0v-1,-48,12,-102,-44,-102r-93,0r0,102r-28,0xm197,-197v4,-60,-86,-30,-137,-37r0,105v51,-6,140,22,137,-37r0,-31","w":251},"S":{"d":"133,4v-73,0,-117,-15,-108,-89r29,0v-1,66,18,63,89,61v45,-1,59,-1,59,-47v0,-69,-65,-44,-110,-52v-45,-8,-64,-19,-64,-69v0,-63,31,-73,101,-73v65,0,105,8,99,77r-29,0v2,-56,-16,-50,-80,-50v-47,0,-61,4,-61,46v0,95,173,-11,173,116v0,67,-29,80,-98,80","w":256},"\u0160":{"d":"80,-346r16,0r33,46r32,-46r16,0r-35,62r-27,0xm133,4v-73,0,-117,-15,-108,-89r29,0v-1,66,18,63,89,61v45,-1,59,-1,59,-47v0,-69,-65,-44,-110,-52v-45,-8,-64,-19,-64,-69v0,-63,31,-73,101,-73v65,0,105,8,99,77r-29,0v2,-56,-16,-50,-80,-50v-47,0,-61,4,-61,46v0,95,173,-11,173,116v0,67,-29,80,-98,80","w":256},"T":{"d":"-4,-234r0,-28r196,0r0,28r-84,0r0,234r-29,0r0,-234r-83,0","w":187},"\u00de":{"d":"32,-262r28,0r0,51v70,2,159,-17,159,60v0,66,-1,100,-77,100r-82,0r0,51r-28,0r0,-262xm60,-183r0,105v48,-6,129,21,129,-34v0,-44,5,-71,-48,-71r-81,0","w":235},"U":{"d":"121,-27v57,0,90,0,90,-63r0,-172r29,0r0,176v4,80,-41,89,-121,89v-67,0,-90,-22,-90,-89r0,-176r29,0r0,172v-4,49,18,63,63,63","w":269},"\u00da":{"d":"121,-27v57,0,90,0,90,-63r0,-172r29,0r0,176v4,80,-41,89,-121,89v-67,0,-90,-22,-90,-89r0,-176r29,0r0,172v-4,49,18,63,63,63xm129,-284r-16,0r37,-61r26,0","w":269},"\u00db":{"d":"86,-284r35,-62r27,0r35,62r-16,0r-32,-46r-33,46r-16,0xm121,-27v57,0,90,0,90,-63r0,-172r29,0r0,176v4,80,-41,89,-121,89v-67,0,-90,-22,-90,-89r0,-176r29,0r0,172v-4,49,18,63,63,63","w":269},"\u00dc":{"d":"121,-27v57,0,90,0,90,-63r0,-172r29,0r0,176v4,80,-41,89,-121,89v-67,0,-90,-22,-90,-89r0,-176r29,0r0,172v-4,49,18,63,63,63xm94,-297r0,-29r25,0r0,29r-25,0xm151,-297r0,-29r25,0r0,29r-25,0","w":269},"\u00d9":{"d":"121,-27v57,0,90,0,90,-63r0,-172r29,0r0,176v4,80,-41,89,-121,89v-67,0,-90,-22,-90,-89r0,-176r29,0r0,172v-4,49,18,63,63,63xm141,-284r-47,-61r26,0r37,61r-16,0","w":269},"V":{"d":"0,-262r31,0r84,235r84,-235r30,0r-95,262r-38,0","w":234},"W":{"d":"11,-262r30,0r59,227r61,-227r41,0r60,227r60,-227r30,0r-71,262r-37,0r-63,-230r-61,230r-39,0","w":362},"X":{"d":"-3,0r103,-138r-92,-124r33,0r74,103r73,-103r34,0r-92,124r101,138r-32,0r-84,-117r-84,117r-34,0","w":229},"Y":{"d":"121,0r-28,0r0,-116r-108,-146r34,0r88,122r88,-122r34,0r-108,146r0,116","w":214},"\u00dd":{"d":"121,0r-28,0r0,-116r-108,-146r34,0r88,122r88,-122r34,0r-108,146r0,116xm101,-284r-16,0r37,-61r26,0","w":214},"\u0178":{"d":"121,0r-28,0r0,-116r-108,-146r34,0r88,122r88,-122r34,0r-108,146r0,116xm66,-297r0,-29r25,0r0,29r-25,0xm123,-297r0,-29r25,0r0,29r-25,0","w":214},"Z":{"d":"17,0r0,-31r168,-205r-161,0r0,-26r192,0r0,31r-167,204r167,0r0,27r-199,0","w":234},"\u017d":{"d":"73,-346r17,0r32,46r32,-46r17,0r-36,62r-26,0xm17,0r0,-31r168,-205r-161,0r0,-26r192,0r0,31r-167,204r167,0r0,27r-199,0","w":234},"a":{"d":"95,-188v61,0,82,6,82,58r0,130r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36"},"\u00e1":{"d":"95,-188v61,0,82,6,82,58r0,130r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36xm96,-207r-16,0r37,-61r26,0"},"\u00e2":{"d":"53,-207r36,-61r26,0r35,61r-16,0r-32,-46r-33,46r-16,0xm95,-188v61,0,82,6,82,58r0,130r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36"},"\u00b4":{"d":"84,-207r-16,0r37,-61r26,0","w":180},"\u00e4":{"d":"95,-188v61,0,82,6,82,58r0,130r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36xm61,-220r0,-29r25,0r0,29r-25,0xm118,-220r0,-29r25,0r0,29r-25,0"},"\u00e6":{"d":"96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36xm19,-56v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-1,-40,20,-49,72,-49v37,0,58,4,67,21v13,-20,38,-21,70,-21v66,0,78,36,74,102r-133,0v-3,49,8,64,59,64v30,0,42,-6,45,-32r29,0v8,68,-124,77,-149,28v-15,22,-37,29,-73,29v-50,0,-68,-14,-68,-59xm176,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51","w":330},"\u00e0":{"d":"95,-188v61,0,82,6,82,58r0,130r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36xm108,-207r-47,-61r26,0r37,61r-16,0"},"&":{"d":"112,4v-65,0,-92,-15,-92,-86v0,-42,11,-64,47,-71v-17,-12,-24,-29,-24,-55v0,-45,22,-57,78,-57v65,0,83,21,79,79r-29,0v2,-40,-4,-56,-50,-52v-69,-11,-54,60,-21,77r94,79r0,-37r29,0v0,22,1,39,-2,59r49,41r-17,21r-41,-34v-14,32,-45,36,-100,36xm50,-79v0,57,16,54,77,55v36,0,56,-8,62,-29r-97,-80v-35,1,-42,17,-42,54","w":261},"\u00e5":{"d":"96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36xm98,-188v57,-1,79,8,79,55r0,133r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-1,-40,21,-49,72,-49xm62,-240v0,-24,18,-42,42,-42v24,0,43,18,43,42v0,24,-19,42,-43,42v-24,0,-42,-18,-42,-42xm78,-240v0,15,11,26,26,26v14,0,27,-11,27,-26v0,-15,-12,-26,-27,-26v-15,0,-26,11,-26,26"},"^":{"d":"192,-256r93,98r-25,0r-80,-80r-81,80r-25,0r94,-98r24,0","w":360},"~":{"d":"99,-128v37,0,66,24,102,24v22,0,43,-10,68,-28r0,20v-54,48,-109,1,-170,1v-21,0,-42,10,-68,28r0,-20v24,-17,47,-25,68,-25","w":299},"*":{"d":"44,-253r20,-12r25,44r-20,11xm116,-265r20,12r-25,43r-20,-11xm112,-184r0,-24r50,0r0,24r-50,0xm91,-171r20,-12r25,44r-20,11xm67,-184r-49,0r0,-24r49,0r0,24xm69,-183r20,12r-25,44r-20,-12","w":180},"@":{"d":"160,-37v43,0,57,-49,64,-89v-4,-22,-19,-35,-38,-35v-37,0,-63,36,-63,83v0,26,14,41,37,41xm339,-137v0,59,-37,114,-97,115v-25,0,-37,-12,-33,-32v-23,50,-107,40,-107,-26v0,-55,37,-96,82,-96v22,0,36,10,44,29r11,-22r16,0r-27,115v0,10,7,16,19,16v46,-3,73,-50,73,-100v0,-58,-50,-102,-125,-102v-89,0,-154,68,-154,150v0,122,163,159,250,91r7,10v-98,81,-277,30,-277,-105v0,-88,78,-162,175,-162v79,0,143,49,143,119","w":360},"\u00e3":{"d":"153,-253v-9,39,-41,34,-72,23v-7,0,-12,5,-16,13r-14,0v7,-38,41,-35,70,-23v8,0,13,-4,17,-13r15,0xm95,-188v61,0,82,6,82,58r0,130r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36"},"b":{"d":"29,0r0,-262r27,0r0,103v11,-21,29,-29,58,-29v72,0,72,48,72,117v0,53,-18,74,-72,74v-31,0,-50,-9,-59,-31r0,28r-26,0xm113,-163v-53,0,-57,33,-57,86v0,39,17,55,57,55v53,0,43,-39,44,-86v0,-42,-4,-55,-44,-55","w":206},"\\":{"d":"109,33r-24,0r-94,-298r25,0","w":95},"|":{"d":"100,-275r0,360r-19,0r0,-360r19,0","w":180},"{":{"d":"150,-241v-90,-17,-6,135,-80,148v42,7,34,56,34,103v0,36,10,46,46,44r0,19v-71,9,-69,-42,-67,-108v1,-39,-14,-51,-52,-49r0,-19v55,9,54,-39,52,-91v-1,-52,14,-68,67,-66r0,19","w":180},"}":{"d":"30,-260v73,-9,70,43,68,108v-1,39,14,51,52,49r0,19v-56,-9,-54,40,-52,92v2,53,-15,67,-68,65r0,-19v90,19,6,-135,81,-147v-42,-8,-35,-55,-35,-103v0,-36,-10,-47,-46,-45r0,-19","w":180},"[":{"d":"27,-262r75,0r0,28r-47,0r0,206r47,0r0,28r-75,0r0,-262","w":116},"]":{"d":"90,-262r0,262r-75,0r0,-28r47,0r0,-206r-47,0r0,-28r75,0","w":116},"\u00a6":{"d":"100,-252r0,134r-19,0r0,-134r19,0xm100,-72r0,134r-19,0r0,-134r19,0","w":180},"c":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v51,0,74,18,75,65r-29,0v1,-37,-22,-39,-59,-39v-54,0,-44,37,-46,85v-2,49,12,55,59,55v35,0,47,-10,46,-46r29,0v1,51,-22,71,-75,71"},"\u00e7":{"d":"183,-68v1,52,-24,72,-79,71r0,17v27,-1,40,0,37,29v8,47,-38,28,-72,32r0,-16v20,-4,56,12,51,-17v3,-22,-12,-15,-28,-16r0,-29v-71,4,-71,-48,-71,-117v0,-59,26,-74,87,-74v51,0,74,18,75,65r-29,0v1,-37,-22,-39,-59,-39v-54,0,-44,37,-46,85v-2,49,12,55,59,55v35,0,47,-10,46,-46r29,0"},"\u00b8":{"d":"92,0r0,20v27,-1,41,0,38,29v7,47,-39,28,-73,32r0,-16v20,-4,56,12,51,-17v3,-22,-12,-15,-28,-16r0,-32r12,0","w":180},"\u00a2":{"d":"94,3r-14,43r-26,0r16,-47v-43,-10,-39,-60,-39,-113v0,-65,34,-78,100,-74r12,-34r25,0r-13,38v26,9,38,29,38,61r-28,0v-1,-21,-8,-33,-18,-36r-45,137v41,2,66,-2,63,-46r28,0v4,60,-35,75,-99,71xm78,-26r45,-136v-47,-2,-67,3,-64,54v2,33,-5,75,19,82","w":243},":":{"d":"45,-147r0,-38r31,0r0,38r-31,0xm45,0r0,-38r31,0r0,38r-31,0","w":121},",":{"d":"45,0r0,-38r31,0v-1,35,8,77,-31,75r0,-16v12,0,14,-8,13,-21r-13,0","w":121},"\u00a9":{"d":"21,-127v0,-67,59,-129,129,-129v70,0,129,58,129,129v0,70,-62,129,-129,129v-68,0,-129,-60,-129,-129xm150,-13v59,0,115,-51,115,-114v0,-62,-54,-115,-115,-115v-63,0,-115,55,-115,115v0,60,54,114,115,114xm189,-161v-4,-19,-19,-29,-39,-29v-28,0,-45,22,-45,63v0,69,72,84,86,29r20,0v-3,29,-28,50,-62,50v-41,0,-67,-29,-67,-80v0,-86,114,-107,127,-33r-20,0","w":299},"\u00a4":{"d":"63,-213v26,-21,66,-21,92,0r36,-36r12,12r-36,36v20,27,20,64,0,91r36,36r-12,12r-36,-36v-27,21,-65,21,-92,0r-36,36r-11,-12r36,-36v-21,-27,-21,-64,0,-91r-36,-36r11,-12xm166,-156v0,-31,-25,-56,-57,-56v-31,0,-57,25,-57,56v0,31,26,57,57,57v32,0,57,-26,57,-57","w":218},"d":{"d":"152,-28v-9,22,-28,31,-59,31v-72,0,-72,-48,-72,-117v0,-53,18,-74,72,-74v29,0,46,8,57,29r0,-103r28,0r0,262r-26,0r0,-28xm94,-22v53,0,56,-34,56,-86v0,-39,-16,-55,-56,-55v-53,0,-44,39,-45,86v0,42,5,55,45,55","w":206},"\u00b0":{"d":"59,-255v27,0,49,22,49,49v0,27,-22,49,-49,49v-27,0,-49,-22,-49,-49v0,-27,22,-49,49,-49xm96,-206v0,-20,-17,-37,-37,-37v-20,0,-36,17,-36,37v0,21,16,36,36,36v21,0,37,-16,37,-36","w":118},"\u00a8":{"d":"49,-220r0,-29r25,0r0,29r-25,0xm106,-220r0,-29r25,0r0,29r-25,0","w":180},"\u00f7":{"d":"150,-188v10,0,19,9,19,19v0,10,-8,19,-19,19v-11,0,-19,-9,-19,-19v0,-10,9,-19,19,-19xm255,-116r0,17r-210,0r0,-17r210,0xm150,-64v10,0,19,9,19,19v0,10,-8,18,-19,18v-10,0,-19,-8,-19,-18v0,-10,9,-19,19,-19","w":299},"$":{"d":"24,-85r27,0v-3,47,12,66,60,61r0,-97v-61,-1,-84,-16,-84,-69v-1,-59,26,-78,84,-75r0,-18r25,0r0,18v61,-2,85,19,80,77r-28,0v3,-39,-8,-51,-52,-49r0,90v62,1,83,17,83,71v1,62,-24,83,-83,80r0,17r-25,0r0,-17v-65,4,-95,-25,-87,-89xm136,-23v42,1,55,-10,55,-52v0,-35,-11,-44,-55,-45r0,97xm111,-238v-41,-1,-56,8,-56,48v0,33,11,39,56,42r0,-90","w":243},"\u0131":{"d":"28,0r0,-185r28,0r0,185r-28,0","w":84},"e":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v66,0,79,36,75,102r-134,0v-3,49,8,64,59,64v30,0,43,-6,46,-32r28,0v-3,41,-26,57,-74,57xm49,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51"},"\u00e9":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v66,0,79,36,75,102r-134,0v-3,49,8,64,59,64v30,0,43,-6,46,-32r28,0v-3,41,-26,57,-74,57xm49,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51xm97,-207r-16,0r37,-61r26,0"},"\u00ea":{"d":"54,-207r36,-61r26,0r36,61r-17,0r-32,-46r-32,46r-17,0xm108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v66,0,79,36,75,102r-134,0v-3,49,8,64,59,64v30,0,43,-6,46,-32r28,0v-3,41,-26,57,-74,57xm49,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51"},"\u00eb":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v66,0,79,36,75,102r-134,0v-3,49,8,64,59,64v30,0,43,-6,46,-32r28,0v-3,41,-26,57,-74,57xm49,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51xm62,-220r0,-29r25,0r0,29r-25,0xm119,-220r0,-29r25,0r0,29r-25,0"},"\u00e8":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v66,0,79,36,75,102r-134,0v-3,49,8,64,59,64v30,0,43,-6,46,-32r28,0v-3,41,-26,57,-74,57xm49,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51xm109,-207r-47,-61r26,0r37,61r-16,0"},"8":{"d":"119,3v-68,-1,-94,-8,-94,-78v0,-36,6,-53,37,-61v-26,-7,-33,-23,-33,-56v0,-61,24,-73,94,-73v71,0,93,11,92,71v0,36,-7,53,-34,58v31,8,38,24,38,60v1,70,-24,80,-100,79xm54,-76v0,49,15,52,67,52v51,0,68,-2,68,-48v0,-47,-14,-51,-68,-50v-51,1,-67,0,-67,46xm121,-238v-51,0,-64,0,-63,48v0,38,14,42,65,42v49,0,62,-6,62,-44v0,-45,-12,-46,-64,-46","w":243},"=":{"d":"255,-149r0,18r-210,0r0,-18r210,0xm255,-83r0,17r-210,0r0,-17r210,0","w":299},"\u00f0":{"d":"121,-225r-58,19r-8,-20r51,-17r-14,-19r29,0r9,12r36,-12r8,20r-29,9v30,40,38,92,38,162v0,59,-27,74,-88,74v-73,0,-77,-47,-74,-117v-14,-79,91,-96,130,-49v-6,-20,-15,-41,-30,-62xm154,-77v0,-53,-11,-92,-59,-85v-54,-7,-44,37,-46,85v-2,49,12,55,59,55v41,0,46,-11,46,-55"},"!":{"d":"32,0r0,-34r27,0r0,34r-27,0xm33,-70r-1,-192r27,0r-1,192r-25,0","w":90},"\u00a1":{"d":"32,-262r27,0r0,34r-27,0r0,-34xm33,-191r25,0r1,191r-27,0","w":90},"f":{"d":"8,-162r0,-23r26,0v-6,-66,25,-86,86,-75r0,25v-44,-5,-66,1,-58,50r58,0r0,23r-58,0r0,162r-28,0r0,-162r-26,0","w":120},"5":{"d":"121,3v-69,0,-100,-15,-96,-80r29,0v-7,49,18,53,75,53v41,0,56,-16,56,-63v0,-50,-12,-66,-64,-66v-41,0,-61,4,-62,25r-29,0r0,-134r173,0r0,28r-144,0r0,75v13,-18,34,-19,66,-19v68,0,89,24,89,90v0,68,-29,91,-93,91","w":243},"4":{"d":"20,-61r0,-33r128,-168r40,0r0,173r40,0r0,28r-40,0r0,61r-29,0r0,-61r-139,0xm48,-89r111,0r0,-144","w":243},"g":{"d":"183,-185r0,183v2,59,-25,73,-85,73v-47,0,-68,-16,-71,-57r27,0v2,30,24,32,57,32v48,0,47,-29,45,-72v-11,21,-29,29,-58,29v-72,0,-72,-48,-72,-117v0,-53,18,-74,72,-74v31,0,50,10,59,32r0,-29r26,0xm99,-22v53,0,57,-33,57,-86v0,-39,-17,-55,-57,-55v-53,0,-44,39,-45,86v0,42,5,55,45,55","w":211},"\u00df":{"d":"22,0r0,-188v0,-54,16,-73,70,-73v51,0,71,18,71,67v0,27,-8,41,-30,49v32,7,42,27,42,70v0,67,-30,85,-91,76r0,-25v41,7,62,1,62,-51v0,-50,-14,-59,-62,-56r0,-22v36,2,52,-5,52,-43v0,-31,-11,-40,-44,-40v-38,0,-42,13,-42,51r0,185r-28,0","w":190},"`":{"d":"96,-207r-47,-61r26,0r37,61r-16,0","w":180},">":{"d":"253,-114r0,14r-207,85r0,-20r180,-72r-180,-73r0,-19","w":299},"\u00ab":{"d":"152,-37r-30,0r-43,-56r43,-55r30,0r-43,55xm91,-37r-31,0r-43,-56r43,-55r31,0r-44,55","w":172},"\u00bb":{"d":"20,-37r44,-56r-44,-55r30,0r44,55r-44,56r-30,0xm82,-37r43,-56r-43,-55r30,0r43,55r-43,56r-30,0","w":172},"h":{"d":"28,0r0,-262r27,0r0,102v9,-19,28,-28,60,-28v96,0,59,109,66,188r-28,0r0,-116v0,-36,-6,-47,-41,-47v-81,0,-51,95,-56,163r-28,0","w":207},"-":{"d":"23,-85r0,-25r99,0r0,25r-99,0","w":145},"i":{"d":"28,0r0,-185r28,0r0,185r-28,0xm28,-231r0,-31r28,0r0,31r-28,0","w":84},"\u00ed":{"d":"28,0r0,-185r28,0r0,185r-28,0xm36,-207r-16,0r37,-61r26,0","w":84},"\u00ee":{"d":"-6,-207r35,-61r26,0r36,61r-16,0r-33,-46r-32,46r-16,0xm28,0r0,-185r28,0r0,185r-28,0","w":84},"\u00ef":{"d":"28,0r0,-185r28,0r0,185r-28,0xm1,-220r0,-29r25,0r0,29r-25,0xm58,-220r0,-29r25,0r0,29r-25,0","w":84},"\u00ec":{"d":"28,0r0,-185r28,0r0,185r-28,0xm48,-207r-47,-61r26,0r37,61r-16,0","w":84},"j":{"d":"34,-231r0,-31r28,0r0,31r-28,0xm62,27v0,34,-19,48,-51,43r0,-22v23,2,23,-6,23,-36r0,-197r28,0r0,212","w":89},"k":{"d":"28,0r0,-262r28,0r0,149r8,0r61,-72r31,0r-70,82r84,103r-35,0r-71,-88r-8,0r0,88r-28,0","w":174},"l":{"d":"28,0r0,-262r28,0r0,262r-28,0","w":84},"<":{"d":"253,-180r-179,73r179,72r0,20r-207,-85r0,-14r207,-85r0,19","w":299},"\u00ac":{"d":"255,-151r0,88r-17,0r0,-70r-193,0r0,-18r210,0","w":299},"\u0142":{"d":"38,0r0,-137r-32,23r0,-29r32,-22r0,-97r28,0r0,82r31,-22r0,28r-31,22r0,152r-28,0","w":95},"m":{"d":"32,0r0,-185r27,0r0,25v11,-38,102,-38,112,3v11,-22,28,-31,56,-31v95,0,58,110,65,188r-28,0r0,-113v0,-38,-6,-50,-39,-50v-73,0,-43,99,-49,163r-27,0r0,-125v0,-29,-7,-38,-38,-38v-74,0,-46,98,-51,163r-28,0","w":318},"\u00af":{"d":"45,-225r0,-20r90,0r0,20r-90,0","w":180},"\u00d7":{"d":"150,-120r85,-84r12,12r-84,85r84,84r-12,13r-85,-85r-84,85r-12,-13r84,-84r-84,-85r12,-12","w":299},"n":{"d":"28,0r0,-185r27,0r0,25v9,-19,28,-28,60,-28v96,0,59,109,66,188r-28,0r0,-116v0,-36,-6,-47,-41,-47v-81,0,-51,95,-56,163r-28,0","w":207},"9":{"d":"21,-202v3,-58,37,-63,100,-63v66,0,91,18,91,77v0,87,29,192,-77,192v-68,0,-127,-3,-115,-72r29,0v-2,39,10,44,63,44v53,0,73,1,73,-41r0,-62v-11,23,-35,26,-75,26v-84,0,-92,-28,-89,-101xm185,-179v0,-59,-23,-55,-77,-58v-67,-4,-59,24,-59,75v0,33,17,35,68,35v53,0,68,-1,68,-52","w":243},"\u00f1":{"d":"160,-253v-9,39,-40,34,-71,23v-7,0,-13,5,-17,13r-14,0v7,-38,41,-35,71,-23v8,0,12,-4,16,-13r15,0xm28,0r0,-185r27,0r0,25v9,-19,28,-28,60,-28v96,0,59,109,66,188r-28,0r0,-116v0,-36,-6,-47,-41,-47v-81,0,-51,95,-56,163r-28,0","w":207},"#":{"d":"161,-256r-29,85r46,0r30,-85r23,0r-30,85r55,0r-6,19r-56,0r-17,49r60,0r-7,19r-60,0r-30,84r-22,0r30,-84r-47,0r-30,84r-23,0r30,-84r-57,0r6,-19r58,0r17,-49r-62,0r6,-19r63,0r30,-85r22,0xm171,-152r-46,0r-17,49r46,0","w":276},"o":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v73,0,75,46,75,117v0,54,-20,74,-75,74xm95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55"},"\u00f3":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v73,0,75,46,75,117v0,54,-20,74,-75,74xm95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55xm96,-207r-16,0r37,-61r26,0"},"\u00f4":{"d":"53,-207r36,-61r26,0r35,61r-16,0r-32,-46r-33,46r-16,0xm108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v73,0,75,46,75,117v0,54,-20,74,-75,74xm95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55"},"\u00f6":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v73,0,75,46,75,117v0,54,-20,74,-75,74xm95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55xm61,-220r0,-29r25,0r0,29r-25,0xm118,-220r0,-29r25,0r0,29r-25,0"},"\u0153":{"d":"95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55xm108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v28,0,46,4,60,23v13,-21,38,-23,72,-23v66,0,78,36,74,102r-133,0v-6,48,8,64,59,64v30,0,42,-6,45,-32r29,0v-2,45,-34,57,-87,57v-29,0,-48,-4,-60,-23v-13,19,-31,23,-59,23xm181,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51","w":335},"\u00f2":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v73,0,75,46,75,117v0,54,-20,74,-75,74xm95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55xm108,-207r-47,-61r26,0r37,61r-16,0"},"1":{"d":"129,0r0,-236r-62,62r-18,-18r70,-70r38,0r0,262r-28,0","w":243},"\u00bd":{"d":"81,-115r0,-132r-39,35r-11,-10r44,-40r24,0r0,147r-18,0xm93,3r153,-268r27,0r-152,268r-28,0xm287,-148v46,0,64,5,64,42v0,44,-46,45,-79,53v-22,6,-24,14,-23,38r102,0r0,15r-121,0v-4,-40,5,-64,41,-69v23,-10,65,-2,62,-38v-3,-29,-10,-25,-48,-26v-35,-1,-37,6,-36,33r-19,0v-2,-39,12,-48,57,-48","w":366},"\u00bc":{"d":"81,-115r0,-132r-39,35r-11,-10r44,-40r24,0r0,147r-18,0xm93,3r153,-268r27,0r-152,268r-28,0xm226,-34r0,-19r81,-94r25,0r0,97r25,0r0,16r-25,0r0,34r-18,0r0,-34r-88,0xm244,-50r70,0r0,-80","w":366},"\u00b9":{"d":"85,-105r0,-141r-41,37r-12,-11r47,-42r25,0r0,157r-19,0","w":160},"\u00aa":{"d":"71,-264v44,0,61,3,61,41r0,91r-18,0r-1,-14v-6,12,-21,16,-44,16v-41,0,-54,-7,-54,-41v-13,-53,75,-48,97,-29v0,-34,4,-48,-40,-48v-23,0,-32,3,-32,18r-20,0v-1,-26,15,-34,51,-34xm72,-148v35,0,40,-5,40,-31v0,-13,-14,-18,-42,-18v-26,0,-34,4,-34,23v0,21,8,26,36,26","w":152},"\u00ba":{"d":"81,-130v-59,0,-65,-25,-65,-82v0,-42,20,-52,65,-52v55,0,56,31,56,83v0,38,-15,51,-56,51xm71,-148v47,0,45,-20,45,-60v0,-34,-10,-38,-45,-38v-41,0,-33,26,-34,60v0,30,3,38,34,38","w":152},"\u00f8":{"d":"95,-22v79,0,57,-59,58,-122r-87,120v10,1,19,2,29,2xm183,-71v8,77,-70,84,-130,67r-19,25r-21,-16r19,-25v-15,-19,-10,-60,-11,-94v-2,-59,26,-77,87,-74v20,0,34,3,43,7r18,-25r21,15r-19,25v16,22,8,59,12,95xm137,-160v-46,-4,-89,-11,-88,52r1,66"},"\u00f5":{"d":"153,-253v-9,39,-41,34,-72,23v-7,0,-12,5,-16,13r-14,0v7,-38,41,-35,70,-23v8,0,13,-4,17,-13r15,0xm108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v73,0,75,46,75,117v0,54,-20,74,-75,74xm95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55"},"p":{"d":"29,-185r26,0r0,29v9,-22,28,-32,59,-32v72,0,72,48,72,117v0,53,-18,74,-72,74v-29,0,-47,-8,-58,-29r0,97r-27,0r0,-256xm56,-108v0,52,4,86,57,86v53,0,43,-39,44,-86v0,-42,-4,-55,-44,-55v-40,0,-57,16,-57,55","w":206},"\u00b6":{"d":"165,-248r-22,0r0,248r-14,0r0,-248r-34,0r0,248r-14,0r0,-138v-41,-2,-66,-26,-66,-61v0,-36,27,-61,69,-61r81,0r0,12","w":180},"(":{"d":"27,-86v2,-82,-20,-196,75,-179r0,27v-68,-14,-41,93,-45,151v-3,53,5,65,45,63r0,27v-58,3,-77,-18,-75,-89","w":116},")":{"d":"15,-265v94,-16,74,96,75,179v1,70,-17,92,-75,89r0,-27v68,15,41,-93,45,-150v3,-53,-5,-66,-45,-64r0,-27","w":116},"%":{"d":"260,3v-47,0,-69,-8,-69,-56v0,-63,-8,-124,69,-111v64,-7,54,54,54,111v0,41,-13,56,-54,56xm82,-98v-47,0,-69,-8,-69,-55v0,-63,-7,-125,69,-112v64,-7,54,55,54,112v0,41,-13,55,-54,55xm214,-103v0,45,-10,95,44,82v46,7,30,-45,33,-82v3,-35,-12,-38,-45,-38v-29,0,-32,8,-32,38xm36,-203v0,46,-9,95,45,82v45,7,29,-45,32,-82v3,-36,-11,-39,-45,-39v-29,0,-32,9,-32,39xm104,3r93,-268r25,0r-93,268r-25,0","w":326},".":{"d":"23,0r0,-38r31,0r0,38r-31,0","w":121},"\u00b7":{"d":"40,-140v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":121},"+":{"d":"159,-215r0,99r96,0r0,17r-96,0r0,99r-18,0r0,-99r-96,0r0,-17r96,0r0,-99r18,0","w":299},"\u00b1":{"d":"159,-206r0,62r96,0r0,17r-96,0r0,61r-18,0r0,-61r-96,0r0,-17r96,0r0,-62r18,0xm255,-26r0,17r-210,0r0,-17r210,0","w":299},"q":{"d":"178,-185r0,256r-28,0r0,-97v-11,21,-28,29,-57,29v-72,0,-72,-48,-72,-117v0,-53,18,-74,72,-74v31,0,50,10,59,32r0,-29r26,0xm94,-22v53,0,56,-34,56,-86v0,-39,-16,-55,-56,-55v-53,0,-44,39,-45,86v0,42,5,55,45,55","w":206},"?":{"d":"106,-238v-59,0,-65,4,-64,57r-28,0v-5,-63,13,-84,83,-84v58,0,79,13,79,69v0,40,-6,60,-31,72v-37,18,-52,16,-49,52r-29,0v-16,-89,81,-42,81,-125v0,-34,-11,-41,-42,-41xm67,0r0,-33r29,0r0,33r-29,0","w":186},"\u00bf":{"d":"80,-24v59,2,66,-2,64,-57r29,0v5,63,-14,84,-84,84v-58,0,-79,-13,-79,-69v0,-40,6,-60,31,-72v37,-18,52,-16,49,-52r30,0v15,88,-82,43,-82,125v0,34,11,41,42,41xm120,-262r0,34r-30,0r0,-34r30,0","w":186},"\"":{"d":"35,-252r0,97r-18,0r0,-97r18,0xm83,-252r0,97r-18,0r0,-97r18,0","w":100},"'":{"d":"35,-252r0,97r-18,0r0,-97r18,0","w":51},"r":{"d":"28,0r0,-185r27,0r0,25v8,-19,23,-28,50,-28v42,0,55,20,55,68r-28,0v1,-29,-4,-43,-33,-43v-67,0,-36,103,-43,163r-28,0","w":168},"\u00ae":{"d":"21,-127v0,-67,59,-129,129,-129v70,0,129,59,129,129v0,70,-62,129,-129,129v-69,0,-129,-60,-129,-129xm150,-13v59,0,115,-51,115,-114v0,-63,-53,-115,-115,-115v-63,0,-115,56,-115,115v0,60,54,114,115,114xm99,-203v50,-1,116,-6,116,41v0,21,-13,36,-35,39r33,68r-25,0r-32,-65r-34,0r0,65r-23,0r0,-148xm192,-161v4,-29,-38,-28,-70,-27r0,53v32,0,74,3,70,-26","w":299},"s":{"d":"183,-54v-1,48,-21,57,-80,57v-59,0,-83,-9,-81,-58r27,0v-1,29,13,34,53,34v38,0,52,-1,52,-32v14,-51,-99,-23,-112,-37v-15,-8,-19,-22,-19,-45v0,-46,23,-53,85,-53v49,0,70,8,70,47v-8,-1,-22,3,-27,-2v0,-18,-16,-21,-53,-21v-51,0,-57,27,-40,51v17,8,92,3,103,12v17,8,22,22,22,47","w":209},"\u0161":{"d":"57,-268r16,0r32,46r33,-46r16,0r-36,61r-26,0xm183,-54v-1,48,-21,57,-80,57v-59,0,-83,-9,-81,-58r27,0v-1,29,13,34,53,34v38,0,52,-1,52,-32v14,-51,-99,-23,-112,-37v-15,-8,-19,-22,-19,-45v0,-46,23,-53,85,-53v49,0,70,8,70,47v-8,-1,-22,3,-27,-2v0,-18,-16,-21,-53,-21v-51,0,-57,27,-40,51v17,8,92,3,103,12v17,8,22,22,22,47","w":209},"\u00a7":{"d":"54,-50v-2,26,8,24,43,28v49,6,56,-33,28,-46v-37,-16,-114,-23,-114,-67v0,-21,15,-38,40,-42v-18,-6,-26,-18,-26,-41v0,-39,20,-47,70,-47v48,0,67,11,65,49r-28,0v1,-21,-9,-21,-39,-24v-47,-5,-49,31,-22,42v40,16,112,18,114,68v0,21,-15,38,-40,41v19,6,24,18,24,43v0,40,-19,49,-70,49v-55,0,-77,-8,-73,-53r28,0xm157,-125v-2,-28,-56,-32,-80,-43v-46,7,-51,40,-10,53r53,17v25,-5,37,-14,37,-27","w":196},";":{"d":"45,0r0,-38r31,0v-1,35,8,77,-31,75r0,-16v12,0,14,-8,13,-21r-13,0xm45,-147r0,-38r31,0r0,38r-31,0","w":121},"7":{"d":"31,-234r0,-28r188,0r0,29r-127,233r-35,0r131,-234r-157,0","w":243},"6":{"d":"55,-82v0,59,21,54,76,57v68,3,59,-23,59,-74v0,-33,-16,-35,-67,-35v-53,0,-68,1,-68,52xm219,-60v0,59,-38,64,-101,64v-66,0,-91,-18,-91,-77v0,-87,-29,-192,77,-192v68,0,128,2,116,72r-29,0v2,-39,-10,-44,-63,-44v-52,1,-73,-1,-73,41r0,62v11,-23,34,-27,74,-27v84,0,90,28,90,101","w":243},"\/":{"d":"16,33r-24,0r93,-298r24,0","w":95},"\u00c1":{"d":"4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0xm119,-284r-16,0r37,-61r26,0","w":249},"\u00a3":{"d":"138,-238v-40,0,-55,6,-55,43r0,65r77,0r0,26r-77,0v0,29,2,73,-16,77r158,0r0,27r-205,0r0,-27v37,6,35,-39,34,-77r-34,0r0,-26r34,0r0,-74v0,-44,24,-61,81,-61v73,1,92,19,86,80r-30,0v1,-40,-1,-54,-53,-53","w":243},"t":{"d":"10,-162r0,-23r23,0r0,-42r27,0r0,42r91,0r0,23r-91,0r0,102v0,29,7,38,34,38v29,1,35,-12,34,-43v9,1,21,-2,28,1v0,56,-16,67,-67,67v-80,0,-51,-97,-56,-165r-23,0","w":177},"\u00fe":{"d":"55,-262r0,106v9,-22,28,-32,59,-32v72,0,72,48,72,117v0,53,-18,74,-72,74v-29,0,-48,-8,-58,-29r0,97r-27,0r0,-333r26,0xm110,-163v-49,0,-54,35,-54,86v0,39,17,55,57,55v53,0,44,-39,44,-86v0,-44,-5,-55,-47,-55","w":206},"3":{"d":"125,3v-73,0,-106,-18,-99,-90r29,0v-3,51,6,66,69,63v55,-2,68,0,66,-56v9,-43,-42,-41,-86,-40r0,-27v45,1,81,5,81,-46v0,-46,-12,-43,-67,-45v-56,-2,-62,12,-59,58r-29,0v-5,-64,17,-85,88,-85v69,0,97,7,97,70v0,37,-6,54,-37,60v32,6,41,23,41,58v1,66,-20,80,-94,80","w":243},"\u00be":{"d":"78,-113v-44,0,-66,-8,-62,-51r19,0v-2,31,5,36,43,35v34,-1,44,2,42,-31v6,-24,-29,-23,-54,-22r0,-15v27,1,57,1,51,-27v0,-26,-9,-23,-42,-24v-34,-1,-40,5,-38,32r-18,0v-3,-37,11,-48,55,-48v41,0,61,3,61,39v0,21,-4,31,-23,35v21,4,26,12,26,32v1,40,-15,45,-60,45xm93,3r153,-268r27,0r-152,268r-28,0xm226,-34r0,-19r81,-94r25,0r0,97r25,0r0,16r-25,0r0,34r-18,0r0,-34r-88,0xm244,-50r70,0r0,-80","w":366},"\u00b3":{"d":"82,-103v-46,0,-69,-9,-65,-54r19,0v-2,33,5,39,46,38v36,0,45,1,43,-34v6,-26,-29,-25,-56,-24r0,-16v28,0,60,3,53,-28v0,-29,-9,-25,-44,-26v-37,-1,-41,6,-39,35r-19,0v-3,-39,11,-52,58,-52v44,0,65,3,64,42v0,22,-4,33,-24,37v21,4,27,13,27,34v1,41,-16,48,-63,48","w":160},"2":{"d":"116,-265v75,0,103,10,103,76v0,77,-71,80,-126,95v-36,9,-39,27,-37,67r163,0r0,27r-193,0v1,-37,-6,-75,14,-97v29,-34,114,-30,145,-60v5,-6,5,-18,5,-35v0,-49,-15,-44,-76,-46v-54,-3,-60,13,-58,59r-30,0v-4,-67,18,-86,90,-86","w":243},"\u00b2":{"d":"77,-264v49,0,68,5,67,46v8,47,-48,49,-82,57v-24,6,-26,15,-25,40r107,0r0,16r-127,0v-4,-41,4,-70,43,-74v26,-10,65,-1,65,-41v0,-31,-11,-27,-49,-28v-35,-1,-40,7,-39,36r-20,0v-2,-41,13,-52,60,-52","w":160},"u":{"d":"179,-185r0,185r-26,0r0,-25v-9,19,-29,28,-61,28v-95,0,-58,-109,-65,-188r27,0r0,116v0,36,7,47,42,47v81,0,51,-95,56,-163r27,0","w":207},"\u00fa":{"d":"179,-185r0,185r-26,0r0,-25v-9,19,-29,28,-61,28v-95,0,-58,-109,-65,-188r27,0r0,116v0,36,7,47,42,47v81,0,51,-95,56,-163r27,0xm98,-207r-16,0r37,-61r26,0","w":207},"\u00fb":{"d":"55,-207r35,-61r27,0r35,61r-16,0r-32,-46r-33,46r-16,0xm179,-185r0,185r-26,0r0,-25v-9,19,-29,28,-61,28v-95,0,-58,-109,-65,-188r27,0r0,116v0,36,7,47,42,47v81,0,51,-95,56,-163r27,0","w":207},"\u00fc":{"d":"179,-185r0,185r-26,0r0,-25v-9,19,-29,28,-61,28v-95,0,-58,-109,-65,-188r27,0r0,116v0,36,7,47,42,47v81,0,51,-95,56,-163r27,0xm63,-220r0,-29r25,0r0,29r-25,0xm120,-220r0,-29r25,0r0,29r-25,0","w":207},"\u00f9":{"d":"179,-185r0,185r-26,0r0,-25v-9,19,-29,28,-61,28v-95,0,-58,-109,-65,-188r27,0r0,116v0,36,7,47,42,47v81,0,51,-95,56,-163r27,0xm110,-207r-47,-61r26,0r37,61r-16,0","w":207},"_":{"d":"180,67r0,18r-180,0r0,-18r180,0","w":180},"v":{"d":"3,-185r27,0r55,159r55,-159r27,0r-64,185r-36,0","w":169},"w":{"d":"10,-185r26,0r42,159r43,-159r38,0r43,159r42,-159r26,0r-50,185r-37,0r-43,-159r-43,159r-37,0","w":280},"x":{"d":"6,0r70,-99r-61,-86r31,0r45,65r44,-65r31,0r-60,86r70,99r-31,0r-54,-78r-54,78r-31,0","w":182},"y":{"d":"8,-185r28,0r55,159r54,-159r27,0r-69,201v-15,45,-27,60,-70,55r0,-24v32,6,39,-22,48,-47r-8,0","w":175},"\u00fd":{"d":"8,-185r28,0r55,159r54,-159r27,0r-69,201v-15,45,-27,60,-70,55r0,-24v32,6,39,-22,48,-47r-8,0xm82,-207r-16,0r37,-61r26,0","w":175},"\u00ff":{"d":"8,-185r28,0r55,159r54,-159r27,0r-69,201v-15,45,-27,60,-70,55r0,-24v32,6,39,-22,48,-47r-8,0xm47,-220r0,-29r25,0r0,29r-25,0xm104,-220r0,-29r25,0r0,29r-25,0","w":175},"\u00a5":{"d":"121,0r-28,0r0,-115r-93,0r0,-21r79,0r-23,-32r-56,0r0,-22r38,0r-53,-72r34,0r88,122r88,-122r34,0r-53,72r38,0r0,22r-56,0r-23,32r79,0r0,21r-93,0r0,115","w":214},"z":{"d":"21,0r0,-30r114,-130r-109,0r0,-25r143,0r0,26r-119,134r119,0r0,25r-148,0","w":185},"\u017e":{"d":"50,-268r17,0r32,46r32,-46r17,0r-36,61r-26,0xm21,0r0,-30r114,-130r-109,0r0,-25r143,0r0,26r-119,134r119,0r0,25r-148,0","w":185},"0":{"d":"134,3v-76,0,-111,-13,-111,-89r0,-89v-3,-76,34,-90,111,-90v102,0,86,88,86,179v0,66,-21,89,-86,89xm53,-175v6,69,-22,163,57,151v55,4,85,-6,80,-63v-6,-68,23,-163,-57,-151v-55,-4,-85,6,-80,63","w":243},"\u015a":{"d":"133,4v-73,0,-117,-15,-108,-89r29,0v-1,66,18,63,89,61v45,-1,59,-1,59,-47v0,-69,-65,-44,-110,-52v-45,-8,-64,-19,-64,-69v0,-63,31,-73,101,-73v65,0,105,8,99,77r-29,0v2,-56,-16,-50,-80,-50v-47,0,-61,4,-61,46v0,95,173,-11,173,116v0,67,-29,80,-98,80xm116,-284r-16,0r37,-61r26,0","w":256},"\u0164":{"d":"45,-345r16,0r33,46r32,-46r16,0r-35,61r-27,0xm-4,-234r0,-28r196,0r0,28r-84,0r0,234r-29,0r0,-234r-83,0","w":187},"\u0179":{"d":"17,0r0,-31r168,-205r-161,0r0,-26r192,0r0,31r-167,204r167,0r0,27r-199,0xm110,-284r-16,0r37,-61r26,0","w":234},"\u015b":{"d":"183,-54v-1,48,-21,57,-80,57v-59,0,-83,-9,-81,-58r27,0v-1,29,13,34,53,34v38,0,52,-1,52,-32v14,-51,-99,-23,-112,-37v-15,-8,-19,-22,-19,-45v0,-46,23,-53,85,-53v49,0,70,8,70,47v-8,-1,-22,3,-27,-2v0,-18,-16,-21,-53,-21v-51,0,-57,27,-40,51v17,8,92,3,103,12v17,8,22,22,22,47xm89,-207r-16,0r37,-61r26,0","w":209},"\u0165":{"d":"10,-162r0,-23r23,0r0,-42r27,0r0,42r91,0r0,23r-91,0r0,102v0,29,7,38,34,38v29,1,35,-12,34,-43v9,1,21,-2,28,1v0,56,-16,67,-67,67v-80,0,-51,-97,-56,-165r-23,0xm112,-232r0,-36r26,0v-1,31,8,74,-26,71r0,-15v11,0,10,-9,10,-20r-10,0","w":177},"\u013d":{"d":"77,-225r0,-37r26,0v-1,31,8,74,-26,72r0,-16v11,0,10,-8,10,-19r-10,0xm32,0r0,-262r28,0r0,235r148,0r0,27r-176,0","w":214},"\u013e":{"d":"72,-226r0,-36r26,0v-1,31,8,74,-26,72r0,-16v11,-1,11,-9,11,-20r-11,0xm28,0r0,-262r28,0r0,262r-28,0","w":84},"\u010f":{"d":"194,-225r0,-37r26,0v-1,31,8,74,-26,72r0,-16v11,-1,11,-8,11,-19r-11,0xm152,-28v-9,22,-28,31,-59,31v-72,0,-72,-48,-72,-117v0,-53,18,-74,72,-74v29,0,46,8,57,29r0,-103r28,0r0,262r-26,0r0,-28xm94,-22v53,0,56,-34,56,-86v0,-39,-16,-55,-56,-55v-53,0,-44,39,-45,86v0,42,5,55,45,55","w":206},"\u0163":{"d":"10,-162r0,-23r23,0r0,-42r27,0r0,42r91,0r0,23r-91,0r0,102v0,29,7,38,34,38v29,1,35,-12,34,-43v9,1,21,-2,28,1v0,56,-16,67,-67,67v-80,0,-51,-97,-56,-165r-23,0xm80,43r0,-30r25,0v-1,28,7,60,-25,58r0,-12v11,-1,12,-6,11,-16r-11,0","w":177},"\u0162":{"d":"82,43r0,-29r25,0v-1,27,7,59,-25,57r0,-12v11,-1,12,-6,11,-16r-11,0xm-4,-234r0,-28r196,0r0,28r-84,0r0,234r-29,0r0,-234r-83,0","w":187},"\u017a":{"d":"21,0r0,-30r114,-130r-109,0r0,-25r143,0r0,26r-119,134r119,0r0,25r-148,0xm90,-207r-16,0r37,-61r26,0","w":185},"\u0104":{"d":"4,0r97,-262r47,0r98,262v-13,10,-20,30,-26,45v-1,12,16,5,25,7r0,19v-20,-1,-51,6,-48,-16v3,-22,24,-38,34,-55r-15,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0","w":249},"\u017b":{"d":"108,-295r0,-31r26,0r0,31r-26,0xm17,0r0,-31r168,-205r-161,0r0,-26r192,0r0,31r-167,204r167,0r0,27r-199,0","w":234},"\u0105":{"d":"95,-188v61,0,84,6,82,58v-1,42,4,92,-2,130v-7,15,-21,28,-24,45v-2,11,16,6,25,7r0,19v-19,-1,-50,6,-47,-16v2,-23,24,-38,34,-55r-11,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36"},"\u017c":{"d":"86,-220r0,-30r27,0r0,30r-27,0xm21,0r0,-30r114,-130r-109,0r0,-25r143,0r0,26r-119,134r119,0r0,25r-148,0","w":185},"\u0154":{"d":"32,0r0,-262v77,6,195,-28,195,60v0,41,3,83,-34,86v46,5,32,67,34,116r-30,0v-1,-48,12,-102,-44,-102r-93,0r0,102r-28,0xm197,-197v4,-60,-86,-30,-137,-37r0,105v51,-6,140,22,137,-37r0,-31xm109,-284r-16,0r37,-61r26,0","w":251},"\u0102":{"d":"76,-330r14,0v1,18,13,25,35,25v22,0,32,-7,33,-25r15,0v-2,32,-17,46,-48,46v-31,0,-47,-14,-49,-46xm4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0","w":249},"\u0139":{"d":"32,0r0,-262r28,0r0,235r148,0r0,27r-176,0xm36,-284r-16,0r37,-61r26,0","w":214},"\u0106":{"d":"53,-94v-6,61,26,70,86,70v52,0,62,-17,60,-68r30,0v8,81,-34,95,-118,95v-65,0,-88,-22,-88,-89r0,-89v-3,-79,40,-90,118,-90v66,0,91,22,88,86r-30,0v5,-54,-26,-59,-80,-59v-50,0,-66,17,-66,70r0,74xm113,-284r-16,0r37,-61r26,0","w":245},"\u010c":{"d":"76,-345r16,0r32,46r33,-46r16,0r-35,61r-27,0xm53,-94v-6,61,26,70,86,70v52,0,62,-17,60,-68r30,0v8,81,-34,95,-118,95v-65,0,-88,-22,-88,-89r0,-89v-3,-79,40,-90,118,-90v66,0,91,22,88,86r-30,0v5,-54,-26,-59,-80,-59v-50,0,-66,17,-66,70r0,74","w":245},"\u0118":{"d":"32,0r0,-262r183,0r0,28r-155,0r0,86r151,0r0,26r-151,0r0,95r155,0v6,33,-21,46,-26,72v-2,11,16,6,26,7r0,19v-20,-1,-51,6,-48,-16v3,-22,24,-38,34,-55r-169,0","w":230},"\u011a":{"d":"77,-345r17,0r32,46r32,-46r17,0r-36,61r-26,0xm32,0r0,-262r183,0r0,28r-155,0r0,86r151,0r0,26r-151,0r0,95r155,0r0,27r-183,0","w":230},"\u010e":{"d":"73,-346r16,0r32,46r33,-46r16,0r-35,62r-27,0xm60,-26v69,-6,165,26,157,-61v-7,-69,22,-149,-64,-149r-93,0r0,210xm32,0r0,-262r126,0v66,0,89,24,89,88r0,86v0,64,-23,88,-89,88r-126,0","w":270},"\u0110":{"d":"40,0r0,-125r-40,0r0,-25r40,0r0,-112r126,0v66,0,89,24,89,88r0,86v0,64,-23,88,-89,88r-126,0xm69,-26v69,-6,165,26,156,-61v-7,-69,22,-149,-63,-149r-93,0r0,86r78,0r0,25r-78,0r0,99","w":278},"\u0111":{"d":"92,-211r0,-25r58,0r0,-26r28,0r0,26r23,0r0,25r-23,0r0,211r-26,0r0,-28v-9,22,-28,31,-59,31v-72,0,-72,-48,-72,-117v0,-53,18,-74,72,-74v29,0,46,8,57,29r0,-52r-58,0xm94,-22v53,0,56,-34,56,-86v0,-39,-16,-55,-56,-55v-53,0,-44,39,-45,86v0,42,5,55,45,55","w":206},"\u0143":{"d":"32,0r0,-262r44,0r142,234r0,-234r29,0r0,262r-45,0r-142,-234r0,234r-28,0xm138,-284r-16,0r37,-61r26,0","w":279},"\u0147":{"d":"93,-345r16,0r32,46r33,-46r16,0r-36,61r-26,0xm32,0r0,-262r44,0r142,234r0,-234r29,0r0,262r-45,0r-142,-234r0,234r-28,0","w":279},"\u0150":{"d":"140,-284r30,-61r23,0r-40,61r-13,0xm97,-284r30,-61r23,0r-40,61r-13,0xm23,-175v-4,-80,45,-90,128,-90v71,0,94,22,94,90r0,89v5,80,-45,89,-127,89v-70,0,-95,-22,-95,-89r0,-89xm215,-168v6,-63,-28,-70,-89,-70v-52,0,-73,13,-73,70r0,74v-6,63,29,70,89,70v52,0,73,-13,73,-70r0,-74","w":268},"\u0158":{"d":"71,-345r16,0r33,46r32,-46r16,0r-35,61r-27,0xm32,0r0,-262v77,6,195,-28,195,60v0,41,3,83,-34,86v46,5,32,67,34,116r-30,0v-1,-48,12,-102,-44,-102r-93,0r0,102r-28,0xm197,-197v4,-60,-86,-30,-137,-37r0,105v51,-6,140,22,137,-37r0,-31","w":251},"\u016e":{"d":"121,-27v57,0,90,0,90,-63r0,-172r29,0r0,176v4,80,-41,89,-121,89v-67,0,-90,-22,-90,-89r0,-176r29,0r0,172v-4,49,18,63,63,63xm105,-312v0,-19,15,-35,34,-35v20,0,35,16,35,35v0,19,-15,34,-35,34v-19,0,-34,-15,-34,-34xm118,-312v0,12,9,21,21,21v12,0,22,-9,22,-21v0,-12,-10,-22,-22,-22v-12,0,-21,10,-21,22","w":269},"\u016f":{"d":"72,-239v0,-19,15,-35,34,-35v20,0,35,16,35,35v0,19,-15,34,-35,34v-19,0,-34,-15,-34,-34xm85,-239v0,12,9,21,21,21v12,0,22,-9,22,-21v0,-12,-10,-22,-22,-22v-12,0,-21,10,-21,22xm179,-185r0,185r-26,0r0,-25v-9,19,-29,28,-61,28v-95,0,-58,-109,-65,-188r27,0r0,116v0,36,7,47,42,47v81,0,51,-95,56,-163r27,0","w":207},"\u0170":{"d":"146,-284r29,-61r24,0r-40,61r-13,0xm103,-284r29,-61r24,0r-40,61r-13,0xm121,-27v57,0,90,0,90,-63r0,-172r29,0r0,176v4,80,-41,89,-121,89v-67,0,-90,-22,-90,-89r0,-176r29,0r0,172v-4,49,18,63,63,63","w":269},"\u0155":{"d":"28,0r0,-185r27,0r0,25v8,-19,23,-28,50,-28v42,0,55,20,55,68r-28,0v1,-29,-4,-43,-33,-43v-67,0,-36,103,-43,163r-28,0xm81,-207r-16,0r37,-61r26,0","w":168},"\u0103":{"d":"53,-261r14,0v1,18,13,26,35,26v22,0,32,-8,33,-26r15,0v-2,32,-17,46,-48,46v-31,0,-47,-14,-49,-46xm95,-188v61,0,82,6,82,58r0,130r-25,0r-1,-19v-9,16,-27,22,-58,22v-54,0,-74,-11,-74,-59v0,-49,18,-60,72,-59v30,0,48,4,58,18v0,-46,7,-68,-53,-68v-31,0,-42,4,-42,26r-28,0v-2,-38,20,-48,69,-49xm96,-23v47,0,53,-8,53,-44v0,-18,-19,-25,-56,-25v-35,0,-45,6,-45,33v0,30,10,36,48,36"},"\u013a":{"d":"28,0r0,-262r28,0r0,262r-28,0xm38,-274r-16,0r37,-61r26,0","w":84},"\u0107":{"d":"108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v51,0,74,18,75,65r-29,0v1,-37,-22,-39,-59,-39v-54,0,-44,37,-46,85v-2,49,12,55,59,55v35,0,47,-10,46,-46r29,0v1,51,-22,71,-75,71xm88,-207r-16,0r37,-61r26,0"},"\u010d":{"d":"52,-268r16,0r33,46r32,-46r16,0r-35,61r-27,0xm108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v51,0,74,18,75,65r-29,0v1,-37,-22,-39,-59,-39v-54,0,-44,37,-46,85v-2,49,12,55,59,55v35,0,47,-10,46,-46r29,0v1,51,-22,71,-75,71"},"\u0119":{"d":"102,3v-77,7,-81,-42,-81,-117v0,-59,26,-74,87,-74v66,0,79,36,75,102r-134,0v-3,49,8,64,59,64v30,0,43,-6,46,-32r28,0v-3,40,-24,56,-68,57v-7,13,-20,26,-22,42v-2,11,16,6,25,7r0,19v-20,-1,-50,6,-48,-16v3,-21,23,-36,33,-52xm49,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51"},"\u011b":{"d":"53,-268r16,0r32,46r33,-46r16,0r-36,61r-26,0xm108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v66,0,79,36,75,102r-134,0v-3,49,8,64,59,64v30,0,43,-6,46,-32r28,0v-3,41,-26,57,-74,57xm49,-111r105,0v3,-44,-15,-51,-59,-51v-38,0,-47,12,-46,51"},"\u0144":{"d":"28,0r0,-185r27,0r0,25v9,-19,28,-28,60,-28v96,0,59,109,66,188r-28,0r0,-116v0,-36,-6,-47,-41,-47v-81,0,-51,95,-56,163r-28,0xm93,-207r-16,0r37,-61r26,0","w":207},"\u0148":{"d":"58,-268r16,0r32,46r33,-46r16,0r-35,61r-27,0xm28,0r0,-185r27,0r0,25v9,-19,28,-28,60,-28v96,0,59,109,66,188r-28,0r0,-116v0,-36,-6,-47,-41,-47v-81,0,-51,95,-56,163r-28,0","w":207},"\u0151":{"d":"108,-207r30,-61r23,0r-40,61r-13,0xm65,-207r30,-61r23,0r-40,61r-13,0xm108,3v-80,0,-87,-38,-87,-117v0,-59,26,-74,87,-74v73,0,75,46,75,117v0,54,-20,74,-75,74xm95,-22v64,0,59,-31,59,-86v0,-49,-13,-54,-59,-54v-54,0,-45,37,-46,85v0,43,5,55,46,55"},"\u0159":{"d":"41,-268r17,0r32,46r32,-46r17,0r-36,61r-26,0xm28,0r0,-185r27,0r0,25v8,-19,23,-28,50,-28v42,0,55,20,55,68r-28,0v1,-29,-4,-43,-33,-43v-67,0,-36,103,-43,163r-28,0","w":168},"\u0171":{"d":"112,-207r30,-61r23,0r-40,61r-13,0xm69,-207r30,-61r23,0r-40,61r-13,0xm179,-185r0,185r-26,0r0,-25v-9,19,-29,28,-61,28v-95,0,-58,-109,-65,-188r27,0r0,116v0,36,7,47,42,47v81,0,51,-95,56,-163r27,0","w":207},"A":{"d":"4,0r97,-262r47,0r98,262r-30,0r-25,-67r-133,0r-24,67r-30,0xm68,-93r113,0r-52,-141r-9,0","w":249},"\u00c6":{"d":"168,0r0,-65r-131,0r-35,65r-31,0r145,-262r235,0r0,28r-156,0r0,86r151,0r0,26r-151,0r0,95r156,0r0,27r-183,0xm53,-93r115,0r0,-141r-37,0","w":365},"\u00a0":{"w":121}}});
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.73 (04-NOV-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
;(function($){var ver='2.73';if($.support==undefined){$.support={opacity:!($.browser.msie)};}
function debug(s){if($.fn.cycle.debug)
log(s);}
function log(){if(window.console&&window.console.log)
window.console.log('[cycle] '+Array.prototype.join.call(arguments,' '));};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!='stop'){if(!$.isReady&&o.s){log('DOM not ready, queuing slideshow');$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}
log('terminating; zero elements found by selector'+($.isReady?'':' (DOM not ready)'));return this;}
return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false)
return;if(this.cycleTimeout)
clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log('terminating; too few slides: '+els.length);return;}
var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false)
return;var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10)
startTime=10;debug('first timeout: '+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev)},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined)
cont.cycleStop=0;if(options===undefined||options===null)
options={};if(options.constructor==String){switch(options){case'stop':cont.cycleStop++;if(cont.cycleTimeout)
clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;$(cont).removeData('cycle.opts');return false;case'pause':cont.cyclePause=1;return false;case'resume':cont.cyclePause=0;if(arg2===true){options=$(cont).data('cycle.opts');if(!options){log('options not found, can not resume');return false;}
if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
go(options.elements,options,1,1);}
return false;case'prev':case'next':var opts=$(cont).data('cycle.opts');if(!opts){log('options not found, "prev/next" ignored');return false;}
$.fn.cycle[options](opts);return false;default:options={fx:options};};return options;}
else if(options.constructor==Number){var num=options;options=$(cont).data('cycle.opts');if(!options){log('options not found, can not advance slide');return false;}
if(num<0||num>=options.elements.length){log('invalid slide index: '+num);return false;}
options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
if(typeof arg2=='string')
options.oneTimeFx=arg2;go(options.elements,options,1,num>=options.currSlide);return false;}
return options;};function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute('filter');}
catch(smother){}}};function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop)
opts.countdown=opts.autostopCount||els.length;var cont=$cont[0];$cont.data('cycle.opts',opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype)
opts.after.push(function(){removeFilter(this,opts);});if(opts.continuous)
opts.after.push(function(){go(els,opts,0,!opts.rev);});saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($slides);if($cont.css('position')=='static')
$cont.css('position','relative');if(opts.width)
$cont.width(opts.width);if(opts.height&&opts.height!='auto')
$cont.height(opts.height);if(opts.startingSlide)
opts.startingSlide=parseInt(opts.startingSlide);if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++)
opts.randomMap.push(i);opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}
else if(opts.startingSlide>=els.length)
opts.startingSlide=0;opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:'absolute',top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css('z-index',z)});$(els[first]).css('opacity',1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width)
$slides.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w)w=e.offsetWidth;if(!h)h=e.offsetHeight;maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}
if(maxw>0&&maxh>0)
$cont.css({width:maxw+'px',height:maxh+'px'});}
if(opts.pause)
$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});if(supportMultiTransitions(opts)===false)
return false;var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is('img')){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ',this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options)},opts.requeueTimeout);requeue=true;return false;}
else{log('could not determine size of image: '+this.src,this.cycleW,this.cycleH);}}}
return true;});if(requeue)
return false;opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(':eq('+first+')').css(opts.cssBefore);if(opts.cssFirst)
$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String)
opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);if(!opts.sync)
opts.speed=opts.speed/2;while((opts.timeout-opts.speed)<250)
opts.timeout+=opts.speed;}
if(opts.easing)
opts.easeIn=opts.easeOut=opts.easing;if(!opts.speedIn)
opts.speedIn=opts.speed;if(!opts.speedOut)
opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else
opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init))
init($cont,$slides,opts);else if(opts.fx!='custom'&&!opts.multiFx){log('unknown transition: '+opts.fx,'; slideshow terminating');return false;}}
var e0=$slides[first];if(opts.before.length)
opts.before[0].apply(e0,[e0,e0,opts,true]);if(opts.after.length>1)
opts.after[1].apply(e0,[e0,e0,opts,true]);if(opts.next)
$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1)});if(opts.prev)
$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1)});if(opts.pager)
buildPager(els,opts);exposeAddSlide(opts,els);return opts;};function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});};function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(',')>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,'').split(',');for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log('discarding unknown transition: ',fx);opts.fxs.splice(i,1);i--;}}
if(!opts.fxs.length){log('No valid transitions named; slideshow terminating.');return false;}}
else if(opts.fx=='all'){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx))
opts.fxs.push(p);}}
if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}
debug('randomized fx sequence: ',opts.fxs);}
return true;};function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount)
opts.countdown++;els[prepend?'unshift':'push'](s);if(opts.els)
opts.els[prepend?'unshift':'push'](s);opts.slideCount=els.length;$s.css('position','absolute');$s[prepend?'prependTo':'appendTo'](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}
if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($s);if(opts.fit&&opts.width)
$s.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager)
$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);if($.isFunction(opts.onAddSlide))
opts.onAddSlide($s);else
$s.hide();};}
$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init))
init(opts.$cont,$(opts.elements),opts);};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}
if(opts.busy)
return;var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual)
return;if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end)
opts.end(opts);return;}
if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length)
opts.lastFx=0;fx=opts.fxs[opts.lastFx];opts.currFx=fx;}
if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}
$.fn.cycle.resetState(opts,fx);if(opts.before.length)
$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn)
opts.fxFn(curr,next,opts,after,fwd);else if($.isFunction($.fn.cycle[opts.fx]))
$.fn.cycle[opts.fx](curr,next,opts,after);else
$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}
opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}
if(opts.pager)
$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}
var ms=0;if(opts.timeout&&!opts.continuous)
ms=getTimeout(curr,next,opts,fwd);else if(opts.continuous&&p.cyclePause)
ms=10;if(ms>0)
p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},ms);};$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).each(function(){$(this).find('a').removeClass('activeSlide').filter('a:eq('+currSlide+')').addClass('activeSlide');});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250)
t+=opts.speed;debug('calculated timeout: '+t+'; speed: '+opts.speed);if(t!==false)
return t;}
return opts.timeout;};$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2)
opts.randomIndex=els.length-2;else if(opts.randomIndex==-1)
opts.randomIndex=els.length-1;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else if(opts.random){if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap)return false;opts.nextSlide=els.length-1;}
else if(opts.nextSlide>=els.length){if(opts.nowrap)return false;opts.nextSlide=0;}}
if($.isFunction(opts.prevNextClick))
opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,val>=0);return false;};function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);};$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder))
a=opts.pagerAnchorBuilder(i,el);else
a='<a href="#">'+(i+1)+'</a>';if(!a)
return;var $a=$(a);if($a.parents('body').length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}
else{$a.appendTo($p);}}
$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if($.isFunction(opts.pagerClick))
opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!='click')
$a.click(function(){return false;});if(opts.pauseOnPagerHover)
$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd)
hops=c>l?c-l:opts.slideCount-l;else
hops=c<l?l-c:l+opts.slideCount-c;return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?'0'+s:s;};function getBg(e){for(;e&&e.nodeName.toLowerCase()!='html';e=e.parentNode){var v=$.css(e,'background-color');if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#ffffff';};$slides.each(function(){$(this).css('background-color',getBg(this));});};$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display='block';if(w!==false&&next.cycleW>0)
opts.cssBefore.width=next.cycleW;if(h!==false&&next.cycleH>0)
opts.cssBefore.height=next.cycleH;opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display='none';$(curr).css('zIndex',opts.slideCount+(rev===true?1:0));$(next).css('zIndex',opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=='number')
speedIn=speedOut=speedOverride;else
speedIn=speedOut=1;easeIn=easeOut=null;}
var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter)$l.css(opts.cssAfter);if(!opts.sync)fn();});if(opts.sync)fn();};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(':eq('+opts.currSlide+')').css('opacity',0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:'fade',timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:'click',pager:null,pagerClick:null,pagerEvent:'click',pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:'auto',startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2008 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};}
$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css('overflow','hidden').width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:'show'};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:'show'};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css('overflow','visible').width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}
opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++)
opts.els.push($slides[i]);for(i=0;i<opts.currSlide;i++)
opts.els.push(opts.els.shift());opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++)
fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());if(fwd){for(var i=0,len=opts.els.length;i<len;i++)
$(opts.els[i]).css('z-index',len-i+count);}
else{var z=$(curr).css('z-index');$el.css('z-index',parseInt(z)+1+count);}
$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb)cb();});});};opts.cssBefore={display:'block',opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css('overflow','hidden').width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css('overflow','hidden').height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css('overflow','hidden').height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||'left';var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=='right')
opts.cssBefore.left=-w;else if(d=='up')
opts.cssBefore.top=h;else if(d=='down')
opts.cssBefore.top=-h;else
opts.cssBefore.left=w;});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||'left';var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=='right')
opts.animOut.left=w;else if(d=='up')
opts.animOut.top=-h;else if(d=='down')
opts.animOut.top=h;else
opts.animOut.left=-w;});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css('overflow','visible').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top)
opts.animOut={left:w*2,top:-h/2,opacity:0};else
opts.animOut.opacity=0;});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip))
clip='rect(0px 0px '+h+'px 0px)';else if(/r2l/.test(opts.clip))
clip='rect(0px '+w+'px '+h+'px '+w+'px)';else if(/t2b/.test(opts.clip))
clip='rect(0px '+w+'px 0px 0px)';else if(/b2t/.test(opts.clip))
clip='rect('+h+'px '+w+'px '+h+'px 0px)';else if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip='rect('+top+'px '+left+'px '+top+'px '+left+'px)';}}
opts.cssBefore.clip=opts.cssBefore.clip||clip||'rect(0px 0px 0px 0px)';var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next)return;var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display='block';var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:'rect('+tt+'px '+rr+'px '+bb+'px '+ll+'px)'});(step++<=count)?setTimeout(f,13):$curr.css('display','none');})();});opts.cssBefore={display:'block',opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);$(document).ready(function(){$("a.popup").attr({target:'_blank'});$(".colorbox").colorbox({maxWidth:"80%",maxHeight:"80%",transition:"elastic",next:"Další",previous:"Předchozí",current:"{current} / {total}",close:"Zavřít"});$(".colorbox-map").colorbox({width:"80%",height:"80%",iframe:true,close:"Zavřít"});$('#menu').each(function(){$('li:has(.submenu)',this).hover(function()
{$('>a',this).addClass('select');$('>.submenu',this).stop().css({'height':'','overflow':'','display':''}).slideDown(200);},function()
{var $this=$(this);$('>.submenu',this).stop().slideUp(100,function(){$this.find('>a').removeClass('select');});});});$('.reference-list').cycle({fx:'fade',speed:1000,pager:'#block-nav'});$("#block-nav a:first").addClass("first");$("#block-nav a:last").addClass("last");});Cufon.replace(".cufon");Cufon.replace("h1");Cufon.replace("#content h2");Cufon.replace("#sidebar h3");Cufon.replace(".banners h4");Cufon.replace("#content .block .block-header");
