/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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("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}})());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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-1995. All rights
 * reserved. PerpetuaŽ is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Trademark:
 * PerpetuaŽ is a trademark of The Monotype Corporation which may be registered in
 * certain jurisdictions.
 * 
 * Description:
 * A sensitive adaptation of a style of letter that had been popularized for
 * monumental work in stone by Eric Gill. Large scale drawings by Gill were given
 * to Charles Malin, a Parisian punch-cutter, and his hand cut punches were the
 * basis for the font issued by Monotype. The incised quality of Perpetua will lend
 * distinction to any work compatible with its serenity. First used in a private
 * translation called 'The Passion of Perpetua and Felicity'; the italic was
 * originally called Felicity. Widely used as a text face in quality books,
 * Perpetua is also very popular in advertising and display work.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Eric Gill
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":164,"face":{"font-family":"Perpetua","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 2 6 4 1 2 3 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-14.25 -249.015 324 109.347","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":81,"k":{"Y":61,"W":45,"V":45,"T":43,"A":27}},"!":{"d":"54,-218v16,0,15,20,13,39r-11,129r-6,0r-10,-150v-1,-10,6,-18,14,-18xm35,-13v0,-10,8,-17,18,-17v10,0,16,7,16,17v0,10,-6,17,-16,17v-10,0,-18,-7,-18,-17","w":105},"\"":{"d":"102,-223v16,0,16,20,13,37r-10,57r-6,0r-12,-77v0,-10,6,-17,15,-17xm44,-223v16,1,17,19,13,37r-10,57r-6,0r-12,-77v-1,-10,7,-17,15,-17","w":146},"#":{"d":"17,-152r0,-15r59,0r15,-73r16,0r-16,73r80,0r16,-73r15,0r-15,73r37,0r0,15r-40,0r-16,72r56,0r0,15r-59,0r-16,73r-15,0r15,-73r-80,0r-15,73r-16,0r16,-73r-37,0r0,-15r40,0r15,-72r-55,0xm168,-152r-80,0r-16,72r81,0","w":240},"$":{"d":"36,-138v-1,-25,17,-39,40,-42v1,-6,-3,-17,6,-14r0,14v14,0,28,4,40,12r-6,37v-13,0,-2,-25,-13,-31v-5,-7,-12,-11,-21,-12r0,65v28,22,46,29,49,62v2,26,-22,49,-49,49r0,37r-6,0r0,-37v-17,0,-32,-6,-45,-15r8,-40v7,-2,6,4,6,9v0,23,11,36,31,39r0,-78v-22,-16,-39,-25,-40,-55xm76,-174v-20,1,-29,28,-18,45v3,5,10,11,18,16r0,-61xm82,-5v38,-6,38,-59,0,-74r0,74"},"%":{"d":"55,-105v35,-3,34,-94,0,-97v-35,1,-35,97,0,97xm55,-211v60,0,56,116,0,116v-28,0,-45,-28,-45,-58v0,-30,16,-58,45,-58xm204,-211r12,0r-150,211r-12,0xm215,-114v29,0,45,28,45,58v0,30,-17,57,-45,58v-57,0,-59,-116,0,-116xm215,-8v36,0,34,-96,0,-97v-34,3,-35,95,0,97","w":270},"&":{"d":"15,-46v0,-28,23,-45,45,-58v-39,-29,-24,-93,26,-93v21,-1,42,17,41,38v0,17,-12,33,-37,46v14,12,32,31,53,56v10,-17,15,-32,15,-43v0,-12,-3,-17,-15,-17r0,-6r59,0r0,6v-40,-4,-34,48,-53,68v23,24,28,49,56,32r5,4v-8,12,-19,18,-33,18v-22,1,-31,-18,-44,-31v-30,48,-118,38,-118,-20xm81,-186v-44,3,-21,57,4,68v31,-12,34,-67,-4,-68xm66,-99v-13,7,-26,22,-26,40v-1,42,64,67,88,26v-22,-28,-43,-50,-62,-66","w":221},"'":{"d":"32,-223v17,1,16,19,13,37r-9,57r-7,0r-12,-77v-1,-10,7,-17,15,-17","w":64},"(":{"d":"46,-65v0,67,19,103,56,141r-4,4v-55,-49,-107,-133,-56,-218v16,-26,34,-50,56,-68r4,4v-35,39,-56,71,-56,137","w":112},")":{"d":"66,-62v0,-67,-19,-104,-55,-140r4,-4v56,48,107,135,55,220v-17,27,-34,49,-55,66r-4,-4v35,-39,55,-72,55,-138","w":112},"*":{"d":"79,-142v1,-19,-23,-57,4,-64v26,5,1,47,3,64v14,-3,30,-33,48,-34v5,0,14,4,13,10v0,23,-43,22,-57,31v16,11,53,9,56,32v0,6,-5,10,-11,10v-19,1,-36,-28,-49,-34v-2,17,23,60,-4,64v-28,-5,0,-46,-3,-64v-15,4,-27,33,-48,33v-8,0,-12,-3,-12,-10v-1,-22,45,-21,56,-31v-12,-10,-57,-8,-55,-31v0,-7,3,-10,10,-10v20,-2,34,32,49,34"},"+":{"d":"25,-107r0,-16r87,0r0,-87r16,0r0,87r87,0r0,16r-87,0r0,86r-16,0r0,-86r-87,0","w":240},",":{"d":"49,-25v50,13,20,84,-17,87r0,-6v16,-9,25,-18,25,-41v0,-6,-1,-6,-7,-6v-9,0,-19,-7,-18,-17v0,-10,7,-17,17,-17","w":105,"k":{" ":14}},"-":{"d":"21,-70r70,0r0,13r-70,0r0,-13","w":112},".":{"d":"35,-8v0,-10,8,-17,18,-17v10,0,16,7,16,17v0,9,-7,17,-16,17v-10,0,-18,-7,-18,-17","w":105,"k":{" ":14}},"\/":{"d":"29,4r105,-218r17,0r-105,218r-17,0","w":180},"0":{"d":"82,-211v97,5,96,210,0,215v-96,-5,-96,-211,0,-215xm82,-5v36,-5,45,-49,44,-99v0,-49,-8,-93,-44,-98v-35,5,-44,50,-44,98v0,49,8,94,44,99"},"1":{"d":"51,-5v18,-1,21,-5,21,-23v0,-49,5,-106,-3,-149v-7,4,-21,8,-28,7r0,-6v26,-14,43,-26,49,-35r6,0r0,183v0,18,3,22,21,23r0,5r-66,0r0,-5"},"2":{"d":"134,-154v-6,66,-47,89,-97,139r102,0r0,15r-118,0r0,-7v46,-52,81,-75,88,-137v3,-28,-13,-47,-38,-48v-22,0,-37,16,-38,38r-6,0v3,-29,23,-57,55,-57v30,-1,55,27,52,57"},"3":{"d":"114,-50v-1,-36,-28,-65,-71,-55r0,-6v42,-7,64,-25,64,-52v0,-38,-57,-48,-69,-15r-6,-2v6,-18,26,-31,49,-31v28,0,50,21,50,46v0,24,-16,39,-37,48v26,7,44,26,46,57v4,61,-82,86,-117,41r5,-4v31,31,86,18,86,-27"},"4":{"d":"159,-68r-50,0r0,71r-22,0r0,-71r-85,0r0,-6r101,-137r6,0r0,126r50,0r0,17xm22,-85r65,0r0,-88"},"5":{"d":"109,-54v0,-32,-30,-49,-66,-43r3,-109r88,0r0,19r-78,0r-2,73v45,-7,81,17,81,57v0,62,-87,84,-118,32r5,-4v25,38,88,20,87,-25"},"6":{"d":"85,4v-83,-2,-87,-126,-32,-172v27,-23,56,-40,95,-44r0,7v-60,9,-99,50,-105,112v36,-42,107,-22,107,36v0,34,-30,62,-65,61xm89,-5v23,0,36,-21,36,-46v0,-48,-56,-66,-82,-29v0,39,13,75,46,75"},"7":{"d":"137,-186v-46,5,-108,-17,-119,26r-6,0r11,-53v10,-1,8,9,18,7r114,0v-19,75,-50,138,-72,209r-25,0"},"8":{"d":"82,-211v29,0,54,20,54,47v0,20,-12,36,-36,49v27,19,41,40,41,63v1,31,-29,56,-61,56v-32,0,-60,-18,-59,-50v1,-31,19,-43,45,-57v-21,-12,-38,-29,-39,-57v-1,-31,24,-51,55,-51xm117,-160v0,-49,-71,-58,-71,-12v0,29,22,37,48,53v16,-8,23,-22,23,-41xm41,-51v0,51,79,62,79,9v0,-20,-17,-38,-48,-55v-21,10,-31,25,-31,46"},"9":{"d":"80,-211v84,2,86,126,32,172v-27,23,-57,40,-95,43r0,-6v58,-6,102,-53,106,-113v-36,42,-109,23,-108,-35v0,-34,29,-62,65,-61xm77,-202v-23,0,-37,20,-37,45v0,49,54,65,83,30v0,-39,-13,-75,-46,-75"},":":{"d":"35,-101v0,-10,8,-17,18,-17v10,0,16,7,16,17v0,9,-7,17,-16,17v-10,0,-18,-7,-18,-17xm35,-8v0,-10,8,-17,18,-17v10,0,16,7,16,17v0,9,-7,17,-16,17v-10,0,-18,-7,-18,-17","w":105,"k":{" ":14}},";":{"d":"49,-25v50,13,20,84,-17,87r0,-6v16,-9,25,-18,25,-41v0,-6,-1,-6,-7,-6v-9,0,-19,-7,-18,-17v0,-10,7,-17,17,-17xm35,-101v0,-10,8,-17,18,-17v10,0,16,7,16,17v0,9,-7,17,-16,17v-10,0,-18,-7,-18,-17","w":105,"k":{" ":14}},"<":{"d":"215,-29r-190,-80r0,-13r190,-80r0,17r-169,70r169,69r0,17","w":240},"=":{"d":"25,-149r0,-16r190,0r0,16r-190,0xm25,-68r0,-15r190,0r0,15r-190,0","w":240},">":{"d":"215,-122r0,13r-190,80r0,-17r169,-69r-169,-70r0,-17","w":240},"?":{"d":"102,-144v0,52,-60,45,-52,101r-6,0r0,-40v-2,-36,47,-41,48,-74v1,-33,-56,-36,-72,-14v0,-23,22,-30,37,-30v26,0,45,28,45,57xm33,-13v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17","w":112},"@":{"d":"309,-127v-1,63,-35,124,-93,124v-33,0,-30,-21,-26,-52v-21,27,-33,50,-66,50v-21,0,-35,-17,-34,-40v2,-58,47,-115,97,-123v20,-3,25,10,31,24r4,-20r24,-3r-38,136v0,11,6,16,17,16v46,0,74,-59,75,-113v1,-66,-47,-113,-115,-112v-96,2,-152,76,-152,170v0,82,55,138,139,139v68,0,124,-45,142,-98r10,0v-19,58,-79,107,-152,107v-89,0,-155,-67,-153,-157v3,-99,67,-168,166,-170v75,-1,124,49,124,122xm186,-160v-42,9,-84,81,-65,130v4,5,9,6,16,6v42,0,71,-63,74,-109v0,-17,-8,-27,-25,-27","w":331},"A":{"d":"133,0r0,-6v16,0,20,-8,16,-20r-18,-57r-67,0v-5,19,-17,43,-19,63v0,9,5,14,16,14r0,6r-53,0v-1,-12,15,-7,18,-14v28,-56,45,-132,69,-194r22,0v24,65,40,138,70,197v4,3,11,5,19,5r0,6r-73,0xm68,-96r58,0r-29,-88","w":213,"k":{"y":14,"w":18,"v":18,"u":11,"Y":27,"W":36,"V":36,"U":22,"T":29,"Q":18,"O":18,"G":18,"C":18}},"B":{"d":"174,-50v0,65,-94,48,-161,50r0,-6v21,0,23,-11,23,-33r0,-128v-1,-23,-2,-32,-23,-33r0,-6v64,0,147,-10,149,50v1,23,-15,37,-41,48v28,5,53,28,53,58xm133,-154v1,-36,-29,-48,-70,-44r0,87v39,4,70,-8,70,-43xm142,-52v-1,-39,-34,-55,-79,-51v5,40,-20,106,39,95v24,0,41,-19,40,-44","w":183,"k":{".":11}},"C":{"d":"128,-211v17,-4,57,18,69,2r6,0r0,61r-6,0v-9,-34,-27,-55,-67,-55v-48,-1,-76,40,-76,92v0,56,27,103,78,103v32,0,57,-15,72,-45r6,5v-13,30,-45,54,-87,53v-60,-2,-101,-41,-101,-103v-1,-62,44,-115,106,-113","w":221,"k":{".":11,",":11}},"D":{"d":"223,-100v0,63,-46,100,-114,100r-98,0r0,-6v21,0,23,-11,24,-33r0,-128v-1,-22,-3,-33,-24,-33r0,-6r96,0v66,-1,116,43,116,106xm191,-99v0,-73,-48,-109,-129,-99r0,152v-4,37,14,38,48,38v51,0,81,-38,81,-91","w":240,"k":{"Y":27,"W":25,"V":27,"A":16,".":32,",":32}},"E":{"d":"63,-108v30,-4,80,14,80,-20r6,0r0,50r-6,0v-1,-34,-49,-15,-80,-20r0,74v-2,23,32,13,51,14v34,2,39,-6,50,-28r6,0r-9,38r-149,0r0,-6v21,0,23,-10,24,-32r0,-129v-1,-23,-3,-33,-24,-33r0,-6r149,0r0,34r-4,0v-2,-39,-58,-19,-94,-24r0,88","w":183},"F":{"d":"63,-110v32,-3,78,12,77,-24r6,0r0,58r-6,0v0,-37,-45,-21,-77,-24v5,34,-15,95,24,94r0,6r-74,0r0,-6v21,0,23,-11,23,-33r0,-128v-1,-22,-2,-33,-23,-33r0,-6r141,0r0,36r-5,0v1,-40,-51,-22,-86,-26r0,86","k":{"o":11,"e":11,"a":9,"A":13,".":36,",":36}},"G":{"d":"172,-27v-1,-29,6,-62,-30,-56r0,-6r83,0r0,6v-38,-2,-21,51,-25,83v-87,19,-182,-10,-179,-97v2,-66,43,-109,106,-114v20,-2,55,19,68,3r7,0r0,60r-6,0v-3,-32,-34,-55,-69,-55v-46,1,-74,43,-74,93v0,55,34,105,85,105v23,0,34,-7,34,-22","w":236,"k":{".":18,",":18}},"H":{"d":"153,-6v38,1,18,-60,23,-93r-112,0v5,34,-15,94,24,93r0,6r-75,0r0,-6v21,0,23,-11,23,-33r0,-128v-1,-23,-2,-32,-23,-33r0,-6r75,0r0,6v-39,-2,-19,57,-24,91r112,0v-4,-33,14,-92,-23,-91r0,-6r74,0r0,6v-21,0,-23,11,-24,33r0,128v1,22,3,33,24,33r0,6r-74,0r0,-6","w":240},"I":{"d":"33,-167v-1,-23,-2,-32,-23,-33r0,-6r74,0r0,6v-21,0,-24,12,-24,33r0,128v2,21,3,33,24,33r0,6r-74,0r0,-6v21,0,23,-11,23,-33r0,-128","w":93},"J":{"d":"51,-167v-1,-22,-3,-33,-24,-33r0,-6r75,0r0,6v-21,0,-23,11,-24,33r0,190v6,50,-58,77,-85,39v7,-9,13,8,24,5v23,-1,34,-23,34,-50r0,-184","w":116,"k":{"o":7,"e":7,"a":7,".":18,",":18}},"K":{"d":"65,-101v5,34,-15,95,23,95r0,6r-74,0r0,-6v21,0,23,-10,23,-33r0,-128v0,-23,-2,-33,-23,-33r0,-6r74,0r0,6v-39,0,-18,61,-23,95v24,-28,62,-50,78,-84v4,-9,-14,-6,-13,-17r78,0v-1,13,-21,2,-32,12v-34,20,-57,54,-86,80r85,86v15,14,18,19,39,22r0,6r-49,0","w":221,"k":{"y":27,"u":13,"o":9,"e":9,"O":20}},"L":{"d":"90,-10v42,0,77,6,81,-35r7,0r-13,45r-150,0r0,-6v19,-1,24,-13,24,-35r0,-129v-1,-21,-3,-30,-24,-30r0,-6r74,0r0,6v-18,0,-23,12,-23,32r0,138v1,17,6,20,24,20","w":180,"k":{"y":14,"Y":25,"W":36,"V":29,"T":25}},"M":{"d":"193,-6v17,-2,24,-11,22,-31r-11,-133r-71,170r-5,0r-70,-170r-12,132v0,18,9,29,27,32r0,6r-64,0r0,-6v21,-3,24,-13,26,-38r13,-142v-7,-8,-16,-12,-27,-14r0,-6r52,0r66,162r67,-162r49,0r0,6v-16,-1,-26,13,-23,32v7,49,3,113,17,154v3,4,10,7,19,8r0,6r-75,0r0,-6","w":277},"N":{"d":"189,-166v0,-24,-3,-34,-25,-34r0,-6r62,0r0,6v-21,0,-25,10,-26,32r0,168r-6,0r-147,-179r0,144v1,20,8,28,28,29r0,6r-63,0r0,-6v21,-1,25,-11,25,-35r0,-121v0,-25,-8,-36,-30,-38r0,-6r53,0r129,160r0,-120","w":240,"k":{".":22,",":22}},"O":{"d":"131,5v-60,0,-110,-49,-110,-109v0,-61,49,-107,111,-107v60,0,109,49,109,107v0,60,-50,109,-110,109xm133,-203v-52,0,-80,44,-80,99v0,54,28,101,78,101v48,0,79,-48,79,-99v0,-54,-26,-101,-77,-101","w":262,"k":{"Y":25,"X":20,"W":25,"V":22,"T":13,"A":16,".":32,",":32}},"P":{"d":"37,-167v-1,-22,-2,-33,-23,-33r0,-6v71,-2,153,-6,155,58v1,49,-54,60,-104,51v4,33,-14,92,23,91r0,6r-74,0r0,-6v20,-1,22,-12,23,-32r0,-129xm140,-147v0,-39,-30,-57,-75,-51r0,92v34,12,75,-2,75,-41","w":180,"k":{"o":14,"e":14,"a":9,"A":27,".":61,",":61}},"Q":{"d":"150,2v25,23,45,71,93,55r2,6v-51,17,-95,-5,-118,-39v-24,-35,-57,-25,-84,-59v-56,-68,-7,-176,84,-176v61,0,112,48,112,108v0,54,-42,97,-89,105xm127,-3v51,0,80,-44,80,-99v0,-56,-26,-100,-77,-101v-52,-1,-80,44,-80,100v0,54,27,100,77,100","w":258,"k":{"U":13,".":32,",":14}},"R":{"d":"167,0v-31,-26,-41,-106,-104,-95v4,33,-14,90,23,89r0,6r-74,0r0,-6v21,0,23,-11,24,-33r0,-129v-1,-22,-3,-32,-24,-32r0,-6v68,0,153,-11,154,54v0,25,-15,42,-43,50v33,17,46,87,86,96r0,6r-42,0xm137,-152v-1,-35,-33,-50,-74,-46r0,94v43,5,75,-10,74,-48","w":213,"k":{"Y":29,"W":41,"V":36,"U":20,"T":22,"O":14}},"S":{"d":"77,-211v13,-5,41,17,45,2r6,0r0,48r-6,0v3,-46,-83,-60,-83,-11v0,56,100,55,100,118v0,32,-26,60,-58,59v-13,5,-48,-23,-56,-3r-5,0r0,-56r5,0v-6,54,92,72,92,14v0,-55,-96,-51,-96,-118v0,-32,22,-54,56,-53","w":150},"T":{"d":"189,-167v-3,-34,-39,-29,-75,-29r0,158v1,23,3,31,23,32r0,6r-73,0r0,-6v20,-1,22,-11,23,-33r0,-157v-34,0,-72,-4,-72,29r-6,0r0,-47v34,13,96,7,145,8v20,1,25,-7,39,-8r0,47r-4,0","w":202,"k":{"y":36,"w":36,"u":36,"r":25,"o":47,"e":47,"a":38,"O":13,"A":29,";":14,":":14,".":47,"-":49,",":47}},"U":{"d":"64,-168v0,67,-20,159,53,159v24,0,44,-11,59,-34r0,-124v-1,-21,-3,-33,-22,-33r0,-6r72,0r0,6v-21,0,-23,11,-23,33r0,128v1,22,2,33,23,33r0,6r-50,0r0,-29v-39,56,-139,41,-139,-37r0,-101v-1,-22,-3,-33,-24,-33r0,-6r75,0r0,6v-21,0,-24,10,-24,32","w":240,"k":{"A":11,".":14,",":14}},"V":{"d":"209,-206r0,6v-15,0,-28,13,-38,40r-60,163r-6,0v-27,-64,-47,-140,-80,-197v-4,-4,-10,-6,-18,-6r0,-6r75,0r0,6v-17,0,-21,11,-16,24r50,133v16,-48,38,-91,51,-143v0,-10,-6,-14,-18,-14r0,-6r60,0","w":213,"k":{"u":23,"o":40,"i":5,"e":40,"a":32,"O":20,"G":20,"A":36,";":29,":":29,".":65,"-":29,",":65}},"W":{"d":"323,-206r0,6v-23,4,-28,18,-37,42r-58,161r-6,0r-56,-152r-55,152r-6,0r-72,-191v-7,-10,-9,-13,-26,-12r0,-6r76,0r0,6v-18,1,-20,10,-15,25r48,131r44,-120v-6,-19,-9,-37,-33,-36r0,-6r75,0r0,6v-20,0,-23,10,-17,25r48,131r48,-139v0,-12,-7,-18,-21,-18r0,-5r63,0","w":330,"k":{"y":31,"u":25,"o":40,"i":5,"e":40,"a":36,"O":18,"A":36,";":32,":":32,".":68,"-":32,",":68}},"X":{"d":"212,-200v-22,0,-27,7,-39,22r-51,66r53,72v16,21,18,29,41,34r0,6r-83,0r0,-6v20,0,19,-21,9,-34r-37,-50v-15,23,-40,45,-49,72v0,7,5,11,16,12r0,6r-65,0r0,-6v21,-1,24,-9,37,-24r54,-69v-22,-30,-46,-70,-71,-94v-6,-5,-12,-7,-20,-7r0,-6r79,0r0,6v-17,0,-19,13,-10,24r39,54v15,-22,40,-42,48,-68v0,-7,-6,-10,-17,-10r0,-6r66,0r0,6","w":221},"Y":{"d":"62,-6v41,1,20,-62,25,-98v-20,-28,-39,-66,-62,-90v-5,-4,-10,-6,-18,-6r0,-6r80,0r0,6v-21,0,-25,7,-17,20r41,63v12,-23,34,-44,40,-72v0,-8,-5,-11,-14,-11r0,-6r57,0r0,6v-21,1,-23,7,-33,23r-47,73v5,35,-16,98,23,98r0,6r-75,0r0,-6","w":202,"k":{"u":36,"o":40,"i":5,"e":40,"a":36,"S":14,"O":22,"A":27,";":36,":":36,".":50,"-":43,",":50}},"Z":{"d":"47,-10v58,-2,130,13,138,-40r7,0r-8,50r-173,0r0,-5r136,-191v-46,6,-121,-18,-130,25r-6,0r3,-35r168,0r0,6","w":202},"[":{"d":"49,34v-1,26,9,32,33,32r0,6r-58,0r0,-278r58,0v2,8,-5,6,-11,6v-16,1,-22,14,-22,32r0,202","w":93},"\\":{"d":"29,-214r17,0r105,218r-17,0","w":180},"]":{"d":"12,66v23,1,32,-7,32,-32r0,-202v0,-26,-9,-34,-32,-32r0,-6r57,0r0,278r-57,0r0,-6","w":93},"^":{"d":"82,-244r6,0r74,126r-16,0r-61,-103r-62,103r-16,0","w":168},"_":{"d":"-3,45r0,-18r186,0r0,18r-186,0","w":180},"`":{"d":"32,-226r20,0r23,72r-7,0","w":119},"a":{"d":"81,-14v-16,29,-70,20,-70,-16v0,-34,46,-36,70,-47v2,-23,-6,-40,-28,-40v-18,0,-30,13,-34,27r-6,-2v4,-22,22,-39,47,-39v50,-2,50,51,46,101v-2,22,13,26,16,8r6,0v0,27,-39,37,-47,8xm36,-33v-3,28,38,29,45,7r0,-43v-17,10,-48,10,-45,36","w":131,"k":{"y":13,"w":13,"v":11,"t":4}},"b":{"d":"22,-194v1,-22,-3,-20,-22,-22r0,-6r47,-4r0,114v31,-39,105,-11,102,43v-3,59,-61,80,-127,67r0,-192xm122,-66v0,-46,-47,-75,-75,-37v6,34,-17,97,21,98v35,1,54,-25,54,-61","w":161,"k":{"y":7,"v":5,"u":4,"l":5,"b":4,".":22,",":22}},"c":{"d":"13,-60v0,-52,50,-86,101,-64v6,3,6,-9,15,-7r0,45r-6,0v-4,-21,-19,-38,-43,-38v-27,0,-43,24,-43,53v0,29,20,64,48,64v21,0,37,-13,48,-26r0,9v-32,50,-120,30,-120,-36","w":138,"k":{"y":-5,"k":-7,"h":-7,".":4,",":-4}},"d":{"d":"113,-194v1,-20,-5,-22,-24,-22r0,-6r49,-4r0,201v0,15,5,19,21,19r0,6r-74,0v-43,1,-73,-27,-74,-66v-2,-53,59,-86,102,-49r0,-79xm93,-6v14,0,21,-4,20,-19r0,-77v-8,-11,-20,-21,-37,-21v-26,-1,-39,25,-39,51v0,38,19,66,56,66","k":{"y":5,"w":7,"v":5}},"e":{"d":"89,-6v25,0,29,-9,45,-27r0,10v-29,50,-121,25,-121,-39v0,-36,28,-69,64,-69v29,0,57,23,55,53v-30,2,-68,-4,-94,2v0,38,17,70,51,70xm108,-84v4,-33,-37,-52,-59,-29v-6,7,-10,17,-11,29r70,0","w":146,"k":{"y":5,"w":5,"v":5,".":7,",":7}},"f":{"d":"77,-218v-37,0,-21,56,-24,91r32,0r0,9r-32,0r0,93v-1,16,8,20,24,19r0,6r-72,0v-1,-5,1,-7,6,-6v12,0,17,-5,17,-17r0,-95v-6,-1,-20,4,-17,-6v8,-3,13,-7,17,-9v-4,-50,11,-93,55,-93v15,0,27,3,36,10r-12,32v-4,1,-7,0,-6,-5v-1,-16,-7,-29,-24,-29","w":93,"k":{"a":2}},"g":{"d":"57,-29v-61,-11,-46,-103,14,-102r75,1r0,15r-34,0v30,32,7,87,-33,87v-17,0,-59,22,-34,35v29,15,100,6,100,49v0,61,-132,75,-141,14v2,-23,21,-29,42,-40v-40,-9,-34,-48,11,-59xm72,-124v-44,0,-41,90,0,90v21,0,31,-21,31,-46v0,-24,-11,-44,-31,-44xm20,63v2,38,108,48,112,4v-8,-27,-34,-24,-75,-34v-25,7,-37,17,-37,30","w":150,"k":{"r":-7,"i":-7,".":32,",":5}},"h":{"d":"89,-6v39,3,18,-54,22,-84v2,-16,-10,-28,-26,-27v-19,0,-27,10,-37,24r0,70v0,16,6,16,21,17r0,6r-68,0r0,-6v20,-1,21,-5,22,-25r0,-166v0,-17,-4,-19,-22,-19r0,-6r47,-4r0,121v13,-14,22,-25,44,-26v47,-2,45,51,43,100v0,20,3,24,21,25r0,6r-67,0r0,-6","w":157,"k":{"y":7}},"i":{"d":"29,-102v0,-19,-5,-17,-24,-19r0,-6r49,-4r0,107v0,16,6,17,21,18r0,6r-70,0r0,-6v18,-1,24,-1,24,-18r0,-78xm26,-181v-1,-9,8,-16,16,-16v8,0,15,8,15,16v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15","w":82},"j":{"d":"31,-105v-1,-16,-6,-15,-24,-16r0,-6r49,-4v-8,88,34,224,-70,217v0,-2,-1,-6,1,-6v35,0,44,-19,44,-56r0,-129xm26,-181v-1,-9,8,-16,16,-16v8,0,15,8,15,16v0,8,-7,15,-15,15v-8,0,-16,-7,-16,-15","w":82},"k":{"d":"26,-198v0,-17,-4,-18,-23,-18r0,-6r47,-4r0,161v13,-15,38,-26,44,-47v0,-6,-5,-9,-15,-9r0,-6r69,0v1,5,-1,7,-6,6v-29,1,-49,31,-68,46v28,22,43,60,84,69r0,6r-41,0r-67,-64v4,47,-8,57,22,58r0,6r-69,0r0,-6v20,-1,23,-4,23,-25r0,-167","w":157,"k":{"o":5,"e":5}},"l":{"d":"56,-24v-1,16,7,18,23,18r0,6r-71,0v-1,-6,2,-7,7,-6v16,-1,17,-7,17,-24r0,-168v1,-17,-10,-19,-26,-18r0,-6r50,-4r0,202","w":86,"k":{"y":7,"w":5}},"m":{"d":"53,-104v15,-30,76,-39,86,2v23,-42,86,-37,90,14v2,30,-16,85,22,82r0,6r-68,0r0,-6v39,3,16,-55,22,-85v-3,-35,-49,-33,-64,-2v5,31,-16,88,21,87r0,6r-67,0r0,-6v39,3,19,-53,22,-84v4,-37,-56,-31,-64,-3v5,31,-17,89,22,87r0,6r-68,0r0,-6v17,-1,22,-3,21,-21r0,-75v1,-17,-8,-20,-25,-19r0,-6r50,-4r0,27","w":258,"k":{"y":14,"u":4}},"n":{"d":"25,-102v0,-17,-4,-18,-21,-19r0,-6r45,-4r0,26v27,-41,86,-31,90,20v3,29,-16,82,21,79r0,6r-68,0r0,-6v39,3,16,-53,22,-83v-3,-39,-48,-37,-65,-4v5,31,-16,90,22,87r0,6r-67,0r0,-6v40,1,14,-63,21,-96","k":{"y":7,"v":7}},"o":{"d":"82,-131v40,0,71,30,70,68v0,38,-31,67,-70,67v-39,0,-69,-30,-69,-67v0,-37,30,-68,69,-68xm82,-3v28,0,44,-28,44,-60v0,-32,-15,-61,-44,-61v-29,0,-43,28,-43,61v0,32,15,60,43,60","k":{"y":11,"x":5,"w":11,"v":11,".":18,",":7}},"p":{"d":"25,-101v1,-20,-4,-18,-22,-20r0,-6r47,-4r0,21v33,-43,102,-13,102,45v0,55,-59,91,-102,54r0,84v1,17,4,21,21,21r0,6r-68,0r0,-6v16,-1,22,-2,22,-18r0,-177xm125,-60v4,-49,-45,-81,-75,-40r0,80v30,35,80,6,75,-40","k":{"y":7,".":18,",":7}},"q":{"d":"91,94v15,0,20,-4,21,-18r0,-82v-45,26,-104,-2,-102,-53v2,-60,57,-75,126,-66r0,201v1,14,6,18,22,18r0,6r-67,0r0,-6xm37,-62v0,41,37,72,75,48r0,-102v-42,-9,-75,14,-75,54","w":161},"r":{"d":"29,-31v0,-34,20,-96,-27,-90r0,-6r51,-4r0,28v22,-18,40,-40,67,-18r-9,23v-29,-16,-34,-17,-58,4r0,70v1,15,6,17,22,18r0,6r-68,0r0,-6v20,0,22,-4,22,-25","w":123,"k":{"y":-4,"v":-14,"u":-9,"t":-13,"s":-7,"r":-7,"p":-7,"o":4,"n":-11,"m":-11,"i":-7,"e":4,";":4,":":4,".":32,",":32}},"s":{"d":"61,4v-11,3,-38,-20,-41,-1r-6,0r0,-43r6,0v3,19,20,37,41,37v12,0,23,-9,22,-22v0,-38,-67,-28,-67,-69v0,-32,37,-44,65,-31v5,1,5,-8,13,-6r0,39r-7,0v3,-29,-47,-46,-53,-15v5,35,67,27,67,72v0,21,-20,39,-40,39","w":112,"k":{"w":7,".":7}},"t":{"d":"105,-17v-20,33,-75,26,-75,-16r0,-85r-24,0r0,-7v18,-9,31,-24,42,-46r6,0r0,43r45,0r0,10r-45,0v5,38,-17,105,23,108v9,0,17,-4,24,-12","w":105},"u":{"d":"114,-32v-6,-34,19,-95,-25,-89r0,-6r50,-4r0,107v0,16,5,17,21,18r0,6r-46,2v-1,-7,2,-18,-1,-23v-23,40,-86,30,-86,-18v0,-31,17,-86,-23,-82r0,-6r48,-4v6,44,-19,118,28,120v12,0,24,-7,34,-21"},"v":{"d":"67,-127v-2,12,-17,8,-9,28r28,68v9,-26,23,-51,29,-79v0,-6,-6,-10,-17,-11r0,-6r47,0r0,6v-17,3,-18,4,-24,18r-41,106r-7,0v-17,-38,-30,-86,-51,-119v-3,-3,-8,-5,-16,-5r0,-6r61,0","w":150,"k":{"o":7,"e":7,"a":5,".":40,",":40}},"w":{"d":"115,-108v-6,-8,-6,-12,-18,-13r0,-6r61,0r0,6v-15,0,-19,7,-14,18r28,72v9,-26,22,-51,29,-79v0,-7,-5,-11,-16,-11r0,-6r50,0r0,6v-22,0,-23,5,-30,23r-39,101r-6,0r-41,-101r-40,101r-6,0r-45,-110v-4,-9,-11,-14,-23,-14r0,-6r62,0r0,6v-15,1,-15,7,-10,19r28,71","w":240,"k":{"o":13,"e":13,"a":4,".":43,",":43}},"x":{"d":"57,0r-52,0r0,-6v38,0,44,-36,66,-54v-22,-21,-28,-58,-66,-61r0,-6r71,0r0,6v-16,2,-13,9,-7,19r17,24v7,-10,22,-21,24,-35v0,-5,-3,-8,-10,-8r0,-6r51,0r0,6v-30,3,-41,31,-59,49v21,21,32,60,67,66r0,6r-67,0v-1,-12,17,-6,6,-22r-22,-31v-9,13,-23,24,-28,39v-3,8,11,4,9,14","k":{"e":5}},"y":{"d":"67,-127v0,12,-16,8,-9,25r31,72r25,-80v0,-7,-4,-11,-13,-11r0,-6r45,0r0,6v-19,1,-22,13,-29,30v-24,60,-37,133,-70,184v-13,12,-23,16,-39,7r8,-22v44,15,47,-43,61,-74v-19,-39,-32,-87,-55,-121v-3,-2,-9,-4,-16,-4r0,-6r61,0","w":150,"k":{"o":5,"e":5,"a":4,".":36,",":36}},"z":{"d":"92,-121v-37,-2,-73,-1,-75,31r-6,0r3,-37r107,0r0,6r-81,115v37,0,81,6,78,-33r6,0r-3,39r-110,0r0,-6","w":131},"{":{"d":"146,97v-53,-6,-73,-66,-54,-119v1,-23,-21,-39,-42,-41r0,-8v21,-2,45,-18,42,-41v-4,-31,-14,-73,10,-96v12,-11,26,-21,44,-24r1,7v-22,5,-38,17,-40,40v-1,9,8,48,8,57v-1,31,-24,50,-50,61v27,11,49,29,50,61v0,9,-9,47,-8,56v1,23,18,35,40,40","w":172},"|":{"d":"81,85r0,-299r16,0r0,299r-16,0","w":178},"}":{"d":"88,-165v1,17,-7,41,-7,53v-1,22,20,39,41,41r0,8v-21,2,-43,19,-41,41v3,31,14,73,-10,95v-12,11,-26,21,-44,24r-2,-7v22,-5,40,-17,41,-40v1,-9,-8,-47,-8,-56v1,-32,23,-51,50,-61v-26,-11,-49,-30,-50,-61v0,-9,9,-48,8,-57v-1,-23,-19,-35,-41,-40r2,-7v33,5,60,32,61,67","w":172},"~":{"d":"170,-91v-10,3,-91,-32,-103,-32v-18,0,-29,11,-33,32v-3,-1,-9,2,-8,-2v0,-27,17,-49,43,-49v29,0,133,73,137,1r8,0v0,28,-17,50,-44,50","w":240},"\u00a0":{"w":81,"k":{"Y":61,"W":45,"V":45,"T":43,"A":27}}}});

function Slideshow(param){
	this.settings = {
		images:[],
		parent:null//container for slide show images
	};
	$.extend(this.settings, param);
	this.currentIndex = 0;
	$(document).ready($.proxy(this, 'init'));
}
Slideshow.prototype = {
	init:function(){
		if(this.settings.parent){	
			var l = this.settings.images.length,
				w = $(this.settings.parent).width(),
				h =  $(this.settings.parent).height();
			if(l>1){
				this.img2 = $(document.createElement('img'))
					.css({position:'absolute',zIndex:-2})
					.prependTo(this.settings.parent)
					.hide();
			}
			if(l>0){
				this.img1 = $(document.createElement('img'))
					.css({position:'absolute',zIndex:-1})
					.prependTo(this.settings.parent)
					.attr({src:this.settings.images[0], width:w, height:h});
			}
		}
	},
	slide:function(dir){
		if(dir!=-1 && dir!=0)dir=1;
		var l = this.settings.images.length;
		if(l>1){
			var index = this.currentIndex + dir;
			if(index<0)index = l-1;
			if(index>=l)index = 0;
			if(this.currentIndex != index){
				this.currentIndex = index;
				this.img1.stop().unbind('load').load($.proxy(this, 'loadHandler')).hide();
				this.img2.attr('src', this.img1.attr('src')).show();
				this.img1.attr('src', this.settings.images[this.currentIndex]);
			}
		}
	},
	loadHandler:function(){
		this.img1.fadeIn(1500, $.proxy(this, 'animateHandler'));
	},
	animateHandler:function(){
		this.img1.stop();
		if(this.img2)this.img2.hide();//hide to increase performance
	}
}

