var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments);};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return;}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false);}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10);})();}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b();}catch(e){setTimeout(arguments.callee,1);}})();}K(window,"load",b);return function(e){if(!arguments.length){b();}else{c?e():d.push(e);}};})(),root:function(){return document.documentElement||document.body;}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value;};this.convertFrom=function(c){return c/this.value*b;};this.toString=function(){return this.value+this.unit;};},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b;},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")";});return b;}),fontStretch:S(function(a){if(typeof a=="number"){return a;}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1;}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null));}if(a.currentStyle){return new ab(a.currentStyle);}return new ab(a.style);},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]]);}return a;}),hasClass:function(a,b){return RegExp("(?:^|\\s)"+b+"(?=\\s|$)").test(a.className);},quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1]);}return b;}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"));}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f;}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a;},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false;}c[a]=b;return c[a]===b;},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a;}}else{if(d<c-1){a+=" ";}}return a;},textDecoration:function(a,b){if(!b){b=this.getStyle(a);}var e={underline:null,overline:null,"line-through":null};for(var f=a;f.parentNode&&f.parentNode.nodeType==1;){var c=true;for(var d in e){if(!R(e,d)||e[d]){continue;}if(b.get("textDecoration").indexOf(d)!=-1){e[d]=b.get("color");}c=false;}if(c){break;}b=this.getStyle(f=f.parentNode);}return e;},textShadow:S(function(b){if(b=="none"){return null;}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0;}else{if(f[1]){a.color=f[1];}else{a[["offX","offY","blur"][e++]]=f[2];}}}c.push(a);return c;}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase();},lowercase:function(b){return b.toLowerCase();},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase();});}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b;};})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(b,d,c){if(a[d.get("display")]){return b;}if(!c.previousSibling){b=b.replace(/^\s+/,"");}if(!c.nextSibling){b=b.replace(/\s+$/,"");}return b;};})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen");}function g(r,n){if(!O.recognizesMedia(n||"all")){return true;}if(!r||r.disabled){return false;}try{var l=r.cssRules,o;if(l){search:for(var j=0,k=l.length;o=l[j],j<k;++j){switch(o.type){case 2:break;case 3:if(!g(o.styleSheet,o.media.mediaText)){return false;}break;default:break search;}}}}catch(q){}return true;}function h(){if(document.createStyleSheet){return true;}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false;}}for(k=0;j=d[k];++k){if(!b(j)){return false;}}return true;}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable();}if(c||(i&&h())){f();}else{setTimeout(arguments.callee,10);}});return function(j){if(c){j();}else{a.push(j);}};})();function I(a){var b=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var c=b.bbox.split(/\s+/);var d={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ");};return d;})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c;};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null;}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e];}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400;}if(e==500){e=400;}for(var d in g){if(!R(g,d)){continue;}d=parseInt(d,10);if(!h||d<h){h=d;}if(!j||d>j){j=d;}c.push(d);}if(e<h){e=h;}if(e>j){e=j;}c.sort(function(l,k){return(i?(l>e&&k>e)?l<k:l>k:(l<e&&k<e)?l>k:l<k)?-1:1;});return g[c[0]];};}function J(){function b(f,e){if(f.contains){return f.contains(e);}return f.compareDocumentPosition(e)&16;}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return;}c(this);}function a(e){c(this);}function c(e){setTimeout(function(){P.replace(e,Y.get(e).options,true);},10);}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d);}else{K(e,"mouseenter",a);K(e,"mouseleave",a);}};}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]];}return g;}this.add=function(d,e){a[d]=b.push(e)-1;};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true);}};}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c);}this.get=function(e){var d=b(e);return a[d]||(a[d]={});};}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d];}}return this;};this.get=function(d){return a[d]!=undefined?a[d]:c[d];};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e));};this.isUsable=function(){return !!c;};}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false);}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event);});}}}function F(b,c){var a=Y.get(b);if(a.options){return b;}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b);}a.options=c;return b;}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments);}return a[c];};}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"));}}return null;}function V(a){return document.getElementsByTagName(a);}function R(a,b){return a.hasOwnProperty(b);}function U(){var e={},c,a;for(var b=0,d=arguments.length;c=arguments[b],b<d;++b){for(a in c){if(R(c,a)){e[a]=c[a];}}}return e;}function N(n,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g;}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("");}if(/\s$/.test(e)){i.push("");}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](n,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j);}}return g;}function Q(b,d){var c=O.getStyle(F(b,d)).extend(d);var a=Z(b,c),i,f,g,h,e;for(i=b.firstChild;i;i=g){f=i.nodeType;g=i.nextSibling;if(f==3){if(h){h.appendData(i.data);b.removeChild(i);}else{h=i;}if(g){continue;}}if(h){b.replaceChild(N(a,O.whiteSpace(h.data,c,h),c,d,i,b),h);h=null;}if(f==1&&i.firstChild){if(O.hasClass(i,"cufon")){B[d.engine](a,null,c,d,i,b);}else{arguments.callee(i,d);}}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a);})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(a){return $$(a);})||(window.$&&function(a){return $(a);})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a);})||V),separate:"words",textShadow:"none"};var L={words:/[^\S\u00a0]+/,characters:"",none:/^/};P.now=function(){D.ready();return P;};P.refresh=function(){C.repeat.apply(C,arguments);return P;};P.registerEngine=function(a,b){if(!b){return P;}B[a]=b;return P.set("engine",a);};P.registerFont=function(a){var c=new I(a),b=c.family;if(!T[b]){T[b]=new W();}T[b].add(c);return P.set("fontFamily",'"'+b+'"');};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P;}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready");});X=true;}if(b.hover){b.forceHitArea=true;}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow);}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color);}if(!c){C.add(a,arguments);}if(a.nodeType||typeof a=="string"){a=[a];}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true);}else{Q(d,b);}}});return P;};P.set=function(b,a){E[b]=a;return P;};return P;})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return;}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate;}r[s[q].m].apply(r,s[q].a);}return s;}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a);}}return function(aF,aD,a,aL,av,aC){var a3=(aD===null);if(a3){aD=av.alt;}var az=aF.viewBox;var a1=a.getSize("fontSize",aF.baseSize);var c=a.get("letterSpacing");c=(c=="normal")?0:a1.convertFrom(parseInt(c,10));var ax=0,b=0,d=0,aH=0;var aB=aL.textShadow,f=[];if(aB){for(var aG=aB.length;aG--;){var aq=aB[aG];var x=a1.convertFrom(parseFloat(aq.offX));var an=a1.convertFrom(parseFloat(aq.offY));f[aG]=[x,an];if(an<ax){ax=an;}if(x>b){b=x;}if(an>d){d=an;}if(x<aH){aH=x;}}}var aw=Cufon.CSS.textTransform(aD,a).split(""),aP;var a2=aF.glyphs,aJ,aZ,aO;var a5=0,aV,ar=[];for(var aG=0,aK=0,aR=aw.length;aG<aR;++aG){aJ=a2[aP=aw[aG]]||aF.missingGlyph;if(!aJ){continue;}if(aZ){a5-=aO=aZ[aP]||0;ar[aK-1]-=aO;}a5+=aV=ar[aK++]=~~(aJ.w||aF.w)+c;aZ=aJ.k;}if(aV===undefined){return null;}b+=az.width-aV;aH+=az.minX;var aN,a0;if(a3){aN=av;a0=av.firstChild;}else{aN=document.createElement("span");aN.className="cufon cufon-canvas";aN.alt=aD;a0=document.createElement("canvas");aN.appendChild(a0);if(aL.printable){var aM=document.createElement("span");aM.className="cufon-alt";aM.appendChild(document.createTextNode(aD));aN.appendChild(aM);}}var au=aN.style;var ao=a0.style;var a4=a1.convert(az.height);var ay=Math.ceil(a4);var e=ay/a4;var ap=e*Cufon.CSS.fontStretch(a.get("fontStretch"));var y=a5*ap;var aS=Math.ceil(a1.convert(y+b-aH));var aX=Math.ceil(a1.convert(az.height-ax+d));a0.width=aS;a0.height=aX;ao.width=aS+"px";ao.height=aX+"px";ax+=az.minY;ao.top=Math.round(a1.convert(ax-aF.ascent))+"px";ao.left=Math.round(a1.convert(aH))+"px";var aQ=Math.ceil(a1.convert(y))+"px";if(h){au.width=aQ;au.height=a1.convert(aF.height)+"px";}else{au.paddingLeft=aQ;au.paddingBottom=(a1.convert(aF.height)-1)+"px";}var aA=a0.getContext("2d"),at=a4/az.height;aA.scale(at,at*e);aA.translate(-aH,-ax);aA.lineWidth=aF.face["underline-thickness"];aA.save();function aY(n,o){aA.strokeStyle=o;aA.beginPath();aA.moveTo(0,n);aA.lineTo(a5,n);aA.stroke();}var aW=aL.enableTextDecoration?Cufon.CSS.textDecoration(aC,a):{};if(aW.underline){aY(-aF.face["underline-position"],aW.underline);}if(aW.overline){aY(aF.ascent,aW.overline);}function aI(){aA.scale(ap,1);for(var n=0,o=0,q=aw.length;n<q;++n){var r=a2[aw[n]]||aF.missingGlyph;if(!r){continue;}if(r.d){aA.beginPath();if(r.code){l(r.code,aA);}else{r.code=k("m"+r.d,aA);}aA.fill();}aA.translate(ar[o++],0);}aA.restore();}if(aB){for(var aG=aB.length;aG--;){var aq=aB[aG];aA.save();aA.fillStyle=aq.color;aA.translate.apply(aA,f[aG]);aI();}}var aT=aL.textGradient;if(aT){var aE=aT.stops,aU=aA.createLinearGradient(0,az.minY,0,az.maxY);for(var aG=0,aR=aE.length;aG<aR;++aG){aU.addColorStop.apply(aU,aE[aG]);}aA.fillStyle=aU;}else{aA.fillStyle=a.get("color");}aI();if(aW["line-through"]){aY(-aF.descent,aW["line-through"]);}return aN;};})());Cufon.registerEngine("vml",(function(){var l=document.namespaces;if(!l){return;}l.add("cvml","urn:schemas-microsoft-com:vml");l=null;var h=document.createElement("cvml:shape");h.style.behavior="url(#default#VML)";if(!h.coordsize){return;}h=null;var j=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(j?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function o(b,a){return i(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a);}function i(b,a){if(/px$/i.test(a)){return parseFloat(a);}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e;}var k={};function n(f){var e=f.id;if(!k[e]){var a=f.stops,g=document.createElement("cvml:fill"),d=[];g.type="gradient";g.angle=180;g.focus="0";g.method="sigma";g.color=a[0][1];for(var b=1,c=a.length-1;b<c;++b){d.push(a[b][0]*100+"% "+a[b][1]);}g.colors=d.join(",");g.color2=a[c][1];k[e]=g;}return k[e];}return function(aI,aE,aT,aM,aw,aF,aY){var bb=(aE===null);if(bb){aE=aw.alt;}var aA=aI.viewBox;var a9=aT.computedFontSize||(aT.computedFontSize=new Cufon.CSS.Size(o(aF,aT.get("fontSize"))+"px",aI.baseSize));var aZ=aT.computedLSpacing;if(aZ==undefined){aZ=aT.get("letterSpacing");aT.computedLSpacing=aZ=(aZ=="normal")?0:~~a9.convertFrom(i(aF,aZ));}var aU,a8;if(bb){aU=aw;a8=aw.firstChild;}else{aU=document.createElement("span");aU.className="cufon cufon-vml";aU.alt=aE;a8=document.createElement("span");a8.className="cufon-vml-canvas";aU.appendChild(a8);if(aM.printable){var aO=document.createElement("span");aO.className="cufon-alt";aO.appendChild(document.createTextNode(aE));aU.appendChild(aO);}if(!aY){aU.appendChild(document.createElement("cvml:shape"));}}var av=aU.style;var e=a8.style;var bd=a9.convert(aA.height),aC=Math.ceil(bd);var a=aC/bd;var g=a*Cufon.CSS.fontStretch(aT.get("fontStretch"));var b=aA.minX,c=aA.minY;e.height=aC;e.top=Math.round(a9.convert(c-aI.ascent));e.left=Math.round(a9.convert(b));av.height=a9.convert(aI.height)+"px";var a4=aM.enableTextDecoration?Cufon.CSS.textDecoration(aF,aT):{};var aG=aT.get("color");var ay=Cufon.CSS.textTransform(aE,aT).split(""),aW;var ba=aI.glyphs,aK,a7,aQ;var be=0,au=[],d=0,a2;var a0,aB=aM.textShadow;for(var aJ=0,aL=0,aS=ay.length;aJ<aS;++aJ){aK=ba[aW=ay[aJ]]||aI.missingGlyph;if(!aK){continue;}if(a7){be-=aQ=a7[aW]||0;au[aL-1]-=aQ;}be+=a2=au[aL++]=~~(aK.w||aI.w)+aZ;a7=aK.k;}if(a2===undefined){return null;}var aX=-b+be+(aA.width-a2);var az=a9.convert(aX*g),aV=Math.round(az);var aq=aX+","+aA.height,bc;var ax="r"+aq+"ns";var a1=aM.textGradient&&n(aM.textGradient);for(aJ=0,aL=0;aJ<aS;++aJ){aK=ba[ay[aJ]]||aI.missingGlyph;if(!aK){continue;}if(bb){a0=a8.childNodes[aL];while(a0.firstChild){a0.removeChild(a0.firstChild);}}else{a0=document.createElement("cvml:shape");a8.appendChild(a0);}a0.stroked="f";a0.coordsize=aq;a0.coordorigin=bc=(b-d)+","+c;a0.path=(aK.d?"m"+aK.d+"xe":"")+"m"+bc+ax;a0.fillcolor=aG;if(a1){a0.appendChild(a1.cloneNode(false));}var aD=a0.style;aD.width=aV;aD.height=aC;if(aB){var a5=aB[0],a6=aB[1];var aN=Cufon.CSS.color(a5.color),aR;var ar=document.createElement("cvml:shadow");ar.on="t";ar.color=aN.color;ar.offset=a5.offX+","+a5.offY;if(a6){aR=Cufon.CSS.color(a6.color);ar.type="double";ar.color2=aR.color;ar.offset2=a6.offX+","+a6.offY;}ar.opacity=aN.opacity||(aR&&aR.opacity)||1;a0.appendChild(ar);}d+=au[aL++];}var at=a0.nextSibling,a3,aP;if(aM.forceHitArea){if(!at){at=document.createElement("cvml:rect");at.stroked="f";at.className="cufon-vml-cover";a3=document.createElement("cvml:fill");a3.opacity=0;at.appendChild(a3);a8.appendChild(at);}aP=at.style;aP.width=aV;aP.height=aC;}else{if(at){a8.removeChild(at);}}av.width=Math.max(Math.ceil(a9.convert(be*g)),0);if(j){var f=aT.computedYAdjust;if(f===undefined){var aH=aT.get("lineHeight");if(aH=="normal"){aH="1em";}else{if(!isNaN(aH)){aH+="em";}}aT.computedYAdjust=f=0.5*(i(aF,aH)-parseFloat(av.height));}if(f){av.marginTop=Math.ceil(f)+"px";av.marginBottom=f+"px";}}return aU;};})());jQuery(document).ready(function(){jQuery("ul#navigation li").unbind("mouseenter");jQuery("ul#navigation li:not(.active)").hover(function(){jQuery(this).addClass("active");},function(){jQuery(this).removeClass("active");});});(function(a){a.fn.extend({copyEvents:function(b){a.event.copy(a(b),this);return this;},copyEventsTo:function(b){a.event.copy(this,a(b));return this;}});a.event.copy=function(d,c){var b=a.data(d[0],"events");if(!d.size()||!b||!c.size()){return;}c.each(function(){for(var f in b){for(var e in b[f]){a.event.add(this,f,b[f][e],b[f][e].data);}}});};})(jQuery);(function(h){var k="2.71";if(h.support==undefined){h.support={opacity:!(h.browser.msie)};}function e(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}h.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!h.isReady&&s.s){e("DOM not ready, queuing slideshow");h(function(){h(s.s,s.c).cycle(r,q);});return this;}e("terminating; zero elements found by selector"+(h.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var v=l(this,r,q);if(v===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var w=h(this);var x=v.slideExpr?h(v.slideExpr,this):w.children();var u=x.get();if(u.length<2){e("terminating; too few slides: "+u.length);return;}var t=j(w,x,u,v,s);if(t===false){return;}if(t.timeout||t.continuous){this.cycleTimeout=setTimeout(function(){d(u,t,0,!t.rev);},t.continuous?10:t.timeout+(t.delay||0));}});};function l(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0;}if(t===undefined||t===null){t={};}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);}q.cycleTimeout=0;h(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=h(q).data("cycle.opts");if(!t){e("options not found, can not resume");return false;}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0;}d(t.elements,t,1,1);}return false;case"prev":case"next":var u=h(q).data("cycle.opts");if(!u){e('options not found, "prev/next" ignored');return false;}h.fn.cycle[t](u);return false;default:t={fx:t};}return t;}else{if(t.constructor==Number){var s=t;t=h(q).data("cycle.opts");if(!t){e("options not found, can not advance slide");return false;}if(s<0||s>=t.elements.length){e("invalid slide index: "+s);return false;}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0;}if(typeof r=="string"){t.oneTimeFx=r;}d(t.elements,t,1,s>=t.currSlide);return false;}}return t;}function a(q,r){if(!h.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter");}catch(s){}}}function j(y,J,u,t,E){var C=h.extend({},h.fn.cycle.defaults,t||{},h.metadata?y.metadata():h.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length;}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0;});if(!h.support.opacity&&C.cleartype){C.after.push(function(){a(this,C);});}if(C.continuous){C.after.push(function(){d(u,C,0,!C.rev);});}n(C);if(!h.support.opacity&&C.cleartype&&!C.cleartypeNoBg){f(J);}if(y.css("position")=="static"){y.css("position","relative");}if(C.width){y.width(C.width);}if(C.height&&C.height!="auto"){y.height(C.height);}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide);}if(C.random){C.randomMap=[];for(var H=0;H<u.length;H++){C.randomMap.push(H);}C.randomMap.sort(function(L,w){return Math.random()-0.5;});C.randomIndex=0;C.startingSlide=C.randomMap[0];}else{if(C.startingSlide>=u.length){C.startingSlide=0;}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;h(this).css("z-index",L);});h(u[x]).css("opacity",1).show();a(u[x],C);if(C.fit&&C.width){J.width(C.width);}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height);}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;F<u.length;F++){var q=h(u[F]),K=q[0],A=q.outerWidth(),I=q.outerHeight();if(!A){A=K.offsetWidth;}if(!I){I=K.offsetHeight;}v=A>v?A:v;B=I>B?I:B;}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"});}}if(C.pause){y.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(b(C)===false){return false;}if(!C.multiFx){var G=h.fn.cycle.transitions[C.fx];if(h.isFunction(G)){G(y,J,C);}else{if(C.fx!="custom"&&!C.multiFx){e("unknown transition: "+C.fx,"; slideshow terminating");return false;}}}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=h(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(h.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(h.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(h.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){e(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){h(E.s,E.c).cycle(t);},C.requeueTimeout);s=true;return false;}else{e("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(s){return false;}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){h(J[x]).css(C.cssFirst);}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=h.fx.speeds[C.speed]||parseInt(C.speed);}if(!C.sync){C.speed=C.speed/2;}while((C.timeout-C.speed)<250){C.timeout+=C.speed;}}if(C.easing){C.easeIn=C.easeOut=C.easing;}if(!C.speedIn){C.speedIn=C.speed;}if(!C.speedOut){C.speedOut=C.speed;}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0;}C.nextSlide=C.randomMap[C.randomIndex];}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1;}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true]);}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true]);}if(C.next){h(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1);});}if(C.prev){h(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1);});}if(C.pager){c(u,C);}i(C,u);return C;}function n(q){q.original={before:[],after:[]};q.original.cssBefore=h.extend({},q.cssBefore);q.original.cssAfter=h.extend({},q.cssAfter);q.original.animIn=h.extend({},q.animIn);q.original.animOut=h.extend({},q.animOut);h.each(q.before,function(){q.original.before.push(this);});h.each(q.after,function(){q.original.after.push(this);});}function b(w){var u,s,r=h.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u<w.fxs.length;u++){var v=w.fxs[u];s=r[v];if(!s||!r.hasOwnProperty(v)||!h.isFunction(s)){e("discarding unknown transition: ",v);w.fxs.splice(u,1);u--;}}if(!w.fxs.length){e("No valid transitions named; slideshow terminating.");return false;}}else{if(w.fx=="all"){w.multiFx=true;w.fxs=[];for(p in r){s=r[p];if(r.hasOwnProperty(p)&&h.isFunction(s)){w.fxs.push(p);}}}}if(w.multiFx&&w.randomizeEffects){var t=Math.floor(Math.random()*20)+30;for(u=0;u<t;u++){var q=Math.floor(Math.random()*w.fxs.length);w.fxs.push(w.fxs.splice(q,1)[0]);}e("randomized fx sequence: ",w.fxs);}return true;}function i(r,q){r.addSlide=function(u,v){var t=h(u),w=t[0];if(!r.autostopCount){r.countdown++;}q[v?"unshift":"push"](w);if(r.els){r.els[v?"unshift":"push"](w);}r.slideCount=q.length;t.css("position","absolute");t[v?"prependTo":"appendTo"](r.$cont);if(v){r.currSlide++;r.nextSlide++;}if(!h.support.opacity&&r.cleartype&&!r.cleartypeNoBg){f(t);}if(r.fit&&r.width){t.width(r.width);}if(r.fit&&r.height&&r.height!="auto"){$slides.height(r.height);}w.cycleH=(r.fit&&r.height)?r.height:t.height();w.cycleW=(r.fit&&r.width)?r.width:t.width();t.css(r.cssBefore);if(r.pager){h.fn.cycle.createPagerAnchor(q.length-1,w,h(r.pager),q,r);}if(h.isFunction(r.onAddSlide)){r.onAddSlide(t);}else{t.hide();}};}h.fn.cycle.resetState=function(r,q){q=q||r.fx;r.before=[];r.after=[];r.cssBefore=h.extend({},r.original.cssBefore);r.cssAfter=h.extend({},r.original.cssAfter);r.animIn=h.extend({},r.original.animIn);r.animOut=h.extend({},r.original.animOut);r.fxFn=null;h.each(r.original.before,function(){r.before.push(this);});h.each(r.original.after,function(){r.after.push(this);});var s=h.fn.cycle.transitions[q];if(h.isFunction(s)){s(r.$cont,h(r.elements),r);}};function d(x,q,w,y){if(w&&q.busy&&q.manualTrump){h(x).stop(true,true);q.busy=false;}if(q.busy){return;}var u=q.$cont[0],A=x[q.currSlide],z=x[q.nextSlide];if(u.cycleStop!=q.stopCount||u.cycleTimeout===0&&!w){return;}if(!w&&!u.cyclePause&&((q.autostop&&(--q.countdown<=0))||(q.nowrap&&!q.random&&q.nextSlide<q.currSlide))){if(q.end){q.end(q);}return;}if(w||!u.cyclePause){var v=q.fx;A.cycleH=A.cycleH||h(A).height();A.cycleW=A.cycleW||h(A).width();z.cycleH=z.cycleH||h(z).height();z.cycleW=z.cycleW||h(z).width();if(q.multiFx){if(q.lastFx==undefined||++q.lastFx>=q.fxs.length){q.lastFx=0;}v=q.fxs[q.lastFx];q.currFx=v;}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null;}h.fn.cycle.resetState(q,v);if(q.before.length){h.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return;}C.apply(z,[A,z,q,y]);});}var s=function(){h.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return;}C.apply(z,[A,z,q,y]);});};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y);}else{if(h.isFunction(h.fn.cycle[q.fx])){h.fn.cycle[q.fx](A,z,q,s);}else{h.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent);}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0;}q.nextSlide=q.randomMap[q.randomIndex];}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1;}if(q.pager){h.fn.cycle.updateActivePagerLink(q.pager,q.currSlide);}}var r=0;if(q.timeout&&!q.continuous){r=g(A,z,q,y);}else{if(q.continuous&&u.cyclePause){r=10;}}if(r>0){u.cycleTimeout=setTimeout(function(){d(x,q,0,!q.rev);},r);}}h.fn.cycle.updateActivePagerLink=function(q,r){h(q).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide");};function g(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);if(q!==false){return q;}}return u.timeout;}h.fn.cycle.next=function(q){o(q,q.rev?-1:1);};h.fn.cycle.prev=function(q){o(q,q.rev?1:-1);};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0;}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2;}else{if(r.randomIndex==-1){r.randomIndex=q.length-1;}}r.nextSlide=r.randomMap[r.randomIndex];}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0;}r.nextSlide=r.randomMap[r.randomIndex];}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false;}r.nextSlide=q.length-1;}else{if(r.nextSlide>=q.length){if(r.nowrap){return false;}r.nextSlide=0;}}}}if(h.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide]);}d(q,r,1,u>=0);return false;}function c(r,s){var q=h(s.pager);h.each(r,function(t,u){h.fn.cycle.createPagerAnchor(t,u,q,r,s);});h.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide);}h.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(h.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v);}else{r='<a href="#">'+(u+1)+"</a>";}if(!r){return;}var x=h(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);h(this).append(y);q.push(y);});x=h(q);}else{x.appendTo(s);}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0;}if(h.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide]);}d(t,w,1,w.currSlide<u);return false;});if(w.pagerEvent!="click"){x.click(function(){return false;});}if(w.pauseOnPagerHover){x.hover(function(){w.$cont[0].cyclePause++;},function(){w.$cont[0].cyclePause--;});}};h.fn.cycle.hopsFromLast=function(t,s){var r,q=t.lastSlide,u=t.currSlide;if(s){r=u>q?u-q:t.slideCount-q;}else{r=u<q?q-u:q+t.slideCount-u;}return r;};function f(s){function r(t){t=parseInt(t).toString(16);return t.length<2?"0"+t:t;}function q(w){for(;w&&w.nodeName.toLowerCase()!="html";w=w.parentNode){var t=h.css(w,"background-color");if(t.indexOf("rgb")>=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2]);}if(t&&t!="transparent"){return t;}}return"#ffffff";}s.each(function(){h(this).css("background-color",q(this));});}h.fn.cycle.commonReset=function(v,t,u,r,s,q){h(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW;}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH;}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";h(v).css("zIndex",u.slideCount+(q===true?1:0));h(t).css("zIndex",u.slideCount+(q===true?0:1));};h.fn.cycle.custom=function(B,v,q,s,r){var A=h(B),w=h(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r;}else{t=z=1;}u=y=null;}var x=function(){w.animate(q.animIn,t,u,s);};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter);}if(!q.sync){x();}});if(q.sync){x();}};h.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){h.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0;});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0};}};h.fn.cycle.ver=function(){return k;};h.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:!h.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);(function(a){a.fn.cycle.transitions.scrollUp=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssBefore={top:b,left:0};c.cssFirst={top:0};c.animIn={top:0};c.animOut={top:-b};};a.fn.cycle.transitions.scrollDown=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssFirst={top:0};c.cssBefore={top:-b,left:0};c.animIn={top:0};c.animOut={top:b};};a.fn.cycle.transitions.scrollLeft=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:0-b};};a.fn.cycle.transitions.scrollRight=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:-b,top:0};c.animIn={left:0};c.animOut={left:b};};a.fn.cycle.transitions.scrollHorz=function(c,d,b){c.css("overflow","hidden").width();b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.left=e?(f.cycleW-1):(1-f.cycleW);g.animOut.left=e?-h.cycleW:h.cycleW;});b.cssFirst={left:0};b.cssBefore={top:0};b.animIn={left:0};b.animOut={top:0};};a.fn.cycle.transitions.scrollVert=function(c,d,b){c.css("overflow","hidden");b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.top=e?(1-f.cycleH):(f.cycleH-1);g.animOut.top=e?h.cycleH:-h.cycleH;});b.cssFirst={top:0};b.cssBefore={left:0};b.animIn={top:0};b.animOut={left:0};};a.fn.cycle.transitions.slideX=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW;});b.cssBefore={left:0,top:0,width:0};b.animIn={width:"show"};b.animOut={width:0};};a.fn.cycle.transitions.slideY=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH;});b.cssBefore={left:0,top:0,height:0};b.animIn={height:"show"};b.animOut={height:0};};a.fn.cycle.transitions.shuffle=function(e,f,d){var c,b=e.css("overflow","visible").width();f.css({left:0,top:0});d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true);});d.speed=d.speed/2;d.random=0;d.shuffle=d.shuffle||{left:-b,top:15};d.els=[];for(c=0;c<f.length;c++){d.els.push(f[c]);}for(c=0;c<d.currSlide;c++){d.els.push(d.els.shift());}d.fxFn=function(n,j,l,g,i){var h=i?a(n):a(j);a(j).css(l.cssBefore);var k=l.slideCount;h.animate(l.shuffle,l.speedIn,l.easeIn,function(){var q=a.fn.cycle.hopsFromLast(l,i);for(var r=0;r<q;r++){i?l.els.push(l.els.shift()):l.els.unshift(l.els.pop());}if(i){for(var s=0,o=l.els.length;s<o;s++){a(l.els[s]).css("z-index",o-s+k);}}else{var t=a(n).css("z-index");h.css("z-index",parseInt(t)+1+k);}h.animate({left:0,top:0},l.speedOut,l.easeOut,function(){a(i?this:n).hide();if(g){g();}});});};d.cssBefore={display:"block",opacity:1,top:0,left:0};};a.fn.cycle.transitions.turnUp=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=e.cycleH;f.animIn.height=e.cycleH;});b.cssFirst={top:0};b.cssBefore={left:0,height:0};b.animIn={top:0};b.animOut={height:0};};a.fn.cycle.transitions.turnDown=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH;f.animOut.top=g.cycleH;});b.cssFirst={top:0};b.cssBefore={left:0,top:0,height:0};b.animOut={height:0};};a.fn.cycle.transitions.turnLeft=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=e.cycleW;f.animIn.width=e.cycleW;});b.cssBefore={top:0,width:0};b.animIn={left:0};b.animOut={width:0};};a.fn.cycle.transitions.turnRight=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW;f.animOut.left=g.cycleW;});b.cssBefore={top:0,left:0,width:0};b.animIn={left:0};b.animOut={width:0};};a.fn.cycle.transitions.zoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false,true);f.cssBefore.top=e.cycleH/2;f.cssBefore.left=e.cycleW/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH};f.animOut={width:0,height:0,top:g.cycleH/2,left:g.cycleW/2};});b.cssFirst={top:0,left:0};b.cssBefore={width:0,height:0};};a.fn.cycle.transitions.fadeZoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false);f.cssBefore.left=e.cycleW/2;f.cssBefore.top=e.cycleH/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH};});b.cssBefore={width:0,height:0};b.animOut={opacity:0};};a.fn.cycle.transitions.blindX=function(d,e,c){var b=d.css("overflow","hidden").width();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.width=f.cycleW;g.animOut.left=h.cycleW;});c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:b};};a.fn.cycle.transitions.blindY=function(d,e,c){var b=d.css("overflow","hidden").height();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.height=f.cycleH;g.animOut.top=h.cycleH;});c.cssBefore={top:b,left:0};c.animIn={top:0};c.animOut={top:b};};a.fn.cycle.transitions.blindZ=function(e,f,d){var c=e.css("overflow","hidden").height();var b=e.width();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h);h.animIn.height=g.cycleH;h.animOut.top=i.cycleH;});d.cssBefore={top:c,left:b};d.animIn={top:0,left:0};d.animOut={top:c,left:b};};a.fn.cycle.transitions.growX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=this.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:0};});b.cssBefore={width:0,top:0};};a.fn.cycle.transitions.growY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=this.cycleH/2;f.animIn={top:0,height:this.cycleH};f.animOut={top:0};});b.cssBefore={height:0,left:0};};a.fn.cycle.transitions.curtainX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true,true);f.cssBefore.left=e.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:g.cycleW/2,width:0};});b.cssBefore={top:0,width:0};};a.fn.cycle.transitions.curtainY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false,true);f.cssBefore.top=e.cycleH/2;f.animIn={top:0,height:e.cycleH};f.animOut={top:g.cycleH/2,height:0};});b.cssBefore={left:0,height:0};};a.fn.cycle.transitions.cover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h);if(i=="right"){h.cssBefore.left=-b;}else{if(i=="up"){h.cssBefore.top=c;}else{if(i=="down"){h.cssBefore.top=-c;}else{h.cssBefore.left=b;}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0};};a.fn.cycle.transitions.uncover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h,true,true,true);if(i=="right"){h.animOut.left=b;}else{if(i=="up"){h.animOut.top=-c;}else{if(i=="down"){h.animOut.top=c;}else{h.animOut.left=-b;}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0};};a.fn.cycle.transitions.toss=function(e,f,d){var b=e.css("overflow","visible").width();var c=e.height();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true);if(!h.animOut.left&&!h.animOut.top){h.animOut={left:b*2,top:-c/2,opacity:0};}else{h.animOut.opacity=0;}});d.cssBefore={left:0,top:0};d.animIn={left:0};};a.fn.cycle.transitions.wipe=function(u,n,e){var s=u.css("overflow","hidden").width();var j=u.height();e.cssBefore=e.cssBefore||{};var g;if(e.clip){if(/l2r/.test(e.clip)){g="rect(0px 0px "+j+"px 0px)";}else{if(/r2l/.test(e.clip)){g="rect(0px "+s+"px "+j+"px "+s+"px)";}else{if(/t2b/.test(e.clip)){g="rect(0px "+s+"px 0px 0px)";}else{if(/b2t/.test(e.clip)){g="rect("+j+"px "+s+"px "+j+"px 0px)";}else{if(/zoom/.test(e.clip)){var q=parseInt(j/2);var f=parseInt(s/2);g="rect("+q+"px "+f+"px "+q+"px "+f+"px)";}}}}}}e.cssBefore.clip=e.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var k=e.cssBefore.clip.match(/(\d+)/g);var v=parseInt(k[0]),c=parseInt(k[1]),o=parseInt(k[2]),i=parseInt(k[3]);e.before.push(function(x,h,t){if(x==h){return;}var d=a(x),b=a(h);a.fn.cycle.commonReset(x,h,t,true,true,false);t.cssAfter.display="block";var r=1,l=parseInt((t.speedIn/13))-1;(function w(){var z=v?v-parseInt(r*(v/l)):0;var A=i?i-parseInt(r*(i/l)):0;var B=o<j?o+parseInt(r*((j-o)/l||1)):j;var y=c<s?c+parseInt(r*((s-c)/l||1)):s;b.css({clip:"rect("+z+"px "+y+"px "+B+"px "+A+"px)"});(r++<=l)?setTimeout(w,13):d.css("display","none");})();});e.cssBefore={display:"block",opacity:1,top:0,left:0};e.animIn={left:0};e.animOut={left:0};};})(jQuery);jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g);},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a;},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a;},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a;}return -h/2*((--f)*(f-2)-1)+a;},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a;},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a;},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a;}return h/2*((f-=2)*f*f+2)+a;},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a;},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a;},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a;}return -h/2*((f-=2)*f*f*f-2)+a;},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a;},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a;},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a;}return h/2*((f-=2)*f*f*f*f+2)+a;},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a;},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a;},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a;},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a;},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a;},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a;}if(f==g){return a+h;}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a;}return h/2*(-Math.pow(2,-10*--f)+2)+a;},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a;},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a;},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a;}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a;},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e;}if((h/=k)==1){return e+l;}if(!j){j=k*0.3;}if(g<Math.abs(l)){g=l;var i=j/4;}else{var i=j/(2*Math.PI)*Math.asin(l/g);}return -(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e;},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e;}if((h/=k)==1){return e+l;}if(!j){j=k*0.3;}if(g<Math.abs(l)){g=l;var i=j/4;}else{var i=j/(2*Math.PI)*Math.asin(l/g);}return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e;},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e;}if((h/=k/2)==2){return e+l;}if(!j){j=k*(0.3*1.5);}if(g<Math.abs(l)){g=l;var i=j/4;}else{var i=j/(2*Math.PI)*Math.asin(l/g);}if(h<1){return -0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e;}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e;},easeInBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158;}return i*(f/=h)*f*((g+1)*f-g)+a;},easeOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158;}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a;},easeInOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158;}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a;}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a;},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a;},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a;}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a;}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a;}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a;}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a;}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a;}});jQuery.extend(jQuery.easing,{easeIn:function(e,f,a,h,g){return jQuery.easing.easeInQuad(e,f,a,h,g);},easeOut:function(e,f,a,h,g){return jQuery.easing.easeOutQuad(e,f,a,h,g);},easeInOut:function(e,f,a,h,g){return jQuery.easing.easeInOutQuad(e,f,a,h,g);},expoin:function(e,f,a,h,g){return jQuery.easing.easeInExpo(e,f,a,h,g);},expoout:function(e,f,a,h,g){return jQuery.easing.easeOutExpo(e,f,a,h,g);},expoinout:function(e,f,a,h,g){return jQuery.easing.easeInOutExpo(e,f,a,h,g);},bouncein:function(e,f,a,h,g){return jQuery.easing.easeInBounce(e,f,a,h,g);},bounceout:function(e,f,a,h,g){return jQuery.easing.easeOutBounce(e,f,a,h,g);},bounceinout:function(e,f,a,h,g){return jQuery.easing.easeInOutBounce(e,f,a,h,g);},elasin:function(e,f,a,h,g){return jQuery.easing.easeInElastic(e,f,a,h,g);},elasout:function(e,f,a,h,g){return jQuery.easing.easeOutElastic(e,f,a,h,g);},elasinout:function(e,f,a,h,g){return jQuery.easing.easeInOutElastic(e,f,a,h,g);},backin:function(e,f,a,h,g){return jQuery.easing.easeInBack(e,f,a,h,g);},backout:function(e,f,a,h,g){return jQuery.easing.easeOutBack(e,f,a,h,g);},backinout:function(e,f,a,h,g){return jQuery.easing.easeInOutBack(e,f,a,h,g);}});(function(C){var L,U,S,M,d,y,K,P,B,F=0,J={},h=[],e=0,H={},A=[],f=null,n=new Image(),g=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,k=/[^\.]\.(swf)\s*$/i,s,N=1,a,c,Q=false,E=20,v=C.extend(C("<div/>")[0],{prop:0}),j=0,T=!C.support.opacity&&!window.XMLHttpRequest,i=function(){U.hide();n.onerror=n.onload=null;if(f){f.abort();}L.empty();},r=function(){C.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"});},G=function(){return[C(window).width(),C(window).height(),C(document).scrollLeft(),C(document).scrollTop()];},b=function(){var X=G(),ae={},ac=H.margin,Y=H.autoScale,ad=(E+ac)*2,ab=(E+ac)*2,Z=(H.padding*2),aa;if(H.width.toString().indexOf("%")>-1){ae.width=((X[0]*parseFloat(H.width))/100)-(E*2);Y=false;}else{ae.width=H.width+Z;}if(H.height.toString().indexOf("%")>-1){ae.height=((X[1]*parseFloat(H.height))/100)-(E*2);Y=false;}else{ae.height=H.height+Z;}if(Y&&(ae.width>(X[0]-ad)||ae.height>(X[1]-ab))){if(J.type=="image"||J.type=="swf"){ad+=Z;ab+=Z;aa=Math.min(Math.min(X[0]-ad,H.width)/H.width,Math.min(X[1]-ab,H.height)/H.height);ae.width=Math.round(aa*(ae.width-Z))+Z;ae.height=Math.round(aa*(ae.height-Z))+Z;}else{ae.width=Math.min(ae.width,(X[0]-ad));ae.height=Math.min(ae.height,(X[1]-ab));}}ae.top=X[3]+((X[1]-(ae.height+(E*2)))*0.5);ae.left=X[2]+((X[0]-(ae.width+(E*2)))*0.5);if(H.autoScale===false){ae.top=Math.max(X[3]+ac,ae.top);ae.left=Math.max(X[2]+ac,ae.left);}return ae;},O=function(X){if(X&&X.length){switch(H.titlePosition){case"inside":return X;case"over":return'<span id="fancybox-title-over">'+X+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+X+'</span><span id="fancybox-title-right"></span></span>';}}return false;},u=function(){var Z=H.title,Y=c.width-(H.padding*2),X="fancybox-title-"+H.titlePosition;C("#fancybox-title").remove();j=0;if(H.titleShow===false){return;}Z=C.isFunction(H.titleFormat)?H.titleFormat(Z,A,e,H):O(Z);if(!Z||Z===""){return;}C('<div id="fancybox-title" class="'+X+'" />').css({width:Y,paddingLeft:H.padding,paddingRight:H.padding}).html(Z).appendTo("body");switch(H.titlePosition){case"inside":j=C("#fancybox-title").outerHeight(true)-H.padding;c.height+=j;break;case"over":C("#fancybox-title").css("bottom",H.padding);break;default:C("#fancybox-title").css("bottom",C("#fancybox-title").outerHeight(true)*-1);break;}C("#fancybox-title").appendTo(d).hide();},q=function(){C(document).unbind("keydown.fb").bind("keydown.fb",function(X){if(X.keyCode==27&&H.enableEscapeButton){X.preventDefault();C.fancybox.close();}else{if(X.keyCode==37){X.preventDefault();C.fancybox.prev();}else{if(X.keyCode==39){X.preventDefault();C.fancybox.next();}}}});if(C.fn.mousewheel){M.unbind("mousewheel.fb");if(A.length>1){M.bind("mousewheel.fb",function(X,Y){X.preventDefault();if(Q||Y===0){return;}if(Y>0){C.fancybox.prev();}else{C.fancybox.next();}});}}if(!H.showNavArrows){return;}if((H.cyclic&&A.length>1)||e!==0){P.show();}if((H.cyclic&&A.length>1)||e!=(A.length-1)){B.show();}},V=function(){var X,Y;if((A.length-1)>e){X=A[e+1].href;if(typeof X!=="undefined"&&X.match(g)){Y=new Image();Y.src=X;}}if(e>0){X=A[e-1].href;if(typeof X!=="undefined"&&X.match(g)){Y=new Image();Y.src=X;}}},x=function(){y.css("overflow",(H.scrolling=="auto"?(H.type=="image"||H.type=="iframe"||H.type=="swf"?"hidden":"auto"):(H.scrolling=="yes"?"auto":"visible")));if(!C.support.opacity){y.get(0).style.removeAttribute("filter");M.get(0).style.removeAttribute("filter");}C("#fancybox-title").show();if(H.hideOnContentClick){y.one("click",C.fancybox.close);}if(H.hideOnOverlayClick){S.one("click",C.fancybox.close);}if(H.showCloseButton){K.show();}q();C(window).bind("resize.fb",C.fancybox.center);if(H.centerOnScroll){C(window).bind("scroll.fb",C.fancybox.center);}else{C(window).unbind("scroll.fb");}if(C.isFunction(H.onComplete)){H.onComplete(A,e,H);}Q=false;V();},I=function(ab){var Y=Math.round(a.width+(c.width-a.width)*ab),X=Math.round(a.height+(c.height-a.height)*ab),aa=Math.round(a.top+(c.top-a.top)*ab),Z=Math.round(a.left+(c.left-a.left)*ab);M.css({width:Y+"px",height:X+"px",top:aa+"px",left:Z+"px"});Y=Math.max(Y-H.padding*2,0);X=Math.max(X-(H.padding*2+(j*ab)),0);y.css({width:Y+"px",height:X+"px"});if(typeof c.opacity!=="undefined"){M.css("opacity",(ab<0.5?0.5:ab));}},z=function(X){var Y=X.offset();Y.top+=parseFloat(X.css("paddingTop"))||0;Y.left+=parseFloat(X.css("paddingLeft"))||0;Y.top+=parseFloat(X.css("border-top-width"))||0;Y.left+=parseFloat(X.css("border-left-width"))||0;Y.width=X.width();Y.height=X.height();return Y;},W=function(){var aa=J.orig?C(J.orig):false,Z={},Y,X;if(aa&&aa.length){Y=z(aa);Z={width:(Y.width+(H.padding*2)),height:(Y.height+(H.padding*2)),top:(Y.top-H.padding-E),left:(Y.left-H.padding-E)};}else{X=G();Z={width:1,height:1,top:X[3]+X[1]*0.5,left:X[2]+X[0]*0.5};}return Z;},w=function(){U.hide();if(M.is(":visible")&&C.isFunction(H.onCleanup)){if(H.onCleanup(A,e,H)===false){C.event.trigger("fancybox-cancel");Q=false;return;}}A=h;e=F;H=J;y.get(0).scrollTop=0;y.get(0).scrollLeft=0;if(H.overlayShow){if(T){C("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden";}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit";});}S.css({"background-color":H.overlayColor,opacity:H.overlayOpacity}).unbind().show();}c=b();u();if(M.is(":visible")){C(K.add(P).add(B)).hide();var Y=M.position(),X;a={top:Y.top,left:Y.left,width:M.width(),height:M.height()};X=(a.width==c.width&&a.height==c.height);y.fadeOut(H.changeFade,function(){var Z=function(){y.html(L.contents()).fadeIn(H.changeFade,x);};C.event.trigger("fancybox-change");y.empty().css("overflow","hidden");if(X){y.css({top:H.padding,left:H.padding,width:Math.max(c.width-(H.padding*2),1),height:Math.max(c.height-(H.padding*2)-j,1)});Z();}else{y.css({top:H.padding,left:H.padding,width:Math.max(a.width-(H.padding*2),1),height:Math.max(a.height-(H.padding*2),1)});v.prop=0;C(v).animate({prop:1},{duration:H.changeSpeed,easing:H.easingChange,step:I,complete:Z});}});return;}M.css("opacity",1);if(H.transitionIn=="elastic"){a=W();y.css({top:H.padding,left:H.padding,width:Math.max(a.width-(H.padding*2),1),height:Math.max(a.height-(H.padding*2),1)}).html(L.contents());M.css(a).show();if(H.opacity){c.opacity=0;}v.prop=0;C(v).animate({prop:1},{duration:H.speedIn,easing:H.easingIn,step:I,complete:x});}else{y.css({top:H.padding,left:H.padding,width:Math.max(c.width-(H.padding*2),1),height:Math.max(c.height-(H.padding*2)-j,1)}).html(L.contents());M.css(c).fadeIn(H.transitionIn=="none"?0:H.speedIn,x);}},t=function(){L.width(J.width);L.height(J.height);if(J.width=="auto"){J.width=L.width();}if(J.height=="auto"){J.height=L.height();}w();},R=function(){Q=true;J.width=n.width;J.height=n.height;C("<img />").attr({id:"fancybox-img",src:n.src,alt:J.title}).appendTo(L);w();},l=function(){i();var ac=h[F],Z,aa,ae,ad,Y,X,ab;J=C.extend({},C.fn.fancybox.defaults,(typeof C(ac).data("fancybox")=="undefined"?J:C(ac).data("fancybox")));ae=ac.title||C(ac).title||J.title||"";if(ac.nodeName&&!J.orig){J.orig=C(ac).children("img:first").length?C(ac).children("img:first"):C(ac);}if(ae===""&&J.orig){ae=J.orig.attr("alt");}if(ac.nodeName&&(/^(?:javascript|#)/i).test(ac.href)){Z=J.href||null;}else{Z=J.href||ac.href||null;}if(J.type){aa=J.type;if(!Z){Z=J.content;}}else{if(J.content){aa="html";}else{if(Z){if(Z.match(g)){aa="image";}else{if(Z.match(k)){aa="swf";}else{if(C(ac).hasClass("iframe")){aa="iframe";}else{if(Z.match(/#/)){ac=Z.substr(Z.indexOf("#"));aa=C(ac).length>0?"inline":"ajax";}else{aa="ajax";}}}}}else{aa="inline";}}}J.type=aa;J.href=Z;J.title=ae;if(J.autoDimensions&&J.type!=="iframe"&&J.type!=="swf"){J.width="auto";J.height="auto";}if(J.modal){J.overlayShow=true;J.hideOnOverlayClick=false;J.hideOnContentClick=false;J.enableEscapeButton=false;J.showCloseButton=false;}if(C.isFunction(J.onStart)){if(J.onStart(h,F,J)===false){Q=false;return;}}L.css("padding",(E+J.padding+J.margin));C(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){C(this).replaceWith(y.children());});switch(aa){case"html":L.html(J.content);t();break;case"inline":C('<div class="fancybox-inline-tmp" />').hide().insertBefore(C(ac)).bind("fancybox-cleanup",function(){C(this).replaceWith(y.children());}).bind("fancybox-cancel",function(){C(this).replaceWith(L.children());});C(ac).appendTo(L);t();break;case"image":Q=false;C.fancybox.showActivity();n=new Image();n.onerror=function(){r();};n.onload=function(){n.onerror=null;n.onload=null;R();};n.src=Z;break;case"swf":ad='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+J.width+'" height="'+J.height+'"><param name="movie" value="'+Z+'"></param>';Y="";C.each(J.swf,function(af,ag){ad+='<param name="'+af+'" value="'+ag+'"></param>';Y+=" "+af+'="'+ag+'"';});ad+='<embed src="'+Z+'" type="application/x-shockwave-flash" width="'+J.width+'" height="'+J.height+'"'+Y+"></embed></object>";L.html(ad);t();break;case"ajax":X=Z.split("#",2);ab=J.ajax.data||{};if(X.length>1){Z=X[0];if(typeof ab=="string"){ab+="&selector="+X[1];}else{ab.selector=X[1];}}Q=false;C.fancybox.showActivity();f=C.ajax(C.extend(J.ajax,{url:Z,data:ab,error:r,success:function(ag,ah,af){if(f.status==200){L.html(ag);t();}}}));break;case"iframe":C('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" scrolling="'+J.scrolling+'" src="'+J.href+'"></iframe>').appendTo(L);w();break;}},o=function(){if(!U.is(":visible")){clearInterval(s);return;}C("div",U).css("top",(N*-40)+"px");N=(N+1)%12;},D=function(){if(C("#fancybox-wrap").length){return;}C("body").append(L=C('<div id="fancybox-tmp"></div>'),U=C('<div id="fancybox-loading"><div></div></div>'),S=C('<div id="fancybox-overlay"></div>'),M=C('<div id="fancybox-wrap"></div>'));if(!C.support.opacity){M.addClass("fancybox-ie");U.addClass("fancybox-ie");}d=C('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(M);d.append(y=C('<div id="fancybox-inner"></div>'),K=C('<a id="fancybox-close"></a>'),P=C('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),B=C('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));K.click(C.fancybox.close);U.click(C.fancybox.cancel);P.click(function(X){X.preventDefault();C.fancybox.prev();});B.click(function(X){X.preventDefault();C.fancybox.next();});if(T){S.get(0).style.setExpression("height","document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");U.get(0).style.setExpression("top","(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");d.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');}};C.fn.fancybox=function(X){C(this).data("fancybox",C.extend({},X,(C.metadata?C(this).metadata():{}))).unbind("click.fb").bind("click.fb",function(Z){Z.preventDefault();if(Q){return;}Q=true;C(this).blur();h=[];F=0;var Y=C(this).attr("rel")||"";if(!Y||Y==""||Y==="nofollow"){h.push(this);}else{h=C("a[rel="+Y+"], area[rel="+Y+"]");F=h.index(this);}l();return false;});return this;};C.fancybox=function(aa){if(Q){return;}Q=true;var Z=typeof arguments[1]!=="undefined"?arguments[1]:{};h=[];F=Z.index||0;if(C.isArray(aa)){for(var Y=0,X=aa.length;Y<X;Y++){if(typeof aa[Y]=="object"){C(aa[Y]).data("fancybox",C.extend({},Z,aa[Y]));}else{aa[Y]=C({}).data("fancybox",C.extend({content:aa[Y]},Z));}}h=jQuery.merge(h,aa);}else{if(typeof aa=="object"){C(aa).data("fancybox",C.extend({},Z,aa));}else{aa=C({}).data("fancybox",C.extend({content:aa},Z));}h.push(aa);}if(F>h.length||F<0){F=0;}l();};C.fancybox.showActivity=function(){clearInterval(s);U.show();s=setInterval(o,66);};C.fancybox.hideActivity=function(){U.hide();};C.fancybox.next=function(){return C.fancybox.pos(e+1);};C.fancybox.prev=function(){return C.fancybox.pos(e-1);};C.fancybox.pos=function(X){if(Q){return;}X=parseInt(X,10);if(X>-1&&A.length>X){F=X;l();}if(H.cyclic&&A.length>1&&X<0){F=A.length-1;l();}if(H.cyclic&&A.length>1&&X>=A.length){F=0;l();}return;};C.fancybox.cancel=function(){if(Q){return;}Q=true;C.event.trigger("fancybox-cancel");i();if(J&&C.isFunction(J.onCancel)){J.onCancel(h,F,J);}Q=false;};C.fancybox.close=function(){if(Q||M.is(":hidden")){return;}Q=true;if(H&&C.isFunction(H.onCleanup)){if(H.onCleanup(A,e,H)===false){Q=false;return;}}i();C(K.add(P).add(B)).hide();C("#fancybox-title").remove();M.add(y).add(S).unbind();C(window).unbind("resize.fb scroll.fb");C(document).unbind("keydown.fb");function X(){S.fadeOut("fast");M.hide();C.event.trigger("fancybox-cleanup");y.empty();if(C.isFunction(H.onClosed)){H.onClosed(A,e,H);}A=J=[];e=F=0;H=J={};Q=false;}y.css("overflow","hidden");if(H.transitionOut=="elastic"){a=W();var Y=M.position();c={top:Y.top,left:Y.left,width:M.width(),height:M.height()};if(H.opacity){c.opacity=1;}v.prop=1;C(v).animate({prop:0},{duration:H.speedOut,easing:H.easingOut,step:I,complete:X});}else{M.fadeOut(H.transitionOut=="none"?0:H.speedOut,X);}};C.fancybox.resize=function(){var Y,X;if(Q||M.is(":hidden")){return;}Q=true;Y=y.wrapInner("<div style='overflow:auto'></div>").children();X=Y.height();M.css({height:X+(H.padding*2)+j});y.css({height:X});Y.replaceWith(Y.children());C.fancybox.center();};C.fancybox.center=function(){Q=true;var X=G(),Y=H.margin,Z={};Z.top=X[3]+((X[1]-((M.height()-j)+(E*2)))*0.5);Z.left=X[2]+((X[0]-(M.width()+(E*2)))*0.5);Z.top=Math.max(X[3]+Y,Z.top);Z.left=Math.max(X[2]+Y,Z.left);M.css(Z);Q=false;};C.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:"#666",titleShow:true,titlePosition:"outside",titleFormat:null,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};C(document).ready(function(){D();});})(jQuery);jQuery.JSON={useHasOwn:({}.hasOwnProperty?true:false),pad:function(a){return a<10?"0"+a:a;},m:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},encodeString:function(a){if(/["\\\x00-\x1f]/.test(a)){return'"'+a.replace(/([\x00-\x1f\\"])/g,function(e,d){var f=m[d];if(f){return f;}f=d.charCodeAt();return"\\u00"+Math.floor(f/16).toString(16)+(f%16).toString(16);})+'"';}return'"'+a+'"';},encodeArray:function(h){var e=["["],c,g,d=h.length,f;for(g=0;g<d;g+=1){f=h[g];switch(typeof f){case"undefined":case"function":case"unknown":break;default:if(c){e.push(",");}e.push(f===null?"null":this.encode(f));c=true;}}e.push("]");return e.join("");},encodeDate:function(a){return'"'+a.getFullYear()+"-"+pad(a.getMonth()+1)+"-"+pad(a.getDate())+"T"+pad(a.getHours())+":"+pad(a.getMinutes())+":"+pad(a.getSeconds())+'"';},encode:function(h){if(typeof h=="undefined"||h===null){return"null";}else{if(h instanceof Array){return this.encodeArray(h);}else{if(h instanceof Date){return this.encodeDate(h);}else{if(typeof h=="string"){return this.encodeString(h);}else{if(typeof h=="number"){return isFinite(h)?String(h):"null";}else{if(typeof h=="boolean"){return String(h);}else{var f=this;var d=["{"],c,g,e;for(g in h){if(!this.useHasOwn||h.hasOwnProperty(g)){e=h[g];switch(typeof e){case"undefined":case"function":case"unknown":break;default:if(c){d.push(",");}d.push(f.encode(g),":",e===null?"null":f.encode(e));c=true;}}}d.push("}");return d.join("");}}}}}}},decode:function(json){return eval("("+json+")");}};(function(a){a.fn.lavaLamp=function(b){b=a.extend({fx:"linear",speed:500,click:function(){}},b||{});return this.each(function(){var f=a(this),e=function(){},h=a('<li class="back"><div class="left"></div></li>').appendTo(f),i=a("li",this),g=a("li.current",this)[0]||a(i[0]).addClass("current")[0];i.not(".back").hover(function(){c(this);},e);a(this).hover(e,function(){c(g);});i.click(function(j){d(this);return b.click.apply(this,[j,this]);});d(g);function d(j){h.css({left:j.offsetLeft+"px",width:j.offsetWidth+"px"});g=j;}function c(j){h.each(function(){a(this).dequeue();}).animate({width:j.offsetWidth,left:j.offsetLeft},b.speed,b.fx);}});};})(jQuery);(function($){$.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/({.*})/,single:"metadata"},setType:function(type,name){this.defaults.type=type;this.defaults.name=name;},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length){settings.single="metadata";}var data=$.data(elem,settings.single);if(data){return data;}data="{}";var getData=function(data){if(typeof data!="string"){return data;}if(data.indexOf("{")<0){data=eval("("+data+")");}};var getObject=function(data){if(typeof data!="string"){return data;}data=eval("("+data+")");return data;};if(settings.type=="html5"){var object={};$(elem.attributes).each(function(){var name=this.nodeName;if(name.match(/^data-/)){name=name.replace(/^data-/,"");}else{return true;}object[name]=getObject(this.nodeValue);});}else{if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m){data=m[1];}}else{if(settings.type=="elem"){if(!elem.getElementsByTagName){return;}var e=elem.getElementsByTagName(settings.name);if(e.length){data=$.trim(e[0].innerHTML);}}else{if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr){data=attr;}}}}object=getObject(data.indexOf("{")<0?"{"+data+"}":data);}$.data(elem,settings.single,object);return object;}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts);};})(jQuery);(function(d){var a={b:function(e){return parseInt(e,10).toString(2);},c:function(e){return String.fromCharCode(parseInt(e,10));},d:function(e){return parseInt(e,10);},u:function(e){return Math.abs(e);},f:function(f,e){e=parseInt(e,10);f=parseFloat(f);if(isNaN(e&&f)){return NaN;}return e&&f.toFixed(e)||f;},o:function(e){return parseInt(e,10).toString(8);},s:function(e){return e;},x:function(e){return(""+parseInt(e,10).toString(16)).toLowerCase();},X:function(e){return(""+parseInt(e,10).toString(16)).toUpperCase();}};var c=/%(?:(\d+)?(?:\.(\d+))?|\(([^)]+)\))([%bcdufosxX])/g;var b=function(f){if(f.length==1&&typeof f[0]=="object"){f=f[0];return function(i,h,k,j,g,n,l){return a[g](f[j]);};}else{var e=0;return function(i,h,k,j,g,n,l){if(g=="%"){return"%";}return a[g](f[e++],k);};}};d.extend({sprintf:function(f){var e=Array.apply(null,arguments).slice(1);return f.replace(c,b(e));},vsprintf:function(f,e){return f.replace(c,b(e));}});})(jQuery);(function(d){d.tools=d.tools||{};d.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var f;function e(s,u){var a=this,c=d(this),D=!u.vertical,C=s.children(),w=0,y;if(!f){f=a;}d.each(u,function(h,g){if(d.isFunction(g)){c.bind(h,g);}});if(C.length>1){C=d(u.items,s);}function v(g){var h=d(g);return u.globalNav?h:s.parent().find(g);}s.data("finder",v);var B=v(u.prev),z=v(u.next),A=v(u.prevPage),t=v(u.nextPage);d.extend(a,{getIndex:function(){return w;},getClickIndex:function(){var g=a.getItems();return g.index(g.filter("."+u.activeClass));},getConf:function(){return u;},getSize:function(){return a.getItems().size();},getPageAmount:function(){return Math.ceil(this.getSize()/u.size);},getPageIndex:function(){return Math.ceil(w/u.size);},getNaviButtons:function(){return B.add(z).add(A).add(t);},getRoot:function(){return s;},getItemWrap:function(){return C;},getItems:function(){return C.children(u.item);},getVisibleItems:function(){return a.getItems().slice(w,w+u.size);},seekTo:function(l,h,k){if(l<0){l=0;}if(w===l){return a;}if(d.isFunction(h)){k=h;}if(l>a.getSize()-u.size){return u.loop?a.begin():this.end();}var j=a.getItems().eq(l);if(!j.length){return a;}var i=d.Event("onBeforeSeek");c.trigger(i,[l]);if(i.isDefaultPrevented()){return a;}if(h===undefined||d.isFunction(h)){h=u.speed;}function g(){if(k){k.call(a,l);}c.trigger("onSeek",[l]);}if(D){C.animate({left:-j.position().left},h,u.easing,g);}else{C.animate({top:-j.position().top},h,u.easing,g);}f=a;w=l;i=d.Event("onStart");c.trigger(i,[l]);if(i.isDefaultPrevented()){return a;}B.add(A).toggleClass(u.disabledClass,l===0);z.add(t).toggleClass(u.disabledClass,l>=a.getSize()-u.size);return a;},move:function(g,h,i){y=g>0;return this.seekTo(w+g,h,i);},next:function(g,h){return this.move(1,g,h);},prev:function(g,h){return this.move(-1,g,h);},movePage:function(g,h,i){y=g>0;var k=u.size*g;var j=w%u.size;if(j>0){k+=(g>0?-j:u.size-j);}return this.move(k,h,i);},prevPage:function(g,h){return this.movePage(-1,g,h);},nextPage:function(g,h){return this.movePage(1,g,h);},setPage:function(h,g,i){return this.seekTo(h*u.size,g,i);},begin:function(g,h){y=false;return this.seekTo(0,g,h);},end:function(h,i){y=true;var g=this.getSize()-u.size;return g>0?this.seekTo(g,h,i):a;},reload:function(){c.trigger("onReload");return a;},focus:function(){f=a;return a;},click:function(j){var i=a.getItems().eq(j),l=u.activeClass,k=u.size;if(j<0||j>=a.getSize()){return a;}if(k==1){if(u.loop){return a.next();}if(j===0||j==a.getSize()-1){y=(y===undefined)?true:!y;}return y===false?a.prev():a.next();}if(k==2){if(j==w){j--;}a.getItems().removeClass(l);i.addClass(l);return a.seekTo(j,time,fn);}if(!i.hasClass(l)){a.getItems().removeClass(l);i.addClass(l);var g=Math.floor(k/2);var h=j-g;if(h>a.getSize()-k){h=a.getSize()-k;}if(h!==j){return a.seekTo(h);}}return a;},bind:function(h,g){c.bind(h,g);return a;},unbind:function(g){c.unbind(g);return a;}});d.each("onBeforeSeek,onStart,onSeek,onReload".split(","),function(h,g){a[g]=function(i){return a.bind(g,i);};});B.addClass(u.disabledClass).click(function(){a.prev();});z.click(function(){a.next();});t.click(function(){a.nextPage();});if(a.getSize()<u.size){z.add(t).addClass(u.disabledClass);}A.addClass(u.disabledClass).click(function(){a.prevPage();});var x=u.hoverClass,b="keydown."+Math.random().toString().substring(10);a.onReload(function(){if(x){a.getItems().hover(function(){d(this).addClass(x);},function(){d(this).removeClass(x);});}if(u.clickable){a.getItems().each(function(g){d(this).unbind("click.scrollable").bind("click.scrollable",function(h){if(d(h.target).is("a")){return;}return a.click(g);});});}if(u.keyboard){d(document).unbind(b).bind(b,function(h){if(h.altKey||h.ctrlKey){return;}if(u.keyboard!="static"&&f!=a){return;}var g=u.keyboardSteps;if(D&&(h.keyCode==37||h.keyCode==39)){a.move(h.keyCode==37?-g:g);return h.preventDefault();}if(!D&&(h.keyCode==38||h.keyCode==40)){a.move(h.keyCode==38?-g:g);return h.preventDefault();}return true;});}else{d(document).unbind(b);}});a.reload();}d.fn.scrollable=function(c){var b=this.eq(typeof c=="number"?c:0).data("scrollable");if(b){return b;}var a=d.extend({},d.tools.scrollable.conf);c=d.extend(a,c);c.keyboardSteps=c.keyboardSteps||c.size;this.each(function(){b=new e(d(this),c);d(this).data("scrollable",b);});return c.api?b:this;};})(jQuery);
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright ? 1993 Bigelow & Holmes Inc. All rights reserved. Pat. Des. 289,420.
 * Pats. Pend.
 * 
 * Trademark:
 * Lucida is a registered trademark of Bigelow & Holmes Inc.
 * 
 * Description:
 * Characteristics:
 * Large x-height, making it readable at all sizes.
 * 
 * Uses: Wide range of uses including directories, tables, forms, memos,
 * telefaxes, manuals, heads, titles, posters, and displays.
 * 
 * Guidelines: At larger sizes (14 points or more), subtracting a few units of
 * letter spacing gives a tighter look. When using all capitals, you can use small
 * amounts of additional letter spacing. At larger sizes, space capitals more
 * tightly. Complementary fonts include Lucida Bright, Lucida Arrows, and Lucida
 * Stars. Lucida Fax at smaller sizes and lower resolutions. The ampersands,
 * interrobangs, and circled Lucida Sans numerals in Lucida Icons combine well.
 */
Cufon.registerFont({w:227,face:{"font-family":"Lucida Sans Unicode","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 3 5 4 2 2 4",ascent:"288",descent:"-72","x-height":"4",bbox:"-32 -282.617 307 74","underline-thickness":"17.9297","underline-position":"-27.0703","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:113},"!":{d:"40,0r0,-35r34,0r0,35r-34,0xm44,-69r-4,-191r34,0r-4,191r-26,0",w:113},'"':{d:"24,-191r-4,-87r34,0r-4,87r-26,0xm85,-191r-5,-87r35,0r-4,87r-26,0",w:134},"#":{d:"36,0r19,-78r-52,0r4,-22r54,0r15,-60r-57,0r4,-22r58,0r20,-78r22,0r-19,78r46,0r19,-78r23,0r-20,78r53,0r-4,22r-54,0r-15,60r57,0r-5,22r-58,0r-19,78r-23,0r20,-78r-46,0r-20,78r-22,0xm83,-100r46,0r16,-60r-47,0"},"$":{d:"185,-73v0,39,-26,66,-60,73r0,22r-18,0r0,-22v-21,0,-43,-5,-69,-15r0,-29v26,12,49,18,69,18r0,-93v-37,-26,-59,-34,-61,-79v-2,-36,26,-60,61,-62r0,-22r18,0r0,22v17,0,35,4,56,12r0,28v-22,-10,-41,-15,-56,-16r0,92v30,22,60,28,60,71xm125,-28v27,-8,38,-36,24,-60v-4,-5,-11,-12,-24,-21r0,81xm107,-155r0,-80v-29,8,-38,35,-25,59v4,6,13,13,25,21"},"%":{d:"4,7r205,-274r27,0r-205,274r-27,0xm113,-195v0,37,-21,65,-56,65v-35,0,-55,-28,-55,-65v0,-37,19,-65,55,-65v36,0,56,28,56,65xm57,-243v-40,1,-39,95,0,96v39,0,42,-96,0,-96xm239,-65v0,37,-21,65,-56,65v-35,0,-55,-28,-55,-65v0,-37,20,-65,55,-65v35,0,56,28,56,65xm183,-113v-40,1,-39,95,0,96v39,0,42,-96,0,-96",w:240},"&":{d:"122,-267v32,-1,59,22,58,53v0,26,-19,49,-57,68v17,31,38,59,61,86v13,-18,17,-45,16,-78r34,0v0,38,-11,71,-34,99v11,13,23,26,36,39r-49,0r-13,-15v-56,47,-161,15,-161,-62v0,-40,21,-68,63,-82v-35,-50,-12,-107,46,-108xm88,-138v-69,20,-40,122,24,118v16,0,32,-5,47,-16v-25,-30,-49,-64,-71,-102xm120,-241v-37,0,-30,44,-10,73v25,-11,37,-27,37,-46v1,-16,-12,-27,-27,-27",w:251},"'":{d:"28,-182r-8,-96r43,0r-9,96r-26,0",w:82},"(":{d:"104,-254v-64,57,-65,225,0,282r0,24v-69,-41,-109,-167,-60,-259v16,-30,35,-54,60,-71r0,24",w:117},")":{d:"13,28v65,-57,64,-225,0,-282r0,-24v69,42,109,168,60,260v-16,30,-35,53,-60,70r0,-24",w:117},"*":{d:"146,-227r8,25r-53,12v0,-7,-1,-11,-5,-15xm137,-147r-22,15r-27,-47v6,-1,10,-4,12,-9xm58,-132r-21,-15r36,-41v2,5,7,8,13,9xm19,-202r8,-25r50,22v-4,3,-6,10,-4,15xm74,-260r26,0r-6,54v-4,-3,-11,-2,-15,0",w:173},"+":{d:"134,0r0,-95r-95,0r0,-18r95,0r0,-95r18,0r0,95r95,0r0,18r-95,0r0,95r-18,0",w:286},",":{d:"35,56r0,-13v12,-2,18,-20,17,-43r-17,0r0,-43r44,0v3,50,-2,99,-44,99",w:113},"-":{d:"26,-95r0,-22r156,0r0,22r-156,0",w:208},".":{d:"35,0r0,-43r44,0r0,43r-44,0",w:113},"/":{d:"39,52r92,-312r19,0r-93,312r-18,0",w:188},"0":{d:"114,-267v122,0,123,274,0,274v-122,0,-123,-274,0,-274xm114,-20v36,0,54,-36,54,-110v0,-74,-18,-111,-54,-111v-36,0,-54,37,-54,111v0,74,18,110,54,110"},"1":{d:"94,0r0,-234r-41,0r0,-22r76,-6r0,262r-35,0"},"2":{d:"36,-250v59,-33,150,-19,150,55v0,76,-107,103,-114,165r113,0r0,30r-155,0v-12,-90,119,-112,119,-194v0,-59,-70,-56,-113,-26r0,-30"},"3":{d:"188,-72v1,74,-78,93,-151,70r0,-32v54,26,111,18,114,-38v2,-41,-36,-56,-90,-54r0,-24v51,2,84,-13,84,-51v0,-50,-67,-46,-105,-25r0,-30v57,-21,141,-15,140,50v0,31,-19,52,-55,65v42,10,63,33,63,69"},"4":{d:"136,0r0,-74r-118,0r0,-26r118,-160r32,0r0,158r35,0r0,28r-35,0r0,74r-32,0xm52,-102r86,0r0,-116"},"5":{d:"185,-75v1,69,-71,95,-141,76r0,-31v46,21,104,10,104,-46v0,-49,-47,-63,-100,-58r0,-126r132,0r0,30r-101,0r0,69v61,0,106,28,106,86"},"6":{d:"24,-124v1,-81,26,-141,106,-143v16,0,35,3,58,10r0,30v-76,-32,-127,-12,-126,92v41,-61,140,-28,140,49v0,52,-37,93,-87,93v-64,0,-92,-59,-91,-131xm118,-20v32,0,49,-26,49,-60v0,-36,-18,-62,-50,-62v-28,-1,-54,23,-54,50v0,40,18,72,55,72"},"7":{d:"54,0v17,-92,80,-153,119,-228r-134,0r0,-32r167,0r0,32v-67,98,-104,175,-112,228r-40,0"},"8":{d:"117,7v-47,0,-86,-27,-86,-71v0,-31,18,-57,52,-78v-23,-17,-37,-26,-38,-58v0,-42,35,-67,78,-67v38,0,72,20,72,56v0,25,-17,48,-49,69v39,19,59,45,59,75v0,46,-40,74,-88,74xm119,-241v-35,-2,-57,36,-32,60v7,8,21,17,40,28v46,-23,51,-85,-8,-88xm118,-20v39,0,66,-36,43,-67v-9,-11,-41,-30,-59,-41v-23,20,-35,26,-36,59v-1,30,22,49,52,49"},"9":{d:"204,-140v-2,78,-30,147,-110,147v-14,0,-31,-4,-53,-9r0,-29v77,34,130,-11,125,-93v-44,65,-139,24,-139,-50v0,-50,36,-93,86,-93v63,0,93,58,91,127xm111,-241v-32,0,-49,26,-49,61v0,36,17,63,50,64v29,1,53,-23,53,-51v0,-39,-18,-74,-54,-74"},":":{d:"40,0r0,-35r34,0r0,35r-34,0xm40,-156r0,-35r34,0r0,35r-34,0",w:113},";":{d:"40,56v-1,-22,15,-23,12,-56r-12,0r0,-35r34,0v2,43,-2,87,-34,91xm40,-156r0,-35r34,0r0,35r-34,0",w:113},"<":{d:"247,0r-208,-104r208,-104r0,19r-169,85r169,85r0,19",w:286},"=":{d:"39,-63r0,-17r208,0r0,17r-208,0xm39,-128r0,-17r208,0r0,17r-208,0",w:286},">":{d:"39,0r0,-19r169,-85r-169,-85r0,-19r208,104",w:286},"?":{d:"44,0r0,-35r35,0r0,35r-35,0xm7,-257v67,-28,165,1,132,76v-15,34,-72,49,-60,112r-35,0v-11,-64,64,-91,64,-138v0,-44,-65,-39,-101,-21r0,-29",w:151},"@":{d:"36,-103v0,73,84,113,150,77r6,18v-79,41,-178,-8,-176,-93v1,-87,71,-164,165,-166v63,-1,115,49,115,111v0,54,-41,103,-91,104v-43,1,-27,-39,-18,-61r-3,0v-21,41,-44,61,-68,61v-21,0,-34,-17,-34,-39v0,-65,41,-127,120,-115r24,0r-23,123v0,8,5,11,14,11v33,0,60,-46,60,-81v0,-54,-44,-94,-99,-94v-71,0,-142,71,-142,144xm195,-181v-57,-25,-85,30,-85,82v0,38,23,27,42,5v16,-19,41,-47,43,-87",w:309},A:{d:"3,0r103,-260r37,0r101,260r-40,0r-28,-72r-110,0r-29,72r-34,0xm77,-99r88,0r-44,-113",w:248},B:{d:"192,-65v0,43,-29,65,-82,65r-76,0r0,-260v67,0,148,-8,148,57v0,35,-24,57,-54,67v43,13,64,37,64,71xm153,-69v0,-36,-40,-57,-83,-54r0,95v51,1,83,-1,83,-41xm70,-146v42,2,72,-10,74,-49v1,-30,-32,-40,-74,-38r0,87",w:207},C:{d:"57,-130v0,99,94,135,172,85r0,32v-96,50,-211,4,-211,-117v0,-117,98,-162,211,-125r0,34v-95,-40,-172,-12,-172,91",w:249},D:{d:"251,-136v0,82,-43,138,-130,136r-87,0r0,-260r86,0v89,-4,131,43,131,124xm212,-133v1,-83,-50,-107,-142,-100r0,205r48,0v69,1,92,-40,94,-105",w:269},E:{d:"34,0r0,-260r145,0r0,27r-109,0r0,84r91,0r0,27r-91,0r0,94r117,0r0,28r-153,0",w:195},F:{d:"34,0r0,-260r145,0r0,27r-109,0r0,88r92,0r0,27r-92,0r0,118r-36,0",w:193},G:{d:"57,-130v0,80,58,128,135,102r0,-84r37,0r0,105v-111,38,-214,-3,-211,-123v2,-84,45,-138,129,-137v26,0,53,4,82,12r0,34v-94,-41,-172,-12,-172,91",w:260},H:{d:"34,0r0,-260r36,0r0,110r124,0r0,-110r37,0r0,260r-37,0r0,-123r-124,0r0,123r-36,0",w:264},I:{d:"33,0r0,-260r37,0r0,260r-37,0",w:103},J:{d:"-32,16v43,15,75,5,75,-48r0,-228r37,0r0,227v2,69,-46,96,-112,81r0,-32",w:111},K:{d:"34,0r0,-260r34,0r0,128r105,-128r38,0r-102,124r120,136r-47,0r-114,-132r0,132r-34,0",w:235},L:{d:"34,0r0,-260r36,0r0,232r118,0r0,28r-154,0",w:191},M:{d:"34,0r0,-260r51,0r72,201r74,-201r46,0r0,260r-35,0r0,-212r-71,195r-36,0r-70,-195r0,212r-31,0",w:310},N:{d:"34,0r0,-260r36,0r131,201r0,-201r31,0r0,260r-36,0r-131,-201r0,201r-31,0",w:265},O:{d:"262,-130v0,78,-47,137,-122,137v-76,0,-122,-59,-122,-137v0,-78,46,-137,122,-137v75,0,122,60,122,137xm57,-130v0,62,27,109,83,109v56,0,82,-47,82,-109v0,-63,-26,-109,-82,-109v-56,0,-83,47,-83,109",w:279},P:{d:"193,-192v-2,64,-52,93,-123,89r0,103r-36,0r0,-260v78,0,161,-11,159,68xm154,-189v0,-43,-38,-45,-84,-44r0,102v49,3,84,-13,84,-58",w:198},Q:{d:"140,-267v137,0,163,216,55,262v30,13,61,22,93,28r-23,29v-41,-13,-75,-29,-103,-47v-91,15,-144,-51,-144,-135v0,-78,46,-137,122,-137xm57,-130v0,62,27,109,83,109v56,0,82,-47,82,-109v0,-63,-26,-109,-82,-109v-56,0,-83,47,-83,109",w:279},R:{d:"190,-196v-1,38,-23,62,-53,74r87,122r-45,0r-74,-110r-35,0r0,110r-36,0r0,-260v73,-1,159,-10,156,64xm70,-138v47,2,80,-11,82,-54v2,-34,-38,-44,-82,-41r0,95"},S:{d:"163,-110v38,53,-10,117,-78,117v-18,0,-40,-4,-67,-12r0,-36v57,39,145,18,111,-48v-32,-34,-110,-48,-110,-109v0,-65,78,-83,141,-59r0,34v-49,-22,-96,-27,-106,20v2,33,36,41,61,57v22,14,40,24,48,36",w:193},T:{d:"95,0r0,-233r-92,0r0,-27r222,0r0,27r-93,0r0,233r-37,0"},U:{d:"127,7v-67,2,-96,-35,-96,-103r0,-164r37,0r0,164v0,48,16,75,61,75v46,0,57,-24,57,-74r0,-165r32,0r0,165v2,69,-28,100,-91,102",w:249},V:{d:"105,0r-99,-260r37,0r81,213r77,-213r33,0r-95,260r-34,0",w:235},W:{d:"67,0r-67,-260r36,0r53,205r49,-205r36,0r46,203r57,-203r30,0r-73,260r-36,0r-46,-201r-48,201r-37,0",w:307},X:{d:"3,0r86,-131r-82,-129r44,0r62,98r66,-98r35,0r-83,126r85,134r-44,0r-66,-103r-68,103r-35,0",w:225},Y:{d:"90,0r0,-109r-87,-151r42,0r68,117r72,-117r35,0r-93,151r0,109r-37,0",w:224},Z:{d:"17,0r0,-30r139,-203r-131,0r0,-27r176,0r0,27r-140,203r140,0r0,30r-184,0",w:217},"[":{d:"35,52r0,-330r69,0r0,26r-39,0r0,278r39,0r0,26r-69,0",w:117},"\\":{d:"150,52r-19,0r-92,-312r18,0",w:188},"]":{d:"82,-278r0,330r-69,0r0,-26r39,0r0,-278r-39,0r0,-26r69,0",w:117},"^":{d:"114,-202r-66,133r-30,0r96,-191r95,191r-29,0"},_:{d:"15,26r0,-26r150,0r0,26r-150,0",w:180},"`":{d:"152,-226r-26,0r-57,-56r41,0",w:221},a:{d:"35,-181v53,-23,128,-24,128,45r0,87v1,23,6,31,25,29r2,19v-25,10,-52,6,-57,-23v-39,44,-115,36,-115,-24v0,-52,51,-66,110,-65v2,-33,-2,-58,-35,-56v-18,0,-37,6,-58,17r0,-29xm53,-54v0,38,49,37,75,11r0,-49v-35,-4,-75,7,-75,38",w:198},b:{d:"207,-101v0,86,-84,139,-138,79r-4,24r-30,0r0,-280r34,0r0,123v14,-27,36,-40,64,-40v50,0,74,41,74,94xm69,-46v45,47,101,19,101,-52v0,-83,-64,-82,-101,-35r0,87",w:226},c:{d:"59,-95v0,62,56,89,108,59r0,30v-80,32,-147,-12,-147,-91v0,-80,66,-113,145,-92r0,29v-60,-25,-106,2,-106,65",w:184},d:{d:"20,-89v0,-86,83,-141,137,-80r0,-109r35,0r0,278r-35,0r0,-36v-14,27,-35,40,-63,40v-49,0,-74,-40,-74,-93xm157,-145v-45,-47,-101,-19,-101,52v0,81,64,83,101,36r0,-88",w:226},e:{d:"103,-195v54,1,76,44,72,105r-120,0v6,69,60,81,120,56r0,28v-81,31,-155,-8,-155,-90v0,-53,32,-100,83,-99xm56,-116r85,0v0,-36,-14,-53,-40,-53v-27,0,-42,17,-45,53",w:200},f:{d:"143,-249v-37,-11,-71,-15,-67,32r0,26r48,0r0,26r-48,0r0,165r-35,0r0,-165r-27,0r0,-26r27,0v-9,-73,35,-107,102,-85r0,27",w:132},g:{d:"192,-191v-7,115,35,265,-93,265v-22,0,-44,-4,-64,-11r4,-30v48,25,123,23,118,-47r0,-30v-10,23,-32,39,-62,40v-50,1,-75,-41,-75,-93v0,-80,85,-132,137,-72r0,-22r35,0xm157,-145v-38,-46,-101,-20,-101,48v0,76,67,77,101,31r0,-79",w:224},h:{d:"156,-126v0,-25,-4,-38,-27,-39v-21,0,-41,13,-60,41r0,124r-34,0r0,-278r34,0r0,123v29,-56,122,-54,122,18r0,137r-35,0r0,-126",w:223},i:{d:"35,0r0,-191r34,0r0,191r-34,0xm35,-226r0,-34r34,0r0,34r-34,0",w:104},j:{d:"-27,37v38,19,67,17,67,-37r0,-191r35,0r0,191v3,67,-49,88,-102,65r0,-28xm40,-226r0,-34r35,0r0,34r-35,0",w:109},k:{d:"35,0r0,-278r34,0r0,180r81,-93r37,0r-77,89r93,102r-44,0r-90,-98r0,98r-34,0",w:210},l:{d:"35,0r0,-278r34,0r0,278r-34,0",w:104},m:{d:"187,-155v24,-56,117,-55,117,16r0,139r-35,0r0,-133v-6,-57,-57,-32,-82,5r0,128r-35,0r0,-133v-7,-56,-57,-33,-83,5r0,128r-34,0r0,-191r34,0r0,36v27,-49,99,-58,118,0",w:336},n:{d:"156,-126v0,-25,-4,-38,-27,-39v-21,0,-41,13,-60,41r0,124r-34,0r0,-191r34,0r0,36v29,-56,122,-54,122,18r0,137r-35,0r0,-126",w:223},o:{d:"202,-95v0,58,-33,99,-91,99v-58,0,-91,-40,-91,-99v0,-60,33,-100,91,-100v57,0,91,41,91,100xm56,-95v0,41,17,73,55,73v38,0,54,-32,54,-73v0,-42,-15,-74,-54,-74v-39,0,-55,33,-55,74",w:221},p:{d:"207,-101v0,86,-84,139,-138,79r0,91r-34,0r0,-260r34,0r0,36v14,-27,36,-40,64,-40v50,0,74,41,74,94xm69,-46v45,47,101,19,101,-52v0,-83,-64,-82,-101,-35r0,87",w:226},q:{d:"20,-89v0,-86,83,-141,137,-80r0,-22r35,0r0,260r-35,0r0,-105v-14,27,-35,40,-63,40v-49,0,-74,-40,-74,-93xm157,-145v-45,-47,-101,-19,-101,52v0,81,64,83,101,36r0,-88",w:226},r:{d:"35,0r0,-191r34,0r0,36v16,-30,37,-43,71,-39r0,32v-33,-10,-52,6,-71,36r0,126r-34,0",w:147},s:{d:"144,-86v41,67,-42,113,-116,79r0,-31v23,11,42,16,59,16v18,0,34,-11,34,-28v0,-19,-30,-32,-48,-38v-68,-22,-52,-107,22,-107v12,0,33,2,47,6r0,29v-34,-11,-74,-19,-80,15v1,30,70,37,82,59",w:183},t:{d:"120,0v-46,14,-84,-7,-84,-53r0,-112r-24,0r0,-26r24,0r0,-35r35,-3r0,38r50,0r0,26r-50,0r0,106v-1,32,20,42,49,35r0,24",w:134},u:{d:"67,-65v0,26,5,40,27,40v21,0,41,-14,60,-42r0,-124r35,0r0,191r-35,0r0,-36v-29,56,-121,56,-121,-18r0,-137r34,0r0,126",w:223},v:{d:"74,0r-71,-191r35,0r55,149r59,-149r32,0r-75,191r-35,0",w:186},w:{d:"57,0r-55,-191r34,0r42,148r45,-148r35,0r39,148r48,-148r30,0r-62,191r-35,0r-41,-148r-45,148r-35,0",w:277},x:{d:"15,0r73,-99r-70,-92r41,0r55,74r51,-74r34,0r-66,97r71,94r-41,0r-57,-76r-56,76r-35,0",w:220},y:{d:"46,69r31,-69r-74,-191r37,0r55,144r58,-144r33,0r-104,260r-36,0",w:188},z:{d:"22,0r0,-26r118,-139r-113,0r0,-26r155,0r0,26r-118,139r121,0r0,26r-163,0",w:206},"{":{d:"93,52v-55,1,-73,-47,-56,-99v9,-28,3,-60,-33,-53r0,-26v77,6,-4,-101,43,-135v12,-9,26,-16,46,-17r0,26v-47,-2,-26,46,-25,84v0,22,-9,40,-26,55v34,25,27,73,19,117v1,14,14,24,32,22r0,26",w:117},"|":{d:"59,52r0,-330r17,0r0,330r-17,0",w:134},"}":{d:"24,-278v54,0,73,47,56,99v-9,27,-3,60,33,53r0,26v-77,-5,4,101,-43,136v-12,9,-26,15,-46,16r0,-26v50,3,25,-45,25,-84v0,-22,9,-40,26,-55v-35,-24,-27,-75,-18,-117v-1,-14,-16,-23,-33,-22r0,-26",w:117},"~":{d:"79,-107v-20,-12,-35,9,-35,29r-26,0v-1,-49,44,-74,87,-45v23,15,77,48,78,-7r26,0v-1,92,-89,48,-130,23"},"\u00a0":{w:113}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) Magenta Ltd., 2004
 * 
 * Manufacturer:
 * Magenta Ltd.
 * 
 * Vendor URL:
 * http://www.magenta.gr/
 * 
 * License information:
 * http://www.ellak.gr/fonts/MgOpen/license.html
 */
Cufon.registerFont({w:214,face:{"font-family":"MgOpen Modata","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"4",bbox:"-14 -301.936 289.388 84","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:97},"#":{d:"56,-186r10,-77v0,-18,26,-16,24,0r-10,77r50,0r11,-77v1,-13,11,-17,20,-10v8,26,-7,59,-7,87v15,-2,42,-2,39,11v1,17,-26,11,-42,12r-9,58v16,-1,41,0,39,12v2,14,-24,14,-42,13r-9,62v-2,12,-7,18,-16,18v-7,0,-9,-4,-8,-13r10,-67r-51,0v-7,26,0,74,-25,80v-7,0,-9,-4,-8,-13r9,-67v-17,1,-43,0,-41,-13v-2,-14,26,-12,44,-12r9,-58v-16,-1,-41,5,-40,-12v0,-16,27,-10,43,-11xm77,-163r-9,58r50,0r9,-58r-50,0",w:227},"$":{d:"0,-204v-1,-37,32,-70,68,-73v-5,-16,10,-38,15,-15r0,15v19,-2,61,15,58,32v-7,31,-38,-11,-58,-6r0,91v42,13,73,36,75,82v2,39,-36,80,-75,78v0,5,5,30,-7,28v-10,0,-8,-17,-8,-28v-21,-2,-56,-9,-61,-28v5,-34,43,10,61,5r0,-111v-37,-9,-67,-30,-68,-70xm83,-26v24,-3,45,-24,45,-50v0,-24,-15,-42,-45,-52r0,102xm68,-251v-31,2,-50,42,-29,67v7,8,17,14,29,18r0,-85",w:191},"%":{d:"133,-68v0,-37,25,-65,61,-65v35,0,59,32,59,68v0,36,-23,65,-59,65v-37,0,-61,-32,-61,-68xm158,-67v0,24,13,47,36,47v24,0,36,-21,36,-45v1,-24,-14,-47,-36,-47v-23,0,-36,22,-36,45xm120,-210v0,37,-24,67,-60,67v-35,0,-60,-32,-60,-69v0,-36,24,-64,60,-64v36,-1,60,29,60,66xm24,-210v0,23,14,46,36,46v23,0,37,-21,37,-45v-1,-23,-12,-48,-37,-47v-23,0,-36,22,-36,46xm65,-7r99,-257v3,-13,25,-16,25,1r-103,263v-4,9,-25,4,-21,-7",w:286},"&":{d:"124,-223v1,-17,-13,-31,-31,-30v-38,1,-27,57,-6,72v20,-7,36,-19,37,-42xm224,-24v11,12,-8,34,-21,20r-33,-35v-21,31,-47,47,-80,47v-45,1,-91,-38,-90,-83v0,-34,21,-64,63,-91v-36,-32,-28,-110,28,-110v32,0,59,25,59,56v0,27,-15,47,-45,60r68,77v12,-15,19,-46,39,-50v14,0,14,16,7,28r-27,46xm29,-75v-1,32,28,57,61,57v27,0,49,-13,66,-41r-78,-86v-33,22,-49,44,-49,70",w:260},"'":{d:"23,-264v5,-19,30,-15,31,2v-7,21,-19,40,-26,60v-6,16,-34,10,-27,-6",w:87},"(":{d:"55,-255v-52,60,-44,221,10,274v0,5,-6,9,-12,9v-44,-17,-53,-95,-53,-158v0,-69,10,-116,45,-137v7,0,10,4,10,12",w:99},")":{d:"10,-255v52,60,44,221,-10,274v0,5,6,9,12,9v44,-17,53,-95,53,-158v0,-69,-10,-116,-45,-137v-6,0,-10,4,-10,12",w:99},"*":{d:"47,-231v6,-29,39,4,51,11v2,-18,-14,-52,9,-52v22,0,6,35,8,52v10,-8,29,-22,39,-23v14,0,18,17,3,23r-36,15v15,9,41,10,46,28v0,8,-4,12,-13,12v-12,0,-29,-17,-39,-25v-1,18,13,54,-9,54v-20,0,-7,-37,-8,-54v-10,7,-30,23,-40,24v-14,1,-12,-22,-2,-24r36,-15v-14,-9,-40,-9,-45,-26"},"+":{d:"120,-13v1,8,-7,13,-15,13v-9,0,-14,-4,-14,-13r0,-70r-66,0v-10,0,-15,-6,-15,-16v0,-10,5,-14,15,-14r66,0r0,-68v0,-9,4,-14,13,-14v29,3,11,54,16,82v28,4,80,-13,83,15v-3,28,-56,10,-83,15r0,70"},",":{d:"25,41v-4,15,-25,9,-25,-5r25,-63v5,-13,17,-16,26,-7v5,27,-19,50,-26,75",w:87},"-":{d:"1,-99v6,-27,60,-14,90,-14v10,0,16,5,16,14v0,9,-6,13,-16,13r-74,0v-11,0,-16,-4,-16,-13",w:133},".":{d:"0,-19v0,-11,8,-17,19,-17v11,0,19,9,19,19v0,11,-6,17,-18,17v-11,0,-20,-8,-20,-19",w:71},"/":{d:"170,-264r-100,257v-5,14,-18,20,-25,7v-2,-5,-2,-11,1,-18r100,-246v4,-17,23,-17,24,0"},"0":{d:"110,5v-122,-1,-123,-276,-3,-281v117,2,120,275,3,281xm107,-250v-79,11,-80,224,3,231v73,-13,76,-223,-3,-231"},"1":{d:"84,-266v27,0,62,-14,62,24r0,228v0,9,-4,14,-13,14v-9,0,-13,-5,-13,-14r0,-226v-19,-2,-52,7,-52,-13v0,-9,6,-13,16,-13"},"2":{d:"101,-251v-28,0,-41,25,-41,55v0,7,-4,11,-14,11v-10,0,-15,-5,-15,-13v-1,-46,27,-77,70,-78v72,-1,103,77,57,137r-86,113r98,0v9,0,13,4,13,13v0,9,-4,13,-13,13r-116,0v-21,1,-24,-13,-14,-26r98,-133v31,-36,6,-92,-37,-92"},"3":{d:"39,-211v-1,-40,32,-65,72,-65v68,0,84,100,35,136v72,30,35,145,-41,145v-38,0,-67,-20,-77,-57v-1,-15,19,-22,26,-9v15,26,21,38,51,38v29,0,50,-20,50,-50v0,-27,-20,-52,-47,-52v-11,0,-17,-6,-17,-14v0,-9,6,-13,17,-13v23,1,38,-28,38,-52v0,-27,-17,-46,-44,-45v-21,0,-32,14,-33,41v0,10,-6,15,-15,15v-10,0,-15,-6,-15,-18"},"4":{d:"116,-250v11,-25,50,-22,50,9r0,146v15,0,31,-4,31,14v0,16,-16,13,-31,13v-3,23,10,65,-13,68v-23,-2,-10,-45,-13,-68r-104,0v-21,2,-23,-18,-14,-31xm51,-95r89,0r0,-146"},"5":{d:"105,-144v-17,0,-56,28,-50,-8r18,-100v10,-27,66,-9,98,-14v9,-1,12,8,13,15v0,9,-4,14,-13,14r-75,0r-11,74v67,-37,124,49,94,122v-24,59,-131,63,-149,0v0,-10,3,-14,9,-14v18,9,36,32,67,32v32,0,54,-26,53,-58v0,-33,-22,-63,-54,-63"},"6":{d:"117,-262v14,-13,37,4,23,18v-30,28,-51,54,-63,78v62,-27,109,17,109,79v0,50,-31,93,-79,92v-57,0,-87,-57,-77,-118v8,-54,38,-103,87,-149xm154,-87v0,-33,-18,-62,-47,-62v-31,0,-49,30,-49,63v0,32,19,64,49,64v30,1,47,-31,47,-65"},"7":{d:"42,-267r128,0v23,0,21,11,14,27r-95,225v-5,17,-29,22,-30,1v27,-79,63,-148,93,-224r-110,0v-11,0,-16,-4,-16,-14v0,-10,5,-15,16,-15"},"8":{d:"27,-78v1,-34,19,-60,45,-71v-57,-28,-35,-127,33,-127v69,0,96,94,38,127v26,13,43,37,44,72v1,44,-33,82,-76,82v-48,0,-85,-36,-84,-83xm156,-78v0,-31,-21,-56,-51,-56v-29,0,-48,25,-48,55v0,31,21,54,51,54v29,0,49,-24,48,-53xm66,-206v0,25,18,47,42,46v23,0,38,-20,38,-44v0,-24,-15,-45,-38,-45v-24,0,-42,18,-42,43"},"9":{d:"69,5v-13,1,-22,-15,-10,-24v35,-27,54,-57,62,-83v-59,31,-111,-21,-111,-81v0,-52,33,-93,85,-93v48,0,78,47,76,98v-2,74,-44,158,-102,183xm142,-181v0,-33,-17,-68,-47,-68v-32,0,-52,33,-52,68v0,33,18,62,49,62v31,0,50,-28,50,-62"},":":{d:"19,-127v-11,1,-19,-10,-19,-20v0,-12,6,-17,18,-17v12,-1,19,10,19,20v0,12,-6,17,-18,17xm18,-36v11,0,19,9,19,19v0,11,-6,17,-18,17v-13,0,-19,-6,-19,-18v0,-9,6,-18,18,-18",w:70},";":{d:"24,-123v-12,1,-19,-10,-19,-20v0,-12,6,-17,18,-17v11,0,19,9,19,19v0,12,-6,18,-18,18xm15,41v-5,11,-34,5,-27,-8v12,-22,11,-63,39,-67v10,-2,16,5,13,13",w:75},"<":{d:"195,-170r-149,72r146,70v15,5,19,27,1,28v-63,-23,-115,-57,-174,-84v-16,-7,-16,-26,0,-33r164,-76v11,-5,24,-4,24,8v0,6,-4,11,-12,15"},"=":{d:"22,-154r170,0v9,0,13,5,13,14v0,8,-4,12,-13,12r-170,0v-9,0,-13,-4,-13,-13v0,-8,4,-13,13,-13xm22,-53v-9,0,-13,-4,-13,-13v0,-9,4,-14,13,-14r170,0v9,0,13,4,13,13v0,9,-4,14,-13,14r-170,0"},">":{d:"164,-96r-145,-74v-15,-5,-17,-25,0,-27v62,23,113,56,172,82v23,11,21,26,-3,36r-168,79v-18,0,-15,-21,-1,-28"},"?":{d:"57,0v-11,0,-19,-9,-19,-19v0,-12,7,-17,19,-17v12,0,19,9,19,19v0,12,-7,17,-19,17xm58,-71v-28,0,-12,-49,-16,-75v-2,-15,44,-23,47,-29v32,-23,12,-76,-30,-76v-18,0,-31,9,-38,27v-4,11,-23,8,-21,-5v5,-30,33,-47,65,-48v38,-1,69,27,69,66v0,41,-21,65,-62,74v-4,23,11,66,-14,66",w:168},"@":{d:"53,-107v-5,-67,85,-151,132,-77v-2,-16,25,-31,27,-9v6,15,-58,114,-21,122v25,0,60,-55,60,-86v0,-56,-58,-92,-117,-92v-65,0,-110,50,-110,115v0,86,76,139,163,110v27,-9,39,-28,60,-35v4,0,6,1,6,6v-17,42,-65,57,-118,58v-78,2,-135,-61,-135,-139v0,-79,56,-136,135,-136v75,0,136,39,136,111v0,50,-41,105,-84,111v-20,3,-32,-4,-35,-23v-27,44,-107,21,-99,-36xm144,-184v-34,1,-63,40,-62,76v0,22,9,33,26,33v33,0,63,-42,63,-79v0,-20,-9,-30,-27,-30",w:305},A:{d:"50,-83r107,0r-53,-147xm168,-54r-127,0v-9,18,-7,51,-29,54v-11,1,-14,-9,-11,-20r82,-230v6,-22,34,-21,42,0r85,238v1,15,-20,15,-25,3",w:233,k:{y:38,w:35,v:36,t:19,f:19,d:12,Y:55,W:25,V:63,T:54,Q:17,O:17,G:15,C:18}},B:{d:"21,0v-16,0,-20,-2,-21,-18r0,-231v-1,-28,36,-16,59,-17v49,-3,88,20,88,63v0,26,-18,51,-40,58v34,4,60,33,60,70v0,44,-34,75,-78,75r-68,0xm138,-75v0,-48,-54,-62,-111,-56r0,105v55,3,111,1,111,-49xm118,-198v0,-40,-45,-46,-91,-42r0,86v46,3,91,-4,91,-44",w:196,k:{z:12,y:14,x:11,w:13,v:13,t:14,f:15,Z:14,Y:30,X:14,W:18,V:26,T:33,S:9,J:16,A:11}},C:{d:"129,-23v28,1,45,-18,67,-28v13,-1,15,17,6,25v-81,73,-202,0,-202,-109v0,-110,118,-185,202,-111v10,9,6,26,-6,26v-21,-11,-39,-29,-66,-28v-58,3,-97,51,-97,113v0,60,40,110,96,112",w:216,k:{y:35,w:32,v:33,t:17,f:17,Q:8,O:9,G:9,C:12}},D:{d:"15,0v-12,0,-15,-3,-15,-15r0,-234v3,-32,61,-15,92,-17v66,-5,107,66,107,136v0,71,-40,130,-107,130r-77,0xm170,-134v0,-58,-35,-107,-90,-106r-53,0r0,214r56,0v54,0,87,-51,87,-108",w:226,k:{Z:26,Y:29,X:27,V:21,T:36,S:10,J:28,A:19}},E:{d:"15,0v-13,0,-15,-3,-15,-16r0,-234v0,-11,5,-16,15,-16r91,0v9,0,14,4,14,13v0,9,-5,13,-14,13r-80,0r0,88r77,0v9,0,14,5,14,14v0,8,-5,13,-14,13r-77,0r0,99r83,0v10,0,16,4,16,13v0,9,-6,13,-16,13r-94,0",w:141,k:{y:12,w:10,v:11,t:18,f:18}},F:{d:"0,-249v0,-12,5,-17,15,-17r92,0v9,0,13,4,13,13v0,9,-4,13,-13,13r-80,0r0,91r71,0v9,0,13,5,13,14v0,9,-4,13,-13,13r-71,0r0,111v0,7,-5,11,-14,11v-9,0,-13,-4,-13,-11r0,-238",w:137,k:{z:62,y:14,x:33,w:13,v:14,t:19,s:8,f:21,S:10,M:14,J:72,A:35}},G:{d:"33,-132v0,82,88,146,144,84v16,-19,23,-45,22,-78v-21,-3,-59,9,-59,-13v0,-23,43,-13,65,-13v20,0,23,9,24,32v1,69,-44,124,-111,124v-71,0,-118,-61,-118,-135v0,-77,51,-145,124,-145v31,0,71,15,86,44v0,7,-7,12,-14,12v-24,-9,-42,-28,-69,-27v-56,2,-94,54,-94,115",w:247,k:{z:20,x:20,t:18,f:18,Z:22,Y:17,X:23,W:8,V:14,T:19,S:17,J:24,A:15}},H:{d:"0,-254v0,-9,4,-13,13,-13v9,0,13,4,13,13r0,105r149,0r0,-105v0,-9,4,-13,13,-13v9,0,14,4,14,13r0,241v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13r0,-109r-149,0r0,109v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13r0,-241",w:232},I:{d:"0,-254v0,-9,4,-13,13,-13v9,0,13,4,13,13r0,241v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13r0,-241",w:57},J:{d:"54,-21v20,1,32,-13,32,-33r0,-200v0,-9,5,-13,14,-13v9,0,13,4,13,13r0,200v8,61,-90,81,-113,31v6,-34,33,7,54,2",w:144},K:{d:"178,-23v10,7,3,24,-9,23v-4,0,-8,-2,-12,-6r-130,-122r0,116v0,8,-4,12,-13,12v-9,0,-14,-4,-14,-12r0,-244v0,-7,4,-11,13,-11v9,0,14,4,14,11r0,102r125,-109v12,-10,32,8,20,19r-122,104",w:202,k:{y:43,w:39,v:40,t:19,q:15,o:15,g:15,f:19,e:15,d:16,c:15,a:10,Q:26,O:26,G:27,C:31}},L:{d:"0,-254v0,-9,4,-13,13,-13v9,0,13,4,13,13r0,228r69,0v9,0,13,4,13,13v0,9,-4,13,-13,13v-34,0,-95,18,-95,-21r0,-233",w:125,k:{y:40,w:36,v:37,t:19,q:12,o:12,g:12,f:19,e:12,d:16,c:12,a:8,Y:55,W:25,V:62,U:10,T:54,Q:26,O:26,G:27,C:30}},M:{d:"84,-244r59,199r62,-199v8,-31,41,-32,47,3r37,225v2,9,-4,16,-12,16v-9,0,-14,-5,-15,-15r-33,-220r-72,220v-7,20,-22,20,-29,0r-69,-220r-32,220v-1,10,-6,15,-15,15v-9,0,-14,-6,-12,-17r36,-224v3,-36,39,-35,48,-3",w:316,k:{y:15,w:13,v:15,t:15,f:15,Y:29,W:23,V:27,T:31}},N:{d:"0,-251v0,-23,22,-18,32,-3r140,206r0,-205v0,-9,4,-14,13,-14v9,0,13,5,13,14r0,237v1,22,-22,18,-31,5r-141,-206r0,203v0,9,-4,14,-13,14v-9,0,-13,-5,-13,-14r0,-237",w:229},O:{d:"0,-136v0,-75,43,-139,114,-139v71,0,117,65,117,140v0,75,-45,139,-117,139v-70,0,-114,-66,-114,-140xm201,-134v0,-59,-32,-115,-87,-115v-54,0,-84,54,-84,111v0,58,31,116,84,116v56,0,87,-53,87,-112",w:258,k:{Z:27,Y:26,X:28,V:19,T:31,S:9,J:29,A:19}},P:{d:"165,-185v0,45,-33,80,-79,80r-60,0r0,92v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13r0,-239v3,-29,53,-13,80,-15v48,-4,85,34,85,82xm138,-185v0,-51,-54,-60,-112,-55r0,109v57,4,112,-1,112,-54",w:182,k:{Z:20,Y:12,X:21,V:8,T:17,M:10,J:70,A:37}},Q:{d:"210,-48v3,2,44,40,14,48v-14,-5,-21,-19,-32,-28v-17,22,-43,33,-80,33v-70,2,-112,-70,-112,-144v0,-75,43,-136,115,-136v105,0,140,137,95,227xm29,-137v0,59,31,116,86,115v25,0,45,-8,59,-26v-3,-3,-3,-3,-20,-19v-10,-9,-2,-25,10,-26v12,3,17,15,25,21v29,-71,7,-177,-74,-177v-54,0,-86,54,-86,112",w:262,k:{Y:28,W:9,V:22,T:33}},R:{d:"157,-198v-1,48,-38,77,-95,70r90,104v16,20,-8,32,-21,17r-105,-121r0,112v0,11,-4,16,-13,16v-9,0,-13,-5,-13,-16r0,-236v2,-25,50,-14,75,-15v47,-3,82,24,82,69xm132,-198v0,-46,-56,-44,-106,-42r0,86v50,2,106,2,106,-44",w:182,k:{q:8,o:8,g:8,e:9,d:14,c:9,a:9,Y:10,T:14}},S:{d:"132,-229v-17,-5,-34,-19,-56,-19v-25,0,-45,14,-44,39v-8,30,96,64,95,68v65,43,26,152,-55,146v-27,-2,-65,-9,-72,-35v0,-8,4,-12,12,-12v39,25,121,34,119,-34v-1,-71,-126,-54,-126,-130v0,-42,29,-69,71,-69v25,0,62,10,67,35v0,7,-4,11,-11,11",w:186,k:{z:11,y:21,x:11,w:18,v:19,t:22,f:22,Z:14,Y:16,X:14,W:10,V:14,T:18,S:9,J:16,A:11}},T:{d:"67,-240v-22,-4,-65,11,-67,-13v0,-9,4,-14,14,-14r133,0v9,0,14,5,14,14v-2,24,-45,9,-67,13r0,225v0,10,-4,15,-13,15v-9,0,-14,-5,-14,-15r0,-225",w:180,k:{z:51,y:49,x:50,w:49,v:49,u:44,t:19,s:49,r:44,q:47,p:44,o:47,n:44,m:44,g:47,f:21,e:47,d:51,c:47,a:46,S:10,Q:22,O:23,M:23,J:57,G:28,C:28,A:50}},U:{d:"101,4v-55,0,-101,-36,-101,-92r0,-163v0,-10,5,-16,15,-16v10,0,14,6,14,16r0,160v-4,49,58,84,108,61v25,-12,38,-31,38,-61r0,-160v0,-10,5,-16,15,-16v10,0,14,6,14,16r0,163v2,55,-46,92,-103,92",w:234,k:{J:17,A:11}},V:{d:"175,-257v4,-17,30,-10,29,5r-82,230v-9,28,-28,30,-38,3r-84,-236v-1,-16,23,-15,28,-2r74,212",w:226,k:{z:18,y:12,x:21,w:12,v:12,u:7,t:10,s:24,q:27,o:28,g:28,f:10,e:28,d:32,c:28,a:28,S:9,Q:14,O:14,M:22,J:65,G:16,C:15,A:61}},W:{d:"28,-254r37,221r61,-220v3,-18,33,-18,38,0r58,220r36,-220v2,-15,18,-19,27,-10v3,3,4,7,3,12r-42,233v0,22,-37,25,-42,5r-59,-216r-59,211v-3,22,-42,25,-45,3r-41,-236v-3,-10,6,-16,14,-16v8,0,13,4,14,13",w:315,k:{z:9,x:12,s:13,q:11,o:12,g:12,e:12,d:17,c:12,a:12,M:22,J:35,A:30}},X:{d:"159,-260v6,-12,24,-7,24,6v-19,38,-46,69,-68,104v29,47,64,89,89,140v0,15,-17,12,-24,2r-81,-117r-75,117v-5,11,-24,13,-24,-2v22,-51,58,-90,84,-137r-70,-99v-8,-8,-2,-22,9,-21v5,0,9,2,12,6r66,91",w:227,k:{y:41,w:39,v:40,t:19,q:14,o:14,g:14,f:19,e:14,d:17,c:14,a:10,Y:16,W:10,V:14,T:18,Q:25,O:25,G:25,C:28}},Y:{d:"71,-125v-23,-44,-51,-83,-71,-130v-1,-14,17,-15,23,-5r63,106r62,-105v5,-11,25,-12,24,3v-20,48,-51,86,-74,131r0,110v0,10,-4,15,-13,15v-9,0,-14,-5,-14,-15r0,-110",w:193,k:{z:29,y:23,x:32,w:23,v:23,u:18,t:19,s:39,r:14,q:45,p:14,o:45,n:14,m:14,g:45,f:21,e:46,d:49,c:46,a:46,S:11,Q:21,O:21,M:23,J:63,G:25,C:24,A:56}},Z:{d:"143,-240r-124,0v-9,0,-14,-4,-14,-13v0,-9,5,-14,14,-14r144,0v22,0,22,14,12,29r-139,212r136,0v9,0,14,4,14,12v0,9,-5,14,-14,14r-159,0v-14,2,-15,-19,-9,-29",w:205,k:{y:28,w:28,v:27,t:18,q:15,o:14,g:15,f:19,e:15,d:15,c:15,a:10,Q:23,O:23,G:26,C:27}},"[":{d:"0,-255v-2,-23,21,-17,41,-18v8,0,12,4,12,13v0,13,-14,11,-27,11r0,248v13,0,27,-2,27,11v0,18,-22,12,-38,13v-10,0,-15,-6,-15,-18r0,-260",w:86},"\\":{d:"125,-13v2,19,-18,23,-26,3r-99,-251v3,-17,21,-12,27,3",w:159},"]":{d:"26,-247v-9,1,-28,4,-26,-11v-1,-18,22,-12,38,-12v10,0,15,6,15,18r0,257v2,24,-22,17,-42,18v-7,0,-11,-5,-11,-14v-1,-14,14,-9,26,-10r0,-246",w:86},"^":{d:"123,-261v26,52,59,97,81,153v-2,19,-22,12,-30,-3r-65,-121r-69,121v-6,16,-28,23,-30,3v24,-54,57,-101,84,-153v6,-12,23,-12,29,0"},_:{d:"0,46v-9,0,-14,-3,-14,-11v0,-8,5,-12,14,-12r180,0v9,0,14,4,14,12v0,8,-5,11,-14,11r-180,0",w:181},"`":{d:"25,-261v4,-13,34,-8,28,6r-25,56v-2,13,-29,12,-28,-2v7,-21,17,-40,25,-60",w:87},a:{d:"82,-179v-72,1,-72,160,0,161v37,0,60,-41,60,-82v0,-40,-22,-79,-60,-79xm-1,-96v0,-54,32,-110,83,-110v25,0,50,15,59,32v-1,-16,-1,-36,14,-34v9,0,13,6,13,17r0,183v0,7,-4,11,-13,11v-16,0,-13,-16,-14,-25v-15,20,-31,25,-64,26v-50,1,-78,-46,-78,-100",w:197},b:{d:"27,-24v8,25,-27,41,-27,13r0,-241v0,-9,4,-14,13,-14v9,0,14,5,14,14r0,80v48,-75,143,-15,143,72v0,55,-31,106,-84,105v-25,0,-45,-10,-59,-29xm27,-100v0,41,22,82,59,81v72,0,70,-162,0,-163v-37,0,-59,41,-59,82",w:196,k:{z:19,y:14,x:18,w:13,v:14,t:25,s:9,f:24,d:8}},c:{d:"141,-180v-5,28,-39,2,-52,2v-38,-1,-60,40,-60,80v0,40,22,74,59,74v15,0,50,-22,52,3v-3,20,-24,26,-48,26v-56,1,-92,-47,-92,-105v0,-57,35,-108,91,-106v21,1,49,5,50,26",w:157,k:{q:12,o:13,g:13,e:13,d:13,c:14,a:11}},d:{d:"0,-98v0,-86,89,-150,142,-75r0,-80v0,-9,5,-14,14,-14v9,0,13,5,13,14r0,246v0,8,-4,12,-13,12v-16,1,-14,-14,-14,-29v-12,19,-31,29,-58,29v-53,1,-84,-48,-84,-103xm144,-100v0,-41,-22,-79,-60,-79v-73,0,-74,158,0,158v38,0,60,-39,60,-79",w:198},e:{d:"0,-101v0,-56,34,-107,87,-106v52,1,84,36,83,90v0,19,-3,30,-9,30r-130,0v-2,32,31,68,62,68v27,0,43,-22,63,-30v6,0,13,8,13,14v-11,29,-43,39,-76,40v-57,1,-93,-47,-93,-106xm143,-115v6,-55,-57,-87,-94,-50v-12,12,-18,29,-18,50r112,0",w:193,k:{y:10,w:9,v:10,t:13,f:12}},f:{d:"100,-255v-1,24,-50,-1,-42,30r0,26v9,0,43,-5,38,13v1,17,-21,14,-38,14r0,159v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13r0,-159v-15,0,-32,3,-32,-13v0,-16,17,-14,32,-14v-1,-32,-3,-71,29,-68v15,1,40,-4,39,12",w:106,k:{d:9}},g:{d:"88,-19v75,-1,77,-164,0,-163v-37,-1,-57,39,-57,80v0,41,20,84,57,83xm88,-206v25,0,46,13,56,30v1,-15,-4,-32,13,-31v9,0,13,4,13,12r0,190v1,52,-32,88,-84,87v-34,-1,-70,-8,-79,-38v0,-8,4,-12,11,-12v23,6,41,23,70,23v37,0,56,-26,56,-80v-9,16,-31,29,-56,29v-55,0,-88,-49,-88,-106v0,-55,33,-106,88,-104",w:199},h:{d:"76,-181v-69,0,-47,100,-50,168v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13r0,-240v0,-9,4,-14,13,-14v9,0,13,5,13,14r0,74v35,-51,124,-24,124,41r0,125v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13v-4,-67,20,-168,-48,-168",w:178,k:{t:14,f:13}},i:{d:"18,-230v-12,1,-17,-10,-18,-20v0,-12,6,-17,18,-17v11,0,19,9,19,19v0,12,-6,18,-19,18xm5,-193v0,-9,4,-13,13,-13v9,0,14,4,14,13r0,180v0,9,-4,13,-13,13v-9,0,-14,-4,-14,-13r0,-180",w:64},j:{d:"19,-230v-12,1,-19,-10,-19,-20v0,-12,6,-17,18,-17v11,0,19,9,19,19v0,12,-6,18,-18,18xm5,-193v0,-9,5,-14,14,-14v9,0,13,5,13,14r0,263v0,9,-5,14,-14,14v-9,0,-13,-5,-13,-14r0,-263",w:64},k:{d:"112,-199v10,-8,23,1,23,11v0,5,-3,9,-8,13r-80,62r89,85v12,9,13,28,-4,29v-6,0,-11,-2,-17,-8r-89,-85r0,79v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13r0,-240v0,-9,4,-13,13,-13v9,0,13,4,13,13r0,122",w:165,k:{t:10,q:18,o:17,g:18,f:10,e:18,d:25,c:18,a:13}},l:{d:"0,-253v0,-9,4,-14,13,-14v9,0,14,5,14,14r0,240v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13r0,-240",w:56},m:{d:"76,-178v-29,-1,-50,26,-50,56r0,108v0,9,-4,14,-13,14v-9,0,-13,-5,-13,-14r0,-177v0,-11,4,-16,13,-16v14,-1,15,15,13,29v27,-39,86,-38,107,6v30,-56,131,-38,131,29r0,129v0,9,-4,13,-13,13v-9,0,-14,-4,-14,-13v-6,-63,23,-165,-42,-165v-28,0,-50,26,-50,57r0,108v0,9,-4,14,-13,14v-9,0,-14,-5,-14,-14v-6,-63,23,-162,-42,-164",w:291},n:{d:"80,-179v-31,0,-53,27,-53,60r0,106v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13r0,-181v0,-8,4,-12,13,-12v16,-1,14,16,14,31v31,-56,124,-31,124,38r0,124v0,9,-4,13,-13,13v-9,0,-14,-4,-14,-13v-6,-64,24,-165,-44,-166",w:178,k:{t:8}},o:{d:"0,-101v0,-56,32,-105,87,-105v53,0,87,51,87,107v0,57,-33,103,-87,103v-54,0,-87,-49,-87,-105xm144,-96v0,-41,-21,-86,-57,-86v-37,0,-57,37,-57,78v0,40,21,85,57,85v37,0,57,-37,57,-77",w:201,k:{z:20,y:15,x:20,w:14,v:15,t:21,s:10,f:20}},p:{d:"171,-99v0,83,-90,142,-144,75r0,94v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13r0,-263v0,-9,5,-14,14,-14v16,-1,13,20,13,35v52,-76,144,-12,144,73xm83,-182v-77,0,-73,163,0,164v74,0,75,-165,0,-164",w:196,k:{z:19,y:22,x:18,w:13,v:14,t:19,s:8,q:10,f:18}},q:{d:"0,-103v-10,-84,97,-144,142,-69v1,-10,-2,-39,14,-35v9,0,13,5,13,15r0,262v0,9,-4,13,-13,13v-9,0,-14,-4,-14,-13r0,-95v-49,69,-153,4,-142,-78xm87,-19v75,0,74,-163,0,-163v-37,0,-57,38,-57,79v0,41,20,84,57,84",w:198},r:{d:"73,-206v20,-1,29,29,2,34v-64,11,-47,88,-49,158v0,9,-4,14,-13,14v-9,0,-13,-5,-13,-14r0,-178v0,-10,4,-15,13,-15v18,-1,12,24,13,40v17,-26,32,-39,47,-39",w:111,k:{x:8,s:10,q:16,o:17,g:17,e:17,d:17,c:18,a:18}},s:{d:"13,-53v15,11,41,31,69,31v43,0,46,-50,6,-62v-29,-16,-81,-28,-83,-66v-4,-68,115,-74,135,-22v0,9,-3,14,-11,14v-21,-9,-44,-21,-66,-21v-18,0,-28,8,-28,25v-1,19,82,47,83,52v58,33,20,111,-44,106v-33,-3,-67,-10,-74,-40v-2,-8,7,-16,13,-17",w:170,k:{z:8,x:8}},t:{d:"31,-175v-14,0,-31,3,-31,-12v0,-16,17,-12,31,-12v4,-23,-11,-68,13,-68v26,0,10,45,14,68v0,0,31,-2,31,12v0,15,-17,12,-31,12r0,162v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13r0,-162",w:113,k:{x:8,s:10,q:16,o:17,g:17,e:17,d:23,c:18,a:18}},u:{d:"75,-20v71,0,44,-99,49,-166v0,-9,4,-14,13,-14v9,0,13,5,13,14v-6,71,21,158,-38,182v-53,21,-112,-7,-112,-58r0,-124v0,-9,4,-14,13,-14v9,0,13,5,13,14v5,67,-22,166,49,166",w:179,k:{x:8}},v:{d:"27,-184r46,139r48,-140v3,-21,33,-18,26,3r-58,171v-5,14,-26,15,-31,0r-58,-177v3,-18,22,-12,27,4",w:172,k:{x:8,s:9,q:12,o:12,g:12,e:13,d:13,c:13,a:13}},w:{d:"28,-189r45,144r50,-142v5,-16,25,-16,30,0r48,142r48,-144v2,-14,33,-15,29,3v-15,61,-42,114,-62,172v-6,18,-25,19,-31,-1r-47,-145r-47,146v-5,19,-29,18,-35,-1r-56,-170v-2,-20,23,-18,28,-4",w:302,k:{x:8,s:9,q:12,o:12,g:12,e:12,d:12,c:13,a:13}},x:{d:"126,-192v7,-12,28,-10,28,5v-13,31,-39,51,-57,77r60,81v20,26,-9,38,-23,18r-54,-75r-54,75v-6,12,-25,15,-26,-1v14,-37,45,-63,65,-96v-18,-26,-41,-48,-55,-78v-1,-15,21,-17,28,-6r44,63",w:187,k:{y:7,q:17,o:17,g:17,e:17,d:15,c:17,a:13}},y:{d:"62,-10r-62,-176v0,-18,23,-16,28,-1r46,142r51,-144v3,-14,29,-16,28,2r-91,257v-3,15,-29,17,-27,-1v4,-30,19,-52,27,-79",w:177,k:{x:9,s:9,q:22,o:12,g:17,e:13,d:13,c:13,a:13}},z:{d:"18,-199r110,0v22,1,18,16,8,29r-100,144r100,0v9,0,14,4,14,13v0,9,-5,13,-14,13r-115,0v-24,1,-25,-15,-15,-29r98,-143r-86,0v-9,0,-13,-5,-13,-14v0,-9,4,-13,13,-13",w:171,k:{q:18,o:18,g:18,e:18,d:15,c:18,a:13}},"{":{d:"85,20v-95,22,-10,-121,-79,-138v-16,-9,4,-20,12,-22v22,-5,17,-65,17,-100v0,-28,14,-30,50,-30v5,0,11,5,11,11v-2,18,-39,1,-35,30v7,44,0,91,-29,104v27,4,29,55,29,98v0,19,3,26,23,26v8,0,12,4,12,10v0,7,-3,11,-11,11",w:129},"|":{d:"0,-279v0,-10,4,-15,13,-15v9,0,13,5,13,15r0,272v0,9,-4,14,-13,14v-9,0,-13,-5,-13,-14r0,-272",w:60},"}":{d:"12,20v95,23,9,-121,78,-138v16,-9,-4,-21,-12,-22v-22,-3,-21,-73,-16,-100v-2,-28,-14,-30,-50,-30v-6,1,-11,5,-12,11v2,18,43,2,35,30v-1,45,0,91,29,104v-27,4,-29,54,-29,98v0,19,-4,26,-23,26v-8,0,-12,4,-12,10v0,7,4,11,12,11",w:129},"~":{d:"51,-95v-13,-3,-29,28,-39,28v-8,0,-12,-5,-12,-15v-1,-23,26,-42,49,-42v18,-4,64,30,77,30v15,3,24,-29,37,-29v8,0,13,4,13,15v1,23,-30,41,-53,41v-18,0,-57,-29,-72,-28",w:209},'"':{d:"0,-208v0,-24,-10,-66,13,-69v24,3,13,46,13,69v0,9,-4,14,-13,14v-9,0,-13,-5,-13,-14xm50,-208v0,-24,-10,-66,14,-69v24,3,13,46,13,69v0,9,-5,14,-14,14v-9,0,-13,-5,-13,-14",w:111},"!":{d:"19,0v-11,0,-19,-8,-19,-19v0,-12,6,-17,18,-17v12,0,19,9,19,19v0,11,-6,17,-18,17xm31,-65v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13r0,-196v0,-10,5,-15,14,-15v9,0,13,5,13,15r0,196",w:71},"\u00a0":{w:97}}});
/*
 * jQuery corner plugin: simple corner rounding
 * Examples and documentation at: http://jquery.malsup.com/corner/
 * version 2.11 (15-JUN-2010)
 * Requires jQuery v1.3.2 or later
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Authors: Dave Methvin and Mike Alsup
 */
(function(c){var a=document.createElement("div").style,h=a.MozBorderRadius!==undefined,j=a.WebkitBorderRadius!==undefined,e=a.borderRadius!==undefined||a.BorderRadius!==undefined,d=document.documentMode||0,l=c.browser.msie&&((c.browser.version<8&&!d)||d<8),i=c.browser.msie&&(function(){var o=document.createElement("div");try{o.style.setExpression("width","0+0");o.style.removeExpression("width");}catch(n){return false;}return true;})();c.support=c.support||{};c.support.borderRadius=h||j||e;function g(n,o){return parseInt(c.css(n,o))||0;}function k(n){var n=parseInt(n).toString(16);return(n.length<2)?"0"+n:n;}function b(q){while(q){var n=c.css(q,"backgroundColor"),o;if(n&&n!="transparent"&&n!="rgba(0, 0, 0, 0)"){if(n.indexOf("rgb")>=0){o=n.match(/\d+/g);return"#"+k(o[0])+k(o[1])+k(o[2]);}return n;}if(q.nodeName.toLowerCase()=="html"){break;}q=q.parentNode;}return"#ffffff";}function f(q,n,o){switch(q){case"round":return Math.round(o*(1-Math.cos(Math.asin(n/o))));case"cool":return Math.round(o*(1+Math.cos(Math.asin(n/o))));case"sharp":return Math.round(o*(1-Math.cos(Math.acos(n/o))));case"bite":return Math.round(o*(Math.cos(Math.asin((o-n-1)/o))));case"slide":return Math.round(o*(Math.atan2(n,o/n)));case"jut":return Math.round(o*(Math.atan2(o,(o-n-1))));case"curl":return Math.round(o*(Math.atan(n)));case"tear":return Math.round(o*(Math.cos(n)));case"wicked":return Math.round(o*(Math.tan(n)));case"long":return Math.round(o*(Math.sqrt(n)));case"sculpt":return Math.round(o*(Math.log((o-n-1),o)));case"dogfold":case"dog":return(n&1)?(n+1):o;case"dog2":return(n&2)?(n+1):o;case"dog3":return(n&3)?(n+1):o;case"fray":return(n%2)*o;case"notch":return o;case"bevelfold":case"bevel":return n+1;}}c.fn.corner=function(n){if(this.length==0){if(!c.isReady&&this.selector){var o=this.selector,q=this.context;c(function(){c(o,q).corner(n);});}return this;}return this.each(function(y){var x=c(this),F=[x.attr(c.fn.corner.defaults.metaAttr)||"",n||""].join(" ").toLowerCase(),M=/keep/.test(F),E=((F.match(/cc:(#[0-9a-f]+)/)||[])[1]),r=((F.match(/sc:(#[0-9a-f]+)/)||[])[1]),I=parseInt((F.match(/(\d+)px/)||[])[1])||10,G=/round|bevelfold|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dogfold|dog/,t=((F.match(G)||["round"])[0]),u=/dogfold|bevelfold/.test(F),s={T:0,B:1},B={TL:/top|tl|left/.test(F),TR:/top|tr|right/.test(F),BL:/bottom|bl|left/.test(F),BR:/bottom|br|right/.test(F)},J,P,H,K,A,Q,D,N,L,z,O,R,C,v;if(!B.TL&&!B.TR&&!B.BL&&!B.BR){B={TL:1,TR:1,BL:1,BR:1};}if(c.fn.corner.defaults.useNative&&t=="round"&&(e||h||j)&&!E&&!r){if(B.TL){x.css(e?"border-top-left-radius":h?"-moz-border-radius-topleft":"-webkit-border-top-left-radius",I+"px");}if(B.TR){x.css(e?"border-top-right-radius":h?"-moz-border-radius-topright":"-webkit-border-top-right-radius",I+"px");}if(B.BL){x.css(e?"border-bottom-left-radius":h?"-moz-border-radius-bottomleft":"-webkit-border-bottom-left-radius",I+"px");}if(B.BR){x.css(e?"border-bottom-right-radius":h?"-moz-border-radius-bottomright":"-webkit-border-bottom-right-radius",I+"px");}return;}J=document.createElement("div");c(J).css({overflow:"hidden",height:"1px",minHeight:"1px",fontSize:"1px",backgroundColor:r||"transparent",borderStyle:"solid"});P={T:parseInt(c.css(this,"paddingTop"))||0,R:parseInt(c.css(this,"paddingRight"))||0,B:parseInt(c.css(this,"paddingBottom"))||0,L:parseInt(c.css(this,"paddingLeft"))||0};if(typeof this.style.zoom!=undefined){this.style.zoom=1;}if(!M){this.style.border="none";}J.style.borderColor=E||b(this.parentNode);H=c(this).outerHeight();for(K in s){A=s[K];if((A&&(B.BL||B.BR))||(!A&&(B.TL||B.TR))){J.style.borderStyle="none "+(B[K+"R"]?"solid":"none")+" none "+(B[K+"L"]?"solid":"none");Q=document.createElement("div");c(Q).addClass("jquery-corner");D=Q.style;A?this.appendChild(Q):this.insertBefore(Q,this.firstChild);if(A&&H!="auto"){if(c.css(this,"position")=="static"){this.style.position="relative";}D.position="absolute";D.bottom=D.left=D.padding=D.margin="0";if(i){D.setExpression("width","this.parentNode.offsetWidth");}else{D.width="100%";}}else{if(!A&&c.browser.msie){if(c.css(this,"position")=="static"){this.style.position="relative";}D.position="absolute";D.top=D.left=D.right=D.padding=D.margin="0";if(i){N=g(this,"borderLeftWidth")+g(this,"borderRightWidth");D.setExpression("width","this.parentNode.offsetWidth - "+N+'+ "px"');}else{D.width="100%";}}else{D.position="relative";D.margin=!A?"-"+P.T+"px -"+P.R+"px "+(P.T-I)+"px -"+P.L+"px":(P.B-I)+"px -"+P.R+"px -"+P.B+"px -"+P.L+"px";}}for(L=0;L<I;L++){z=Math.max(0,f(t,L,I));O=J.cloneNode(false);O.style.borderWidth="0 "+(B[K+"R"]?z:0)+"px 0 "+(B[K+"L"]?z:0)+"px";A?Q.appendChild(O):Q.insertBefore(O,Q.firstChild);}if(u&&c.support.boxModel){if(A&&l){continue;}for(R in B){if(!B[R]){continue;}if(A&&(R=="TL"||R=="TR")){continue;}if(!A&&(R=="BL"||R=="BR")){continue;}C={position:"absolute",border:"none",margin:0,padding:0,overflow:"hidden",backgroundColor:J.style.borderColor};v=c("<div/>").css(C).css({width:I+"px",height:"1px"});switch(R){case"TL":v.css({bottom:0,left:0});break;case"TR":v.css({bottom:0,right:0});break;case"BL":v.css({top:0,left:0});break;case"BR":v.css({top:0,right:0});break;}Q.appendChild(v[0]);var S=c("<div/>").css(C).css({top:0,bottom:0,width:"1px",height:I+"px"});switch(R){case"TL":S.css({left:I});break;case"TR":S.css({right:I});break;case"BL":S.css({left:I});break;case"BR":S.css({right:I});break;}Q.appendChild(S[0]);}}}}});};c.fn.uncorner=function(){if(e||h||j){this.css(e?"border-radius":h?"-moz-border-radius":"-webkit-border-radius",0);}c("div.jquery-corner",this).remove();return this;};c.fn.corner.defaults={useNative:true,metaAttr:"data-corner"};})(jQuery);jQuery.fn.anchorAnimate=function(a){a=jQuery.extend({speed:1100},a);return this.each(function(){var b=this;$(b).click(function(e){e.preventDefault();var d=window.location.href;var f=$(b).attr("rel");var c=$(f).offset().top;$("html:not(:animated),body:not(:animated)").animate({scrollTop:c},a.speed,function(){window.location.hash=f;});return false;});});};