/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										   Cufon.registerFont({"w":500,"face":{"font-family":"din1451Eng","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 6 3 5 3 2 2 2 4","ascent":"800","descent":"-200","x-height":"6","bbox":"-54 -912 759.291 225.042","underline-thickness":"0","underline-position":"0","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":176},"!":{"d":"86,-167r-36,-500r118,0r-36,500r-46,0xm61,0r0,-95r95,0r0,95r-95,0","w":218},"\"":{"d":"42,-667r111,0r-18,267r-75,0xm212,-667r111,0r-18,267r-76,0","w":364},"#":{"d":"131,-375r-105,0r31,-77r105,0r44,-111r85,0r-44,111r100,0r43,-111r83,0r-45,111r105,0r-30,77r-106,0r-36,94r103,0r-30,78r-104,0r-47,111r-81,-1r44,-110r-99,0r-43,110r-86,0r45,-110r-105,0r31,-78r105,0xm316,-375r-100,0r-39,94r101,0"},"$":{"d":"247,-578v-60,-1,-75,65,-65,130v19,42,47,42,102,64v63,25,123,74,123,164v0,125,-29,209,-140,224r0,64r-46,0r0,-64v-93,-11,-148,-90,-142,-194r96,0v-4,60,8,99,66,101v77,3,76,-79,69,-155v-20,-44,-54,-48,-110,-70v-71,-28,-114,-83,-114,-192v0,-82,62,-156,135,-165r0,-62r46,0r0,62v88,12,150,87,140,195r-95,0v4,-58,-9,-101,-65,-102"},"%":{"d":"65,15r366,-686r54,0r-367,686r-53,0xm135,-334v-61,0,-102,-41,-99,-103v4,-66,-12,-150,21,-191v56,-71,173,-30,173,61r0,130v-2,62,-38,103,-95,103xm423,9v-61,0,-102,-41,-99,-103v4,-66,-12,-150,21,-191v56,-71,173,-30,173,61r0,130v-2,62,-38,103,-95,103xm165,-567v0,-19,-12,-36,-32,-36v-19,0,-33,18,-33,36r0,130v0,25,11,38,34,38v21,1,31,-18,31,-38r0,-130xm453,-224v0,-19,-12,-36,-32,-36v-19,0,-33,18,-33,36r0,130v0,25,11,38,34,38v21,1,31,-18,31,-38r0,-130","w":554},"&":{"d":"384,-553v-3,84,-51,119,-101,172r62,137v15,-41,17,-74,22,-129r79,0v-1,92,-21,172,-48,245r59,129r-108,0r-16,-40v-28,25,-63,47,-110,48v-115,2,-180,-86,-178,-200v1,-107,53,-159,120,-216v-28,-56,-42,-82,-44,-144v-2,-73,59,-126,132,-126v73,0,134,52,131,124xm297,-555v1,-23,-20,-45,-43,-43v-63,5,-37,98,-12,131v28,-22,54,-46,55,-88xm142,-194v-4,70,56,135,120,93v12,-9,21,-20,28,-34r-79,-185v-32,29,-66,72,-69,126","w":491},"'":{"d":"42,-667r114,0r-18,267r-78,0","w":198},"(":{"d":"211,-833v-67,259,-66,640,9,888r-38,0v-77,-114,-132,-265,-132,-441v0,-183,48,-325,124,-447r37,0","w":263},")":{"d":"51,57v67,-259,66,-640,-9,-888r38,0v77,114,132,265,132,441v0,183,-48,325,-124,447r-37,0","w":243},"*":{"d":"107,-536r-63,-41r35,-55r55,35r0,-70r66,0r0,70r55,-35r35,55r-62,40r64,39r-35,55r-57,-34r0,68r-66,0r0,-68r-55,36r-36,-56","w":331},"+":{"d":"222,-567r54,0r0,195r205,0r0,52r-205,0r0,195r-54,0r0,-195r-204,0r0,-52r204,0r0,-195"},",":{"d":"49,71r0,-166r95,0r0,95","w":191},"-":{"d":"51,-215r0,-95r285,0r0,95r-285,0","w":387},".":{"d":"48,0r0,-95r95,0r0,95r-95,0","w":191},"\/":{"d":"62,0r129,-667r66,0r-129,667r-66,0","w":317},"1":{"d":"153,0r0,-567r-95,71r0,-101r95,-70r95,0r0,667r-95,0","w":352},"2":{"d":"184,-673v72,0,138,70,138,142v0,57,-2,104,-22,143r-150,293r172,0r0,95r-284,0r0,-88r177,-344v16,-28,12,-60,12,-99v1,-26,-22,-48,-48,-48v-23,0,-47,20,-47,44r0,59r-96,0v-6,-106,30,-197,148,-197","w":352},"3":{"d":"266,-348v38,28,57,46,57,105r0,102v0,89,-63,147,-146,147v-99,0,-152,-79,-139,-198r95,0v-2,50,-3,101,47,101v69,-1,45,-99,48,-165v2,-45,-33,-51,-77,-49r0,-84v48,3,78,-12,77,-56v-2,-59,15,-134,-46,-134v-52,0,-51,51,-49,103r-95,0v-13,-116,44,-197,144,-197v84,0,141,60,141,148v0,84,5,145,-57,177","w":352},"4":{"d":"209,0r0,-102r-190,0r0,-89r138,-476r101,0r-143,476r94,0r0,-190r96,0r0,190r46,0r0,89r-46,0r0,102r-96,0","w":352},"5":{"d":"217,-287v13,-62,-78,-81,-93,-24r-85,0r0,-356r273,0r0,89r-188,0r0,179v76,-68,188,-10,188,99r0,150v8,96,-58,156,-144,156v-93,0,-146,-69,-141,-173r97,0v-3,43,4,77,46,77v40,0,47,-28,47,-67r0,-130","w":352},"6":{"d":"170,-387v81,-24,146,22,146,111v0,136,15,282,-133,282v-94,0,-157,-58,-153,-154v2,-55,-8,-118,8,-162r132,-357r108,0xm179,-91v66,-5,36,-100,42,-162v4,-36,-20,-58,-49,-58v-65,0,-46,97,-46,163v0,31,16,60,53,57","w":352},"7":{"d":"121,-500r-84,0r0,-167r285,0r0,87r-156,580r-101,0r162,-578r-106,0r0,78","w":352},"8":{"d":"31,-265v1,-42,21,-67,48,-87v-56,-36,-50,-105,-48,-189v1,-45,16,-55,43,-95v24,-35,105,-50,155,-26v37,18,87,66,87,132v0,80,8,144,-48,178v64,36,48,125,48,215v0,78,-59,143,-138,143v-89,0,-147,-62,-147,-154r0,-117xm221,-444v0,-59,12,-134,-47,-134v-27,-1,-50,22,-49,48v1,61,-14,142,48,142v34,1,48,-23,48,-56xm221,-148v0,-67,23,-168,-47,-168v-71,0,-49,101,-49,168v0,35,15,58,51,58v34,0,45,-26,45,-58","w":352},"9":{"d":"177,-281v-89,21,-151,-28,-146,-120v3,-59,-8,-127,7,-175v5,-13,18,-32,36,-58v18,-26,51,-39,98,-39v85,0,145,70,144,149v-1,70,5,132,-16,187r-126,337r-108,0xm221,-415v0,-64,24,-164,-46,-164v-69,0,-45,98,-48,164v-2,33,18,58,51,57v31,0,43,-25,43,-57","w":352},":":{"d":"117,-297r0,-95r95,0r0,95r-95,0xm117,-86r0,-95r95,0r0,95r-95,0","w":329},";":{"d":"118,71r0,-166r94,0r0,95xm117,-167r0,-95r95,0r0,95r-95,0","w":330},"<":{"d":"143,-335r323,154r0,102r-433,-213r0,-88r433,-212r0,103"},"=":{"d":"481,-393r-463,0r0,-51r463,0r0,51xm481,-249r-463,0r0,-51r463,0r0,51"},">":{"d":"357,-336r-323,-154r0,-102r433,213r0,88r-433,212r0,-103"},"?":{"d":"192,-673v71,-2,137,68,137,140v0,60,0,105,-23,147v-35,63,-83,111,-72,219r-96,0v0,-73,0,-125,30,-171v35,-53,66,-97,66,-195v0,-27,-22,-44,-49,-44v-50,0,-46,52,-45,101r-95,0v-12,-116,47,-195,147,-197xm138,0r0,-95r96,0r0,95r-96,0","w":374},"@":{"d":"377,-527v37,0,63,20,78,45r0,-40r80,0r0,298v0,11,5,17,16,17v57,-4,130,-114,130,-194v0,-63,-21,-108,-58,-139v-82,-68,-195,-102,-311,-54v-104,43,-189,135,-189,278v0,181,126,297,306,297v129,0,210,-55,261,-134r67,0v-49,127,-156,209,-325,209v-178,0,-297,-91,-355,-220v-41,-91,-40,-201,-3,-295v63,-160,251,-281,472,-214v116,35,207,130,213,275v6,136,-82,214,-155,258v-32,20,-64,28,-93,28v-31,0,-47,-29,-56,-44v-17,23,-40,44,-76,44v-51,0,-86,-37,-86,-94r0,-233v-1,-45,39,-90,84,-88xm455,-401v0,-25,-16,-45,-42,-45v-24,0,-39,22,-39,45r0,155v1,32,8,53,40,53v35,0,41,-24,41,-53r0,-155","w":804},"A":{"d":"1,0r149,-667r83,0r149,667r-102,0r-27,-143r-124,0r-27,143r-101,0xm146,-232r90,0r-45,-243","w":379},"B":{"d":"360,-162v0,92,-68,162,-161,162r-147,0r0,-667v75,4,159,-13,215,13v45,21,93,64,93,144v0,78,-5,132,-60,159v62,32,60,100,60,189xm203,-393v60,2,63,-55,63,-117v0,-62,-54,-73,-120,-67r0,184r57,0xm201,-95v38,1,65,-29,65,-67v0,-72,7,-150,-66,-147r-54,0r0,214r55,0","w":403},"C":{"d":"200,-89v59,1,62,-44,60,-101r94,0v11,120,-48,196,-148,196v-103,0,-160,-67,-160,-174r0,-344v-1,-96,59,-161,148,-161v103,0,173,80,160,197r-94,0v5,-57,-8,-101,-61,-101v-37,0,-59,28,-59,65r0,344v-3,44,14,80,60,79","w":385},"D":{"d":"360,-165v2,94,-66,165,-160,165r-148,0r0,-667r151,0v83,-2,157,72,157,155r0,347xm266,-512v-1,-56,-56,-72,-120,-65r0,488v70,5,120,-6,120,-76r0,-347","w":405},"E":{"d":"337,-96r0,96r-285,0r0,-667r285,0r0,88r-191,0r0,197r168,0r0,90r-168,0r0,196r191,0","w":373},"F":{"d":"52,0r0,-667r284,0r0,90r-190,0r0,200r167,0r0,89r-167,0r0,288r-94,0","w":368},"G":{"d":"206,-90v94,1,57,-114,65,-197r-77,0r0,-83r171,0r0,200v3,88,-29,128,-81,156v-113,62,-239,-21,-239,-156r0,-334v2,-60,10,-67,42,-120v20,-33,61,-49,121,-49v106,0,166,77,157,197r-94,0v4,-59,-7,-101,-64,-102v-50,-1,-68,32,-68,74r0,334v-2,48,17,79,67,80","w":408},"H":{"d":"52,0r0,-667r94,0r0,285r122,0r0,-285r94,0r0,667r-94,0r0,-298r-122,0r0,298r-94,0","w":414},"I":{"d":"52,0r0,-667r94,0r0,667r-94,0","w":199},"J":{"d":"123,-91v60,1,65,-41,65,-96r0,-480r94,0r0,493v4,93,-31,126,-83,160v-72,47,-168,6,-204,-42r74,-59v16,16,34,24,54,24","w":327},"K":{"d":"308,0r-107,-298r-53,99r0,199r-94,0r0,-667r95,0r0,307r143,-307r94,0r-130,266r153,401r-101,0","w":423},"L":{"d":"337,0r-284,0r0,-667r95,0r0,571r189,0r0,96","w":357},"M":{"d":"385,0r0,-406r-95,285r-48,0r-95,-285r0,406r-95,0r0,-667r89,0r127,355r124,-355r88,0r0,667r-95,0","w":532},"N":{"d":"296,0r-149,-405r0,405r-95,0r0,-667r90,0r148,404r0,-404r95,0r0,667r-89,0","w":437},"O":{"d":"45,-505v1,-103,65,-168,160,-168v99,0,160,65,161,168r0,340v1,103,-61,171,-158,171v-98,0,-163,-67,-163,-171r0,-340xm271,-505v5,-49,-28,-74,-64,-74v-41,0,-67,31,-67,74r0,340v-1,41,21,77,67,75v42,-2,64,-28,64,-75r0,-340","w":411},"P":{"d":"361,-428v-2,122,-80,175,-214,165r0,263r-95,0r0,-667r156,0v87,5,153,59,153,142r0,97xm147,-353v70,3,121,1,121,-75r0,-87v0,-37,-25,-65,-63,-64r-58,0r0,226","w":377},"Q":{"d":"368,-170v0,35,-1,48,-11,70r63,53r-53,64r-59,-48v-61,58,-181,35,-225,-21v-26,-34,-37,-62,-38,-118r0,-332v-2,-94,69,-171,163,-171v84,0,160,74,160,158r0,345xm140,-170v-4,58,39,94,92,75r-44,-36r53,-64r32,25r0,-332v0,-42,-26,-78,-68,-76v-42,2,-65,30,-65,76r0,332","w":408},"R":{"d":"218,-667v86,-2,156,72,156,158v0,100,-8,160,-78,203r101,306r-101,0r-90,-286r-60,0r0,286r-95,0r0,-667r167,0xm213,-370v41,0,66,-30,66,-77v0,-68,1,-131,-65,-131r-68,0r0,208r67,0","w":412},"S":{"d":"190,6v-112,0,-169,-89,-164,-196r96,0v-4,60,8,99,66,101v77,3,77,-79,70,-155v-20,-44,-54,-48,-110,-70v-71,-28,-115,-83,-115,-192v0,-88,70,-169,159,-167v100,2,174,84,162,197r-95,0v4,-58,-9,-101,-65,-102v-60,-1,-74,65,-64,130v19,42,47,42,102,64v63,25,122,74,122,164v0,88,0,125,-47,182v-24,29,-62,44,-117,44","w":387},"T":{"d":"128,0r0,-578r-112,0r0,-89r321,0r0,89r-114,0r0,578r-95,0","w":352},"U":{"d":"362,-157v-1,99,-62,163,-154,163v-93,0,-156,-65,-156,-163r0,-510r95,0r0,510v-1,39,20,67,62,68v37,1,58,-33,58,-68r0,-510r95,0r0,510","w":413},"V":{"d":"142,0r-136,-667r100,0r77,463r79,-463r101,0r-139,667r-82,0","w":369},"W":{"d":"346,0r-78,-406r-77,406r-88,0r-97,-667r102,0r47,403r77,-403r71,0r78,403r48,-403r101,0r-94,667r-90,0","w":536},"X":{"d":"277,0r-83,-226r-84,226r-101,0r137,-352r-124,-315r100,0r72,196r72,-196r100,0r-125,315r137,352r-101,0","w":384},"Y":{"d":"125,0r0,-287r-129,-380r100,0r77,261r79,-261r100,0r-132,380r0,287r-95,0","w":348},"Z":{"d":"32,0r0,-86r179,-492r-166,0r0,-89r273,0r0,77r-179,494r179,0r0,96r-286,0","w":345},"[":{"d":"134,-595r0,686r96,0r0,71r-178,0r0,-828r178,0r0,71r-96,0","w":282},"\\":{"d":"255,0r-66,0r-129,-667r65,0","w":317},"]":{"d":"148,90r0,-685r-96,0r0,-71r178,0r0,828r-178,0r0,-72r96,0","w":282},"^":{"d":"192,-669r116,0r167,303r-95,0r-130,-233r-130,233r-94,0"},"_":{"d":"510,131r-520,0r0,-65r520,0r0,65"},"`":{"d":"256,-548r-137,-136r94,0r104,136r-61,0"},"a":{"d":"136,6v-80,2,-102,-71,-102,-169v0,-62,40,-98,74,-115v28,-14,75,-8,116,-9v2,-51,2,-100,-44,-101v-28,-1,-48,21,-51,47r-95,0v-2,-76,66,-141,142,-141v75,0,144,65,144,141r0,341r-96,0r0,-48v-18,29,-45,53,-88,54xm224,-209v-58,-4,-94,2,-94,69v0,26,21,50,49,50v53,0,45,-64,45,-119","w":361},"b":{"d":"227,6v-42,-1,-71,-25,-88,-54r0,48r-96,0r0,-667r96,0r0,237v21,-35,51,-52,89,-52v76,0,101,50,101,110r0,261v-1,46,-5,54,-29,88v-14,19,-38,29,-73,29xm233,-335v0,-30,-19,-53,-48,-53v-27,0,-47,26,-46,53r0,188v1,33,9,57,46,57v25,0,48,-18,48,-41r0,-204","w":367},"c":{"d":"179,-90v28,1,46,-25,46,-53r95,0v5,83,-67,152,-145,149v-85,-3,-140,-62,-140,-152r0,-186v-2,-76,63,-150,141,-150v81,0,146,70,144,150r-95,0v0,-28,-18,-57,-47,-56v-32,2,-47,21,-47,56r0,186v0,34,13,56,48,56","w":343},"d":{"d":"141,-482v40,0,72,24,88,51r0,-236r96,0r0,667r-96,0r0,-49v-16,28,-47,55,-88,55v-84,1,-102,-54,-102,-128r0,-257v-1,-56,45,-105,102,-103xm229,-324v4,-38,-17,-66,-48,-65v-34,0,-46,29,-46,65r0,171v-1,34,9,62,47,62v39,0,47,-26,47,-62r0,-171","w":366},"e":{"d":"130,-133v-1,19,25,42,45,42v29,0,46,-21,50,-47r95,0v0,55,-17,72,-49,110v-20,22,-51,34,-94,34v-90,0,-143,-67,-143,-161r0,-181v-2,-76,68,-146,144,-146v80,0,142,67,142,146r0,132r-190,0r0,71xm224,-282v1,-51,4,-106,-47,-106v-48,0,-50,53,-47,106r94,0","w":353},"f":{"d":"63,0r0,-400r-47,0r0,-76r47,0v0,-59,-2,-121,28,-149v38,-36,71,-44,138,-42r0,88v-37,-1,-70,-3,-70,37r0,66r70,0r0,76r-70,0r0,400r-96,0","w":235},"g":{"d":"321,40v13,141,-153,201,-243,114v-29,-28,-44,-62,-44,-103r96,0v0,26,20,49,47,48v30,-1,48,-19,48,-59r0,-89v-16,28,-49,55,-89,55v-65,0,-102,-45,-102,-120r0,-264v1,-38,9,-45,30,-76v14,-19,37,-29,71,-29v42,1,71,24,90,51r0,-44r96,0r0,516xm225,-331v3,-37,-19,-58,-48,-59v-37,-1,-47,28,-47,59r0,181v-1,36,12,57,49,59v40,2,46,-27,46,-59r0,-181","w":363},"h":{"d":"186,-388v-27,0,-49,27,-48,54r0,334r-96,0r0,-667r96,0r0,237v48,-89,190,-56,190,60r0,370r-96,0r0,-334v0,-31,-14,-54,-46,-54","w":371},"i":{"d":"42,0r0,-476r96,0r0,476r-96,0xm42,-573r0,-94r96,0r0,94r-96,0","w":180},"j":{"d":"138,47v0,95,-55,145,-152,143r0,-91v43,3,56,-20,56,-60r0,-515r96,0r0,523xm42,-575r0,-92r96,0r0,92r-96,0","w":181},"k":{"d":"42,0r0,-667r96,0r0,397r120,-206r95,0r-113,189r136,287r-107,0r-83,-203r-48,71r0,132r-96,0","w":380},"l":{"d":"185,0v-90,6,-143,-35,-143,-118r0,-549r96,0r0,530v0,35,11,48,47,46r0,91","w":202},"m":{"d":"138,-433v36,-66,144,-62,175,0v23,-28,49,-48,94,-49v64,-2,112,54,112,118r0,364r-96,0r0,-337v0,-31,-15,-52,-47,-52v-26,0,-48,25,-47,52r0,337r-96,0r0,-337v0,-29,-19,-52,-48,-52v-26,0,-48,25,-47,52r0,337r-96,0r0,-476r96,0r0,43","w":561},"n":{"d":"137,-430v49,-90,190,-57,190,60r0,370r-96,0r0,-335v0,-35,-16,-53,-47,-53v-28,-1,-47,26,-47,53r0,335r-96,0r0,-476r96,0r0,46","w":370},"o":{"d":"35,-336v-2,-106,105,-177,207,-132v41,18,82,66,79,132v-5,95,18,217,-24,276v-26,36,-63,66,-115,66v-88,0,-147,-60,-147,-152r0,-190xm225,-336v0,-28,-18,-53,-46,-53v-29,0,-48,23,-48,53r0,190v0,30,17,56,48,56v39,0,46,-25,46,-58r0,-188","w":355},"p":{"d":"230,-483v55,-2,99,51,99,106r0,274v-1,42,-5,49,-29,80v-37,48,-137,32,-161,-25r0,238r-96,0r0,-666r96,0r0,46v17,-28,49,-53,91,-53xm233,-335v0,-29,-18,-53,-47,-53v-29,0,-47,24,-47,53r0,186v0,35,15,59,51,59v36,0,43,-29,43,-59r0,-186","w":363},"q":{"d":"38,-380v-1,-54,44,-103,99,-103v39,0,69,18,91,53r0,-46r96,0r0,666r-96,0r0,-237v-20,28,-46,52,-89,52v-60,0,-101,-43,-101,-110r0,-275xm228,-335v0,-30,-19,-53,-49,-53v-30,0,-45,23,-45,53r0,182v-2,35,10,63,46,63v40,0,49,-29,48,-63r0,-182","w":366},"r":{"d":"262,-384v-73,-20,-124,36,-124,105r0,279r-96,0r0,-476r96,0r0,51v24,-34,76,-55,124,-57r0,98","w":280},"s":{"d":"111,-137v-1,29,24,53,53,53v46,0,71,-58,40,-88v-69,-44,-177,-48,-177,-169v0,-117,156,-192,235,-99v25,29,38,60,38,95r-88,0v0,-28,-21,-48,-49,-48v-40,0,-62,59,-33,85v38,33,112,35,142,77v17,24,36,54,36,93v2,101,-113,183,-212,126v-42,-24,-73,-65,-74,-125r89,0","w":330},"t":{"d":"148,-133v-4,42,19,43,59,42r0,91v-95,6,-155,-27,-155,-116r0,-285r-47,0r0,-75r47,0r0,-144r96,0r0,144r59,0r0,75r-59,0r0,268","w":236},"u":{"d":"187,-90v33,-1,46,-28,46,-64r0,-322r96,0r0,476r-96,0r0,-48v-21,30,-42,54,-87,54v-66,0,-103,-47,-103,-124r0,-358r96,0r0,322v-3,36,10,65,48,64","w":371},"v":{"d":"123,0r-124,-476r101,0r65,308r66,-308r101,0r-125,476r-84,0","w":328},"w":{"d":"309,0r-54,-286r-54,286r-83,0r-114,-476r101,0r60,296r54,-296r70,0r55,296r59,-296r101,0r-113,476r-82,0","w":506},"x":{"d":"225,0r-63,-149r-67,149r-101,0r121,-246r-113,-230r102,0r58,134r62,-134r101,0r-115,230r116,246r-101,0","w":318},"y":{"d":"193,80v-19,73,-67,116,-159,110r0,-90v38,3,66,-9,74,-38r21,-81r-132,-457r101,0r66,295r65,-295r101,0","w":329},"z":{"d":"22,0r0,-79r153,-315r-142,0r0,-82r249,0r0,69r-153,316r153,0r0,91r-260,0","w":305},"{":{"d":"121,-245v75,32,53,151,56,253v2,76,20,89,96,91r0,89v-125,8,-198,-18,-198,-139v0,-97,32,-239,-57,-256r0,-80v88,-20,57,-164,57,-263v0,-115,77,-134,198,-129r0,93v-74,2,-96,14,-96,88r0,138v-1,63,-13,91,-56,115","w":315},"|":{"d":"156,167r-104,0r0,-833r104,0r0,833","w":208},"}":{"d":"194,-246v-75,-32,-53,-151,-56,-253v-2,-76,-20,-89,-96,-91r0,-89v125,-8,198,18,198,139v0,97,-32,239,57,256r0,80v-88,20,-57,164,-57,263v0,115,-77,134,-198,129r0,-93v74,-2,96,-14,96,-88r0,-138v1,-63,13,-91,56,-115","w":315},"~":{"d":"94,-313v29,-62,65,-114,145,-120v33,-2,170,70,201,67v44,-5,61,-36,82,-70r52,43v-23,54,-65,122,-143,120v-25,8,-177,-68,-195,-67v-52,3,-66,33,-89,70","w":667},"\u02dc":{"d":"94,-313v29,-62,65,-114,145,-120v33,-2,170,70,201,67v44,-5,61,-36,82,-70r52,43v-23,54,-65,122,-143,120v-25,8,-177,-68,-195,-67v-52,3,-66,33,-89,70","w":667},"\u00c4":{"d":"1,0r149,-667r83,0r149,667r-102,0r-27,-143r-124,0r-27,143r-101,0xm146,-232r90,0r-45,-243xm240,-708r0,-111r83,0r0,111r-83,0xm60,-708r0,-111r83,0r0,111r-83,0","w":379},"\u00c5":{"d":"292,-809v0,55,-48,102,-103,102v-54,0,-102,-48,-102,-102v0,-54,49,-103,102,-103v54,0,103,49,103,103xm128,-809v0,32,29,61,61,61v33,0,62,-28,62,-61v0,-34,-28,-62,-62,-62v-33,0,-61,29,-61,62xm1,0r149,-667r83,0r149,667r-102,0r-27,-143r-124,0r-27,143r-101,0xm146,-232r90,0r-45,-243","w":379},"\u00c7":{"d":"173,3v-78,-19,-128,-70,-128,-171r0,-344v2,-93,59,-161,149,-161v103,0,173,80,160,197r-94,0v5,-57,-8,-101,-61,-101v-36,0,-58,29,-58,65r0,357v-2,38,18,67,59,66v59,1,62,-44,60,-101r94,0v12,120,-48,179,-141,196r-34,49v60,-15,126,6,124,67v-4,98,-152,93,-225,56r15,-32v43,21,144,42,148,-23v3,-44,-62,-45,-97,-30r-21,-17","w":385},"\u00c9":{"d":"337,-96r0,96r-285,0r0,-667r285,0r0,88r-191,0r0,197r168,0r0,90r-168,0r0,196r191,0xm136,-716r103,-136r94,0r-137,136r-60,0","w":373},"\u00d1":{"d":"284,-741v-24,5,-103,-44,-123,-43v-26,1,-36,24,-41,47r-42,0v8,-47,29,-98,84,-97v28,-5,92,46,115,45v24,-1,34,-24,40,-44r41,0v-9,46,-22,92,-74,92xm296,0r-149,-405r0,405r-95,0r0,-667r90,0r148,404r0,-404r95,0r0,667r-89,0","w":437},"\u00d6":{"d":"45,-505v1,-103,65,-168,160,-168v99,0,160,65,161,168r0,340v1,103,-61,171,-158,171v-98,0,-163,-67,-163,-171r0,-340xm271,-505v5,-49,-28,-74,-64,-74v-41,0,-67,31,-67,74r0,340v-1,41,21,77,67,75v42,-2,64,-28,64,-75r0,-340xm254,-708r0,-111r83,0r0,111r-83,0xm74,-708r0,-111r83,0r0,111r-83,0","w":411},"\u00dc":{"d":"362,-157v-1,99,-62,163,-154,163v-93,0,-156,-65,-156,-163r0,-510r95,0r0,510v-1,39,20,67,62,68v37,1,58,-33,58,-68r0,-510r95,0r0,510xm256,-708r0,-111r83,0r0,111r-83,0xm76,-708r0,-111r83,0r0,111r-83,0","w":413},"\u00e1":{"d":"136,6v-80,2,-102,-71,-102,-169v0,-62,40,-98,74,-115v28,-14,75,-8,116,-9v2,-51,2,-100,-44,-101v-28,-1,-48,21,-51,47r-95,0v-2,-76,66,-141,142,-141v75,0,144,65,144,141r0,341r-96,0r0,-48v-18,29,-45,53,-88,54xm224,-209v-58,-4,-94,2,-94,69v0,26,21,50,49,50v53,0,45,-64,45,-119xm124,-548r103,-136r94,0r-137,136r-60,0","w":361},"\u00e0":{"d":"136,6v-80,2,-102,-71,-102,-169v0,-62,40,-98,74,-115v28,-14,75,-8,116,-9v2,-51,2,-100,-44,-101v-28,-1,-48,21,-51,47r-95,0v-2,-76,66,-141,142,-141v75,0,144,65,144,141r0,341r-96,0r0,-48v-18,29,-45,53,-88,54xm224,-209v-58,-4,-94,2,-94,69v0,26,21,50,49,50v53,0,45,-64,45,-119xm187,-548r-137,-136r94,0r104,136r-61,0","w":361},"\u00e2":{"d":"136,6v-80,2,-102,-71,-102,-169v0,-62,40,-98,74,-115v28,-14,75,-8,116,-9v2,-51,2,-100,-44,-101v-28,-1,-48,21,-51,47r-95,0v-2,-76,66,-141,142,-141v75,0,144,65,144,141r0,341r-96,0r0,-48v-18,29,-45,53,-88,54xm224,-209v-58,-4,-94,2,-94,69v0,26,21,50,49,50v53,0,45,-64,45,-119xm180,-645r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":361},"\u00e4":{"d":"136,6v-80,2,-102,-71,-102,-169v0,-62,40,-98,74,-115v28,-14,75,-8,116,-9v2,-51,2,-100,-44,-101v-28,-1,-48,21,-51,47r-95,0v-2,-76,66,-141,142,-141v75,0,144,65,144,141r0,341r-96,0r0,-48v-18,29,-45,53,-88,54xm224,-209v-58,-4,-94,2,-94,69v0,26,21,50,49,50v53,0,45,-64,45,-119xm232,-565r0,-111r83,0r0,111r-83,0xm52,-565r0,-111r83,0r0,111r-83,0","w":361},"\u00e3":{"d":"247,-577v-24,5,-103,-44,-123,-43v-26,1,-36,24,-41,47r-42,0v8,-47,29,-98,84,-97v28,-5,92,46,115,45v24,-1,34,-24,40,-44r41,0v-9,46,-22,92,-74,92xm136,6v-80,2,-102,-71,-102,-169v0,-62,40,-98,74,-115v28,-14,75,-8,116,-9v2,-51,2,-100,-44,-101v-28,-1,-48,21,-51,47r-95,0v-2,-76,66,-141,142,-141v75,0,144,65,144,141r0,341r-96,0r0,-48v-18,29,-45,53,-88,54xm224,-209v-58,-4,-94,2,-94,69v0,26,21,50,49,50v53,0,45,-64,45,-119","w":361},"\u00e5":{"d":"284,-631v0,55,-48,102,-103,102v-54,0,-102,-48,-102,-102v0,-54,49,-103,102,-103v54,0,103,49,103,103xm120,-631v0,32,29,61,61,61v33,0,62,-28,62,-61v0,-34,-28,-62,-62,-62v-33,0,-61,29,-61,62xm136,6v-80,2,-102,-71,-102,-169v0,-62,40,-98,74,-115v28,-14,75,-8,116,-9v2,-51,2,-100,-44,-101v-28,-1,-48,21,-51,47r-95,0v-2,-76,66,-141,142,-141v75,0,144,65,144,141r0,341r-96,0r0,-48v-18,29,-45,53,-88,54xm224,-209v-58,-4,-94,2,-94,69v0,26,21,50,49,50v53,0,45,-64,45,-119","w":361},"\u00e7":{"d":"147,3v-64,-16,-112,-67,-112,-149r0,-186v-2,-76,63,-150,141,-150v81,0,146,70,144,150r-95,0v0,-28,-18,-56,-47,-56v-32,0,-48,26,-48,56r0,186v0,34,14,56,49,56v28,1,46,-25,46,-53r95,0v5,77,-62,148,-133,148r-34,50v60,-15,126,6,124,67v-4,98,-152,93,-225,56r15,-32v43,21,144,42,148,-23v3,-44,-62,-45,-97,-30r-21,-17","w":343},"\u00e9":{"d":"130,-133v-1,19,25,42,45,42v29,0,46,-21,50,-47r95,0v0,55,-17,72,-49,110v-20,22,-51,34,-94,34v-90,0,-143,-67,-143,-161r0,-181v-2,-76,68,-146,144,-146v80,0,142,67,142,146r0,132r-190,0r0,71xm224,-282v1,-51,4,-106,-47,-106v-48,0,-50,53,-47,106r94,0xm119,-548r103,-136r94,0r-137,136r-60,0","w":353},"\u00e8":{"d":"130,-133v-1,19,25,42,45,42v29,0,46,-21,50,-47r95,0v0,55,-17,72,-49,110v-20,22,-51,34,-94,34v-90,0,-143,-67,-143,-161r0,-181v-2,-76,68,-146,144,-146v80,0,142,67,142,146r0,132r-190,0r0,71xm224,-282v1,-51,4,-106,-47,-106v-48,0,-50,53,-47,106r94,0xm182,-548r-137,-136r94,0r104,136r-61,0","w":353},"\u00ea":{"d":"130,-133v-1,19,25,42,45,42v29,0,46,-21,50,-47r95,0v0,55,-17,72,-49,110v-20,22,-51,34,-94,34v-90,0,-143,-67,-143,-161r0,-181v-2,-76,68,-146,144,-146v80,0,142,67,142,146r0,132r-190,0r0,71xm224,-282v1,-51,4,-106,-47,-106v-48,0,-50,53,-47,106r94,0xm175,-645r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":353},"\u00eb":{"d":"130,-133v-1,19,25,42,45,42v29,0,46,-21,50,-47r95,0v0,55,-17,72,-49,110v-20,22,-51,34,-94,34v-90,0,-143,-67,-143,-161r0,-181v-2,-76,68,-146,144,-146v80,0,142,67,142,146r0,132r-190,0r0,71xm224,-282v1,-51,4,-106,-47,-106v-48,0,-50,53,-47,106r94,0xm224,-568r0,-111r83,0r0,111r-83,0xm44,-568r0,-111r83,0r0,111r-83,0","w":353},"\u00ed":{"d":"42,0r0,-476r95,0r0,476r-95,0xm32,-548r103,-136r94,0r-137,136r-60,0","w":180},"\u00ec":{"d":"42,0r0,-476r95,0r0,476r-95,0xm95,-548r-137,-136r94,0r104,136r-61,0","w":180},"\u00ee":{"d":"42,0r0,-476r95,0r0,476r-95,0xm88,-645r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":180},"\u00f1":{"d":"250,-577v-24,5,-103,-44,-123,-43v-26,1,-36,24,-41,47r-42,0v8,-47,29,-98,84,-97v28,-5,92,46,115,45v24,-1,34,-24,40,-44r41,0v-9,46,-22,92,-74,92xm137,-430v49,-90,190,-57,190,60r0,370r-96,0r0,-335v0,-35,-16,-53,-47,-53v-28,-1,-47,26,-47,53r0,335r-96,0r0,-476r96,0r0,46","w":370},"\u00f3":{"d":"35,-336v-2,-106,105,-177,207,-132v41,18,82,66,79,132v-5,95,18,217,-24,276v-26,36,-63,66,-115,66v-88,0,-147,-60,-147,-152r0,-190xm225,-336v0,-28,-18,-53,-46,-53v-29,0,-48,23,-48,53r0,190v0,30,17,56,48,56v39,0,46,-25,46,-58r0,-188xm121,-548r103,-136r94,0r-137,136r-60,0","w":355},"\u00f2":{"d":"35,-336v-2,-106,105,-177,207,-132v41,18,82,66,79,132v-5,95,18,217,-24,276v-26,36,-63,66,-115,66v-88,0,-147,-60,-147,-152r0,-190xm225,-336v0,-28,-18,-53,-46,-53v-29,0,-48,23,-48,53r0,190v0,30,17,56,48,56v39,0,46,-25,46,-58r0,-188xm184,-548r-137,-136r94,0r104,136r-61,0","w":355},"\u00f4":{"d":"35,-336v-2,-106,105,-177,207,-132v41,18,82,66,79,132v-5,95,18,217,-24,276v-26,36,-63,66,-115,66v-88,0,-147,-60,-147,-152r0,-190xm225,-336v0,-28,-18,-53,-46,-53v-29,0,-48,23,-48,53r0,190v0,30,17,56,48,56v39,0,46,-25,46,-58r0,-188xm176,-645r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":355},"\u00f6":{"d":"35,-336v-2,-106,105,-177,207,-132v41,18,82,66,79,132v-5,95,18,217,-24,276v-26,36,-63,66,-115,66v-88,0,-147,-60,-147,-152r0,-190xm225,-336v0,-28,-18,-53,-46,-53v-29,0,-48,23,-48,53r0,190v0,30,17,56,48,56v39,0,46,-25,46,-58r0,-188xm227,-565r0,-111r83,0r0,111r-83,0xm47,-565r0,-111r83,0r0,111r-83,0","w":355},"\u00f5":{"d":"244,-577v-24,5,-103,-44,-123,-43v-26,1,-36,24,-41,47r-42,0v8,-47,29,-98,84,-97v28,-5,92,46,115,45v24,-1,34,-24,40,-44r41,0v-9,46,-22,92,-74,92xm35,-336v-2,-106,105,-177,207,-132v41,18,82,66,79,132v-5,95,18,217,-24,276v-26,36,-63,66,-115,66v-88,0,-147,-60,-147,-152r0,-190xm225,-336v0,-28,-18,-53,-46,-53v-29,0,-48,23,-48,53r0,190v0,30,17,56,48,56v39,0,46,-25,46,-58r0,-188","w":355},"\u00fa":{"d":"187,-90v33,-1,46,-28,46,-64r0,-322r96,0r0,476r-96,0r0,-48v-21,30,-42,54,-87,54v-66,0,-103,-47,-103,-124r0,-358r96,0r0,322v-3,36,10,65,48,64xm129,-548r103,-136r94,0r-137,136r-60,0","w":371},"\u00f9":{"d":"187,-90v33,-1,46,-28,46,-64r0,-322r96,0r0,476r-96,0r0,-48v-21,30,-42,54,-87,54v-66,0,-103,-47,-103,-124r0,-358r96,0r0,322v-3,36,10,65,48,64xm192,-548r-137,-136r94,0r104,136r-61,0","w":371},"\u00fb":{"d":"187,-90v33,-1,46,-28,46,-64r0,-322r96,0r0,476r-96,0r0,-48v-21,30,-42,54,-87,54v-66,0,-103,-47,-103,-124r0,-358r96,0r0,322v-3,36,10,65,48,64xm185,-645r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":371},"\u00fc":{"d":"187,-90v33,-1,46,-28,46,-64r0,-322r96,0r0,476r-96,0r0,-48v-21,30,-42,54,-87,54v-66,0,-103,-47,-103,-124r0,-358r96,0r0,322v-3,36,10,65,48,64xm235,-565r0,-111r83,0r0,111r-83,0xm55,-565r0,-111r83,0r0,111r-83,0","w":371},"\u2020":{"d":"334,-382r0,544r-93,0r0,-544r-182,0r0,-82r182,0r0,-203r93,0r0,203r182,0r0,82r-182,0","w":576},"\u00b0":{"d":"249,-372v-75,0,-146,-67,-146,-143v0,-83,63,-151,147,-151v78,0,146,70,146,148v0,77,-70,146,-147,146xm250,-622v-57,0,-102,49,-102,106v0,52,48,100,100,100v53,0,103,-48,103,-102v0,-54,-48,-104,-101,-104"},"\u00a2":{"d":"105,-434v-1,-72,54,-139,118,-148r0,-90r46,0r0,90v68,7,122,72,121,148r-95,0v0,-28,-18,-56,-47,-56v-32,0,-48,26,-48,56r0,186v0,34,14,56,49,56v28,1,46,-25,46,-53r95,0v3,78,-55,136,-121,147r0,104r-46,0r0,-104v-69,-16,-118,-66,-118,-150r0,-186"},"\u00a3":{"d":"322,-584v-85,-3,-168,63,-132,154v14,33,35,57,51,91r120,0r0,41r-107,0v13,48,11,120,-19,153v-19,21,-36,41,-55,57v18,-7,58,-24,84,-24v38,0,127,36,156,36v54,-1,93,-29,120,-62r38,83v-38,37,-82,70,-148,71v-30,7,-181,-48,-200,-49v-49,1,-74,17,-107,42r-53,-78v67,-37,127,-139,79,-229r-85,0r0,-41r62,0v-31,-54,-52,-76,-52,-136v0,-170,209,-229,367,-170v86,32,119,110,122,216r-95,0v3,-100,-51,-152,-146,-155","w":610},"\u00a7":{"d":"394,-487v0,-62,-39,-104,-102,-103v-48,0,-96,24,-93,74v4,58,42,62,93,90v71,39,160,72,209,133v58,74,1,188,-78,203v31,29,52,52,53,106v3,93,-92,146,-184,146v-124,0,-191,-63,-192,-183r80,0v-3,73,41,111,111,112v48,1,98,-26,96,-76v-3,-63,-49,-77,-93,-103v-43,-25,-159,-77,-198,-113v-25,-23,-39,-53,-39,-93v-1,-70,47,-112,100,-132v-31,-27,-46,-59,-46,-97v-3,-138,223,-174,312,-89v33,32,51,72,51,125r-80,0xm204,-383v-51,10,-96,78,-48,125v53,51,160,94,218,128v55,-10,99,-81,46,-130v-55,-51,-156,-89,-216,-123","w":571},"\u2022":{"d":"320,-340v0,73,-63,140,-137,140v-74,0,-138,-66,-138,-140v0,-74,63,-139,138,-139v74,0,137,65,137,139","w":365},"\u00b6":{"d":"36,-490v2,-124,89,-177,220,-177r242,0r0,42r-56,0r0,738r-53,0r0,-738r-102,0r0,738r-53,0r0,-429v-114,12,-200,-68,-198,-174","w":545},"\u00df":{"d":"187,-578v-37,0,-49,24,-49,60r0,518r-95,0r0,-518v-3,-72,28,-109,71,-136v91,-58,215,19,215,117v0,72,1,122,-53,148v81,42,53,163,53,271v0,79,-45,122,-131,118r0,-90v29,3,41,-12,41,-39r0,-187v0,-22,-18,-31,-41,-31r0,-83v54,7,39,-51,41,-97v0,-29,-22,-52,-52,-51","w":368},"\u00a9":{"d":"734,-334v0,184,-160,346,-344,346v-185,0,-346,-161,-346,-346v0,-186,160,-345,346,-345v183,0,344,161,344,345xm119,-334v0,145,126,275,271,275v145,0,269,-130,269,-275v0,-145,-125,-274,-269,-274v-146,0,-271,128,-271,274xm390,-189v32,0,37,-27,36,-61r56,0v6,73,-26,118,-86,118v-61,0,-102,-40,-99,-105v7,-124,-38,-302,89,-302v62,0,104,47,96,118r-56,0v2,-35,-4,-61,-37,-61v-23,0,-35,17,-35,39r0,206v0,28,8,48,36,48","w":778},"\u2122":{"d":"85,-267r0,-341r-69,0r0,-59r207,0r0,59r-70,0r0,341r-68,0xm484,-267r0,-220r-53,148r-36,0r-51,-147r0,219r-67,0r0,-400r62,0r75,201r74,-201r62,0r0,400r-66,0","w":588},"\u00b4":{"d":"193,-548r103,-136r94,0r-137,136r-60,0"},"\u00a8":{"d":"299,-568r0,-111r83,0r0,111r-83,0xm119,-568r0,-111r83,0r0,111r-83,0"},"\u00c6":{"d":"0,0r298,-667r285,0r0,88r-189,0r0,197r166,0r0,90r-166,0r0,196r189,0r0,96r-285,0r0,-143r-138,0r-59,143r-101,0xm197,-232r101,0r0,-243","w":619},"\u00d8":{"d":"204,-672v48,0,85,20,114,45r28,-59r40,19r-38,81v12,24,18,51,18,81r0,340v12,149,-172,223,-272,126r-29,62r-41,-19r39,-83v-12,-23,-18,-52,-18,-86r0,-340v0,-101,64,-167,159,-167xm206,-578v-37,0,-67,29,-66,73r0,260r130,-279v-3,-28,-34,-54,-64,-54xm207,-89v39,-2,64,-29,64,-76r0,-255r-130,278v9,30,29,55,66,53","w":411},"\u00b1":{"d":"222,-577r54,0r0,195r205,0r0,52r-205,0r0,191r-54,0r0,-191r-204,0r0,-52r204,0r0,-195xm481,-44r-463,0r0,-52r463,0r0,52"},"\u00a5":{"d":"299,-287r89,3r0,43r-89,0r0,241r-96,0r0,-241r-88,0r0,-43r88,0r-38,-116r-103,0r0,-43r88,0r-76,-224r100,0r77,261r79,-261r100,0r-77,224r88,0r0,43r-103,0"},"\u00b5":{"d":"302,-48v-2,45,-65,62,-97,38r0,166r-94,0r0,-632r95,0r0,322v-2,37,10,64,49,64v39,0,47,-31,47,-64r0,-322r95,0r0,476r-95,0r0,-48"},"\u00aa":{"d":"35,-293r0,-47r174,0r0,47r-174,0xm151,-416v-29,58,-123,34,-115,-37v-8,-80,32,-119,115,-109v2,-29,0,-60,-26,-61v-17,0,-30,13,-32,28r-57,0v-1,-46,40,-85,86,-85v47,0,88,37,88,85r0,208r-59,0r0,-29xm151,-514v-35,-1,-57,-3,-57,42v0,17,8,28,24,30v42,5,31,-36,33,-72","w":247},"\u00ba":{"d":"39,-293r0,-47r171,0r0,47r-171,0xm39,-593v-2,-51,42,-87,85,-87v49,0,87,38,86,87r0,114v0,43,-33,94,-81,91v-53,-3,-90,-35,-90,-91r0,-114xm153,-593v0,-17,-11,-33,-28,-32v-19,0,-29,11,-29,32r0,114v0,22,10,33,30,33v19,1,27,-15,27,-33r0,-114","w":247},"\u00e6":{"d":"367,-482v80,-2,142,67,142,147r0,132r-190,0r0,67v-1,23,23,46,45,46v26,0,50,-23,50,-47r95,0v0,55,-17,70,-49,109v-20,22,-51,34,-94,34v-56,-1,-96,-37,-118,-77v-19,38,-61,76,-113,77v-99,1,-102,-75,-102,-168v0,-64,38,-96,73,-114v27,-13,76,-9,117,-10v2,-52,2,-100,-46,-102v-28,0,-46,21,-49,47r-95,0v-6,-118,160,-193,239,-97v23,-24,53,-43,95,-44xm223,-208v-58,-3,-102,1,-94,68v3,28,17,50,48,50v54,0,47,-60,46,-118xm414,-281v1,-52,5,-107,-48,-107v-52,0,-48,55,-47,107r95,0","w":542},"\u00f8":{"d":"35,-336v-7,-126,145,-187,237,-112r20,-35r39,22r-29,50v34,65,12,174,18,265v7,129,-144,196,-238,116r-19,33r-39,-22r28,-49v-32,-68,-12,-176,-17,-268xm178,-389v-73,3,-42,116,-48,187r91,-158v-7,-14,-23,-29,-43,-29xm180,-90v72,0,37,-121,45,-188r-91,158v9,20,25,30,46,30","w":355},"\u00bf":{"d":"182,225v-71,2,-137,-68,-137,-140v0,-60,0,-105,23,-147v35,-63,83,-111,72,-219r96,0v0,73,0,125,-30,171v-35,53,-66,97,-66,195v0,27,22,44,49,44v50,0,46,-52,45,-101r95,0v12,116,-47,195,-147,197xm236,-448r0,95r-96,0r0,-95r96,0","w":374},"\u00a1":{"d":"132,-297r36,500r-118,0r36,-500r46,0xm157,-464r0,95r-95,0r0,-95r95,0","w":218},"\u00ac":{"d":"33,-191r0,-91r433,0r0,282r-100,0r0,-191r-333,0"},"\u0192":{"d":"441,-646v-40,-8,-89,-3,-106,24v-24,39,-32,117,-44,174r104,0r-9,61r-106,0r-65,365v-25,119,-44,182,-177,184v-17,0,-37,-2,-58,-5r11,-69v42,4,72,8,94,-22v12,-17,22,-40,28,-71r68,-382r-101,0r11,-61r101,0r17,-97v8,-136,93,-195,245,-170","w":480},"\u00ab":{"d":"207,-97r-190,-191r190,-190r0,94r-95,96r95,95r0,96xm395,-97r-190,-191r190,-190r0,94r-95,96r95,95r0,96","w":420},"\u00bb":{"d":"207,-479r190,191r-190,190r0,-94r95,-96r-95,-95r0,-96xm19,-479r190,191r-190,190r0,-94r95,-96r-95,-95r0,-96","w":420},"\u2026":{"d":"48,0r0,-95r95,0r0,95r-95,0xm239,0r0,-95r96,0r0,95r-96,0xm431,0r0,-95r95,0r0,95r-95,0","w":574},"\u00a0":{"w":250},"\u00c0":{"d":"1,0r149,-667r83,0r149,667r-102,0r-27,-143r-124,0r-27,143r-101,0xm146,-232r90,0r-45,-243xm183,-716r-137,-136r94,0r104,136r-61,0","w":379},"\u00c3":{"d":"256,-741v-24,5,-103,-44,-123,-43v-26,1,-36,24,-41,47r-42,0v8,-47,29,-98,84,-97v28,-5,92,46,115,45v24,-1,34,-24,40,-44r41,0v-9,46,-22,92,-74,92xm1,0r149,-667r83,0r149,667r-102,0r-27,-143r-124,0r-27,143r-101,0xm146,-232r90,0r-45,-243","w":379},"\u00d5":{"d":"271,-741v-24,5,-103,-44,-123,-43v-26,1,-36,24,-41,47r-42,0v8,-47,29,-98,84,-97v28,-5,92,46,115,45v24,-1,34,-24,40,-44r41,0v-9,46,-22,92,-74,92xm45,-505v1,-103,65,-168,160,-168v99,0,160,65,161,168r0,340v1,103,-61,171,-158,171v-98,0,-163,-67,-163,-171r0,-340xm271,-505v5,-49,-28,-74,-64,-74v-41,0,-67,31,-67,74r0,340v-1,41,21,77,67,75v42,-2,64,-28,64,-75r0,-340","w":411},"\u0152":{"d":"45,-505v-6,-127,125,-204,238,-148r0,-14r272,0r0,88r-189,0r0,197r166,0r0,90r-166,0r0,196r189,0r0,96r-272,0r0,-14v-111,55,-238,-21,-238,-151r0,-340xm271,-505v5,-49,-28,-74,-64,-74v-41,0,-67,31,-67,74r0,340v-1,41,21,77,67,75v42,-2,64,-28,64,-75r0,-340","w":591},"\u0153":{"d":"364,-482v80,-2,142,67,142,146r0,132r-190,0r0,71v-1,18,27,42,46,42v29,0,46,-16,49,-47r95,0v0,56,-15,72,-49,110v-42,47,-142,47,-187,-8v-25,23,-49,42,-91,42v-89,0,-149,-61,-145,-152v4,-95,-16,-217,26,-276v44,-62,152,-85,211,-20v23,-22,52,-39,93,-40xm224,-336v0,-28,-18,-53,-46,-53v-29,0,-49,24,-49,53r0,190v0,31,19,56,50,55v30,0,45,-18,45,-55r0,-190xm411,-282v1,-52,4,-106,-48,-106v-49,0,-49,54,-47,106r95,0","w":539},"\u2013":{"d":"50,-206r0,-82r422,0r0,82r-422,0","w":523},"\u2014":{"d":"-10,-206r0,-82r724,0r0,82r-724,0","w":704},"\u201c":{"d":"240,-683r0,129r-71,0r0,-93xm121,-683r0,129r-71,0r0,-93","w":363},"\u201d":{"d":"50,-537r0,-129r71,0r0,93xm169,-537r0,-129r71,0r0,93","w":288},"\u2018":{"d":"120,-683r0,129r-71,0r0,-93","w":191},"\u2019":{"d":"50,-537r0,-129r71,0r0,93","w":169},"\u00f7":{"d":"481,-320r-463,0r0,-52r463,0r0,52xm294,-527v0,24,-20,45,-44,45v-25,0,-45,-20,-45,-45v0,-24,21,-44,45,-44v23,0,44,21,44,44xm294,-166v0,25,-20,45,-45,45v-24,0,-44,-21,-44,-45v0,-23,21,-44,44,-44v24,0,45,20,45,44"},"\u00ff":{"d":"193,80v-19,73,-67,116,-159,110r0,-90v38,3,66,-9,74,-38r21,-81r-132,-457r101,0r66,295r65,-295r101,0xm213,-569r0,-111r83,0r0,111r-83,0xm33,-569r0,-111r83,0r0,111r-83,0","w":329},"\u0178":{"d":"125,0r0,-287r-129,-380r100,0r77,261r79,-261r100,0r-132,380r0,287r-95,0xm220,-708r0,-111r83,0r0,111r-83,0xm40,-708r0,-111r83,0r0,111r-83,0","w":348},"\u00a4":{"d":"347,-103v-59,0,-95,-20,-138,-46r-95,95r-54,-54r94,-96v-63,-81,-55,-200,2,-274r-98,-97r55,-54r97,97v46,-26,78,-46,141,-46v58,0,91,20,133,46r98,-97r54,54r-96,96v26,36,47,83,47,139v0,59,-20,92,-44,136r96,95r-54,55r-96,-95v-40,28,-80,46,-142,46xm200,-341v0,79,70,149,149,149v78,0,148,-70,148,-149v0,-79,-68,-149,-148,-149v-79,0,-149,70,-149,149","w":697},"\u2039":{"d":"53,-288r119,-124r0,80r-75,86r75,83r0,82r-119,-122r0,-85","w":237},"\u203a":{"d":"185,-205r-120,124r0,-79r75,-88r-75,-83r0,-82r120,122r0,86","w":237},"\u2021":{"d":"335,-405r0,305r181,0r0,79r-181,0r0,183r-93,0r0,-183r-182,0r0,-79r182,0r0,-305r-182,0r0,-80r182,0r0,-182r93,0r0,182r181,0r0,80r-181,0","w":576},"\u00b7":{"d":"57,-178r0,-138r98,0r0,138r-98,0","w":213},"\u2219":{"d":"57,-178r0,-138r98,0r0,138r-98,0","w":213},"\u201a":{"d":"49,36r0,-129r71,0r0,93","w":191},"\u201e":{"d":"49,36r0,-129r71,0r0,93xm168,36r0,-129r71,0r0,93","w":286},"\u2030":{"d":"65,15r366,-686r54,0r-367,686r-53,0xm213,-378v-50,78,-187,39,-177,-59v7,-66,-12,-150,21,-191v56,-70,179,-30,173,61v-4,65,10,147,-17,189xm497,-34v-50,78,-187,39,-177,-59v7,-66,-12,-150,21,-191v56,-70,179,-30,173,61v-4,65,10,147,-17,189xm739,-34v-50,78,-187,39,-177,-59v7,-66,-12,-150,21,-191v56,-70,179,-30,173,61v-4,65,10,147,-17,189xm449,-223v0,-19,-12,-36,-32,-36v-19,0,-33,18,-33,36r0,130v0,25,11,38,34,38v23,1,31,-17,31,-38r0,-130xm165,-567v0,-19,-12,-36,-32,-36v-19,0,-33,18,-33,36r0,130v0,25,11,38,34,38v23,1,31,-17,31,-38r0,-130xm691,-223v0,-19,-12,-36,-32,-36v-19,0,-33,18,-33,36r0,130v0,25,11,38,34,38v23,1,31,-17,31,-38r0,-130","w":792},"\u00c2":{"d":"1,0r149,-667r83,0r149,667r-102,0r-27,-143r-124,0r-27,143r-101,0xm146,-232r90,0r-45,-243xm189,-817r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":379},"\u00ca":{"d":"337,-96r0,96r-285,0r0,-667r285,0r0,88r-191,0r0,197r168,0r0,90r-168,0r0,196r191,0xm185,-817r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":373},"\u00c1":{"d":"1,0r149,-667r83,0r149,667r-102,0r-27,-143r-124,0r-27,143r-101,0xm146,-232r90,0r-45,-243xm140,-716r103,-136r94,0r-137,136r-60,0","w":379},"\u00cb":{"d":"337,-96r0,96r-285,0r0,-667r285,0r0,88r-191,0r0,197r168,0r0,90r-168,0r0,196r191,0xm235,-708r0,-111r83,0r0,111r-83,0xm55,-708r0,-111r83,0r0,111r-83,0","w":373},"\u00c8":{"d":"337,-96r0,96r-285,0r0,-667r285,0r0,88r-191,0r0,197r168,0r0,90r-168,0r0,196r191,0xm179,-716r-137,-136r94,0r104,136r-61,0","w":373},"\u00cd":{"d":"52,0r0,-667r94,0r0,667r-94,0xm49,-716r103,-136r94,0r-137,136r-60,0","w":199},"\u00ce":{"d":"52,0r0,-667r94,0r0,667r-94,0xm98,-817r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":199},"\u00cf":{"d":"52,0r0,-667r94,0r0,667r-94,0xm148,-708r0,-111r83,0r0,111r-83,0xm-32,-708r0,-111r83,0r0,111r-83,0","w":199},"\u00cc":{"d":"52,0r0,-667r94,0r0,667r-94,0xm92,-716r-137,-136r94,0r104,136r-61,0","w":199},"\u00d3":{"d":"45,-505v1,-103,65,-168,160,-168v99,0,160,65,161,168r0,340v1,103,-61,171,-158,171v-98,0,-163,-67,-163,-171r0,-340xm271,-505v5,-49,-28,-74,-64,-74v-41,0,-67,31,-67,74r0,340v-1,41,21,77,67,75v42,-2,64,-28,64,-75r0,-340xm155,-716r103,-136r94,0r-137,136r-60,0","w":411},"\u00d4":{"d":"45,-505v1,-103,65,-168,160,-168v99,0,160,65,161,168r0,340v1,103,-61,171,-158,171v-98,0,-163,-67,-163,-171r0,-340xm271,-505v5,-49,-28,-74,-64,-74v-41,0,-67,31,-67,74r0,340v-1,41,21,77,67,75v42,-2,64,-28,64,-75r0,-340xm204,-817r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":411},"\u00d2":{"d":"45,-505v1,-103,65,-168,160,-168v99,0,160,65,161,168r0,340v1,103,-61,171,-158,171v-98,0,-163,-67,-163,-171r0,-340xm271,-505v5,-49,-28,-74,-64,-74v-41,0,-67,31,-67,74r0,340v-1,41,21,77,67,75v42,-2,64,-28,64,-75r0,-340xm198,-716r-137,-136r94,0r104,136r-61,0","w":411},"\u00da":{"d":"362,-157v-1,99,-62,163,-154,163v-93,0,-156,-65,-156,-163r0,-510r95,0r0,510v-1,39,20,67,62,68v37,1,58,-33,58,-68r0,-510r95,0r0,510xm157,-716r103,-136r94,0r-137,136r-60,0","w":413},"\u00db":{"d":"362,-157v-1,99,-62,163,-154,163v-93,0,-156,-65,-156,-163r0,-510r95,0r0,510v-1,39,20,67,62,68v37,1,58,-33,58,-68r0,-510r95,0r0,510xm206,-817r-70,95r-72,0r104,-136r80,0r103,136r-73,0","w":413},"\u00d9":{"d":"362,-157v-1,99,-62,163,-154,163v-93,0,-156,-65,-156,-163r0,-510r95,0r0,510v-1,39,20,67,62,68v37,1,58,-33,58,-68r0,-510r95,0r0,510xm199,-716r-137,-136r94,0r104,136r-61,0","w":413},"\u02c6":{"d":"249,-646r-70,95r-72,0r104,-136r80,0r103,136r-73,0"},"\u00b8":{"d":"242,55v60,-15,126,6,124,67v-4,98,-152,93,-225,56r15,-32v43,21,144,42,148,-23v3,-45,-63,-44,-97,-30r-21,-17r52,-76r42,0"},"\u0160":{"d":"195,-763r70,-95r72,0r-104,136r-80,0r-103,-136r73,0xm190,6v-112,0,-169,-89,-164,-196r96,0v-4,60,8,99,66,101v77,3,77,-79,70,-155v-20,-44,-54,-48,-110,-70v-71,-28,-115,-83,-115,-192v0,-88,70,-169,159,-167v100,2,174,84,162,197r-95,0v4,-58,-9,-101,-65,-102v-60,-1,-74,65,-64,130v19,42,47,42,102,64v63,25,122,74,122,164v0,88,0,125,-47,182v-24,29,-62,44,-117,44","w":387},"\u0161":{"d":"166,-592r70,-95r72,0r-104,136r-80,0r-103,-136r73,0xm111,-137v-1,29,24,53,53,53v46,0,71,-58,40,-88v-69,-44,-177,-48,-177,-169v0,-117,156,-192,235,-99v25,29,38,60,38,95r-88,0v0,-28,-21,-48,-49,-48v-40,0,-62,59,-33,85v38,33,112,35,142,77v17,24,36,54,36,93v2,101,-113,183,-212,126v-42,-24,-73,-65,-74,-125r89,0","w":330},"\u00a6":{"d":"302,-326r-104,0r0,-340r104,0r0,340xm302,167r-104,0r0,-320r104,0r0,320"},"\u00d0":{"d":"360,-165v2,94,-66,165,-160,165r-148,0r0,-304r-58,0r0,-80r58,0r0,-283r151,0v83,-2,157,72,157,155r0,347xm265,-512v-1,-55,-54,-72,-118,-65r0,193r63,0r0,81r-63,0r0,214v70,5,118,-7,118,-76r0,-347","w":405},"\u00f0":{"d":"145,-545v-24,-30,-52,-55,-90,-73r38,-28v40,16,75,38,104,65r82,-57r24,34r-76,53v86,94,100,239,100,415v0,80,-64,149,-144,149v-47,0,-81,-13,-99,-39v-28,-41,-42,-50,-42,-97r0,-136v-3,-74,34,-127,106,-129v35,-1,50,6,72,13v-3,-45,-25,-101,-50,-137r-87,60r-22,-34xm232,-136v0,-65,22,-165,-45,-166v-71,-1,-49,100,-49,166v0,31,16,55,48,55v35,0,46,-26,46,-55","w":366},"\u00dd":{"d":"125,0r0,-287r-129,-380r100,0r77,261r79,-261r100,0r-132,380r0,287r-95,0xm121,-716r103,-136r94,0r-137,136r-60,0","w":348},"\u00fd":{"d":"193,80v-19,73,-67,116,-159,110r0,-90v38,3,66,-9,74,-38r21,-81r-132,-457r101,0r66,295r65,-295r101,0xm108,-549r103,-136r94,0r-137,136r-60,0","w":329},"\u00de":{"d":"361,-344v-2,122,-79,175,-213,165r0,179r-96,0r0,-668r96,0r0,84v123,-9,202,41,213,143r0,97xm148,-269v71,4,124,-3,124,-75r0,-87v0,-59,-58,-70,-124,-64r0,226","w":377},"\u00fe":{"d":"230,-483v55,-2,99,51,99,106r0,274v-1,42,-5,49,-29,80v-37,48,-137,32,-161,-25r0,238r-96,0r0,-857r96,0r0,237v17,-28,49,-53,91,-53xm234,-335v0,-30,-19,-53,-48,-53v-29,0,-47,24,-47,53r0,186v1,36,11,59,48,59v34,0,47,-22,47,-58r0,-187","w":367},"\u00d7":{"d":"406,-540r37,38r-156,155r156,155r-37,37r-155,-156r-156,157r-38,-38r157,-156r-156,-154r37,-37r155,155"},"\u00b9":{"d":"77,-267r0,-330r-59,41r0,-68r61,-43r65,0r0,400r-67,0","w":181},"\u00b2":{"d":"119,-671v80,-4,114,101,75,174r-90,167r105,0r0,63r-185,0r0,-56r111,-204v9,-25,17,-82,-19,-82v-28,-1,-26,32,-25,61r-68,0v-9,-74,32,-120,96,-123","w":236},"\u00b3":{"d":"117,-670v90,-6,130,139,59,195v37,23,33,62,33,115v0,61,-39,97,-95,97v-65,0,-98,-50,-90,-124r67,0v2,29,-7,61,25,60v39,-2,24,-57,26,-94v2,-26,-22,-27,-48,-26r0,-56v28,2,49,-4,48,-30v-2,-31,9,-75,-24,-75v-31,0,-27,31,-27,61r-67,0v-9,-74,31,-119,93,-123","w":242},"\u00bd":{"d":"77,-267r0,-330r-59,41r0,-68r61,-43r65,0r0,400r-67,0xm38,0r364,-667r53,0r-364,667r-53,0xm432,-404v80,-4,114,101,75,174r-90,167r105,0r0,63r-185,0r0,-56r111,-204v9,-25,17,-82,-19,-82v-28,-1,-26,32,-25,61r-68,0v-9,-74,32,-120,96,-123","w":549},"\u00bc":{"d":"77,-267r0,-330r-59,41r0,-68r61,-43r65,0r0,400r-67,0xm38,0r364,-667r53,0r-364,667r-53,0xm447,0r0,-60r-118,0r0,-56r87,-284r71,0r-89,281r49,0r0,-113r68,0r0,113r29,0r0,59r-29,0r0,60r-68,0","w":566},"\u00be":{"d":"176,-475v36,17,33,62,33,114v0,60,-39,98,-95,98v-64,0,-98,-49,-90,-124r67,0v2,29,-7,61,25,60v38,-2,24,-57,26,-94v2,-26,-22,-27,-48,-26r0,-56v28,2,49,-4,48,-30v-1,-32,7,-75,-24,-76v-30,-1,-28,31,-27,61r-67,0v-9,-73,31,-118,93,-122v90,-6,130,139,59,195xm100,0r363,-667r53,0r-364,667r-52,0xm509,0r0,-60r-119,0r0,-56r87,-284r71,0r-89,281r50,0r0,-113r67,0r0,113r29,0r0,59r-29,0r0,60r-67,0","w":627},"\u00ef":{"d":"84,0r0,-475r95,0r0,475r-95,0xm180,-567r0,-111r83,0r0,111r-83,0xm0,-567r0,-111r83,0r0,111r-83,0","w":302},"\u00ae":{"d":"31,-665r603,0v21,0,31,10,31,31r0,603v0,21,-10,31,-31,31r-603,0v-21,0,-31,-10,-31,-31r0,-603v0,-21,10,-31,31,-31xm31,-657v-15,0,-22,8,-22,23r0,603v0,15,7,22,22,22r603,0v15,0,23,-7,23,-22r0,-603v0,-15,-8,-23,-23,-23r-603,0xm57,-411r551,0r0,28r-51,0r0,35r-63,0r0,-35r-317,0r0,35r-66,0r0,-35r-54,0r0,-28xm383,-60r-19,-300r104,0r103,300r-188,0xm445,-426r-85,0r-12,-182r35,0xm300,-60r-203,0r111,-300r111,0xm232,-426r68,-182r34,0r-11,182r-91,0","w":691},"0":{"d":"203,1v-108,10,-181,-37,-181,-122r0,-430v12,-95,91,-138,197,-116v46,30,88,52,88,116r0,428v-9,65,-44,106,-104,124xm154,-94v29,0,48,-13,56,-39r0,-403v-4,-12,-8,-22,-13,-30v-39,-31,-66,-3,-78,30r0,401v4,21,16,34,35,41","w":322}}});
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										   (function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										   /*!
 * jQuery UI 1.8.5
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI
 */
(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.5",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,
NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,
"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");
if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"));if(!isNaN(b)&&b!=0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind("mousedown.ui-disableSelection selectstart.ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f,
"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c.style(this,h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c.style(this,
h,d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}});
c(function(){var a=document.createElement("div"),b=document.body;c.extend(a.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.appendChild(a).offsetHeight===100;b.removeChild(a).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e<b.length;e++)a.options[b[e][0]]&&b[e][1].apply(a.element,
d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(a,b){if(c(a).css("overflow")==="hidden")return false;b=b&&b==="left"?"scrollLeft":"scrollTop";var d=false;if(a[b]>0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a<b+d},isOver:function(a,b,d,e,h,i){return c.ui.isOverAxis(a,d,h)&&c.ui.isOverAxis(b,e,i)}})}})(jQuery);

/*
 * jQuery UI Datepicker 1.8.5
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker
 *
 * Depends:
 *	jquery.ui.core.js
 */
(function(d,G){function L(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._inDialog=this._datepickerShowing=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass=
"ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su",
"Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",
minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false};d.extend(this._defaults,this.regional[""]);this.dpDiv=d('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}function E(a,b){d.extend(a,
b);for(var c in b)if(b[c]==null||b[c]==G)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.5"}});var y=(new Date).getTime();d.extend(L.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){E(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=
f}}}e=a.nodeName.toLowerCase();f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:d('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>')}},
_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&&
b.append.remove();if(c){b.append=d('<span class="'+this._appendClass+'">'+c+"</span>");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("<img/>").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('<button type="button"></button>').addClass(this._triggerClass).html(f==
""?c:d("<img/>").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;g<f.length;g++)if(f[g].length>h){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a,
c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b),
true);this._updateDatepicker(b);this._updateAlternate(b)}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('<input type="text" id="'+("dp"+this.uuid)+'" style="position: absolute; top: -100px; width: 0px; z-index: -10;"/>');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}E(a.settings,e||{});b=b&&b.constructor==
Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);
d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},
_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=
d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;
for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]==a)return true;return false},_getInst:function(a){try{return d.data(a,"datepicker")}catch(b){throw"Missing instance data for this datepicker";}},_optionDatepicker:function(a,b,c){var e=this._getInst(a);if(arguments.length==2&&typeof b=="string")return b=="defaults"?d.extend({},d.datepicker._defaults):e?b=="all"?d.extend({},e.settings):this._get(e,b):null;var f=b||{};if(typeof b=="string"){f={};f[b]=c}if(e){this._curInst==e&&
this._hideDatepicker();var h=this._getDateDatepicker(a,true);E(e.settings,f);this._attachments(d(a),e);this._autoSize(e);this._setDateDatepicker(a,h);this._updateDatepicker(e)}},_changeDatepicker:function(a,b,c){this._optionDatepicker(a,b,c)},_refreshDatepicker:function(a){(a=this._getInst(a))&&this._updateDatepicker(a)},_setDateDatepicker:function(a,b){if(a=this._getInst(a)){this._setDate(a,b);this._updateDatepicker(a);this._updateAlternate(a)}},_getDateDatepicker:function(a,b){(a=this._getInst(a))&&
!a.inline&&this._setDateFromField(a,b);return a?this._getDate(a):null},_doKeyDown:function(a){var b=d.datepicker._getInst(a.target),c=true,e=b.dpDiv.is(".ui-datepicker-rtl");b._keyEvent=true;if(d.datepicker._datepickerShowing)switch(a.keyCode){case 9:d.datepicker._hideDatepicker();c=false;break;case 13:c=d("td."+d.datepicker._dayOverClass,b.dpDiv).add(d("td."+d.datepicker._currentClass,b.dpDiv));c[0]?d.datepicker._selectDay(a.target,b.selectedMonth,b.selectedYear,c[0]):d.datepicker._hideDatepicker();
return false;case 27:d.datepicker._hideDatepicker();break;case 33:d.datepicker._adjustDate(a.target,a.ctrlKey?-d.datepicker._get(b,"stepBigMonths"):-d.datepicker._get(b,"stepMonths"),"M");break;case 34:d.datepicker._adjustDate(a.target,a.ctrlKey?+d.datepicker._get(b,"stepBigMonths"):+d.datepicker._get(b,"stepMonths"),"M");break;case 35:if(a.ctrlKey||a.metaKey)d.datepicker._clearDate(a.target);c=a.ctrlKey||a.metaKey;break;case 36:if(a.ctrlKey||a.metaKey)d.datepicker._gotoToday(a.target);c=a.ctrlKey||
a.metaKey;break;case 37:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,e?+1:-1,"D");c=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)d.datepicker._adjustDate(a.target,a.ctrlKey?-d.datepicker._get(b,"stepBigMonths"):-d.datepicker._get(b,"stepMonths"),"M");break;case 38:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,-7,"D");c=a.ctrlKey||a.metaKey;break;case 39:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,e?-1:+1,"D");c=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)d.datepicker._adjustDate(a.target,
a.ctrlKey?+d.datepicker._get(b,"stepBigMonths"):+d.datepicker._get(b,"stepMonths"),"M");break;case 40:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,+7,"D");c=a.ctrlKey||a.metaKey;break;default:c=false}else if(a.keyCode==36&&a.ctrlKey)d.datepicker._showDatepicker(this);else c=false;if(c){a.preventDefault();a.stopPropagation()}},_doKeyPress:function(a){var b=d.datepicker._getInst(a.target);if(d.datepicker._get(b,"constrainInput")){b=d.datepicker._possibleChars(d.datepicker._get(b,"dateFormat"));
var c=String.fromCharCode(a.charCode==G?a.keyCode:a.charCode);return a.ctrlKey||c<" "||!b||b.indexOf(c)>-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},_showDatepicker:function(a){a=a.target||
a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");E(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos=d.datepicker._findPos(a);
d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b,c,e);b.dpDiv.css({position:d.datepicker._inDialog&&
d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){d.datepicker._datepickerShowing=true;var i=d.datepicker._getBorders(b.dpDiv);b.dpDiv.find("iframe.ui-datepicker-cover").css({left:-i[0],top:-i[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})};b.dpDiv.zIndex(d(a).zIndex()+1);d.effects&&d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,
h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this,c=d.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a)).find("iframe.ui-datepicker-cover").css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){d(this).removeClass("ui-state-hover");
this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!b._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).addClass("ui-datepicker-prev-hover");
this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();c=this._getNumberOfMonths(a);var e=c[1];e>1?a.dpDiv.addClass("ui-datepicker-multi-"+e).css("width",17*e+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(c[0]!=1||c[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");
a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus()},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),
k=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e-g):0);b.top-=Math.min(b.top,b.top+f>k&&k>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[b?"previousSibling":"nextSibling"];
a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst=null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():
"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&
!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"):0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;
b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear=false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=
this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay=d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=
d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a);else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,
"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b==
"object"?b.toString():b+"";if(b=="")return null;for(var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff,f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames,k=c=-1,l=-1,u=-1,j=false,o=function(p){(p=z+1<a.length&&a.charAt(z+1)==p)&&z++;return p},m=function(p){o(p);p=new RegExp("^\\d{1,"+(p=="@"?14:p=="!"?20:p=="y"?4:p=="o"?
3:2)+"}");p=b.substring(s).match(p);if(!p)throw"Missing number at position "+s;s+=p[0].length;return parseInt(p[0],10)},n=function(p,w,H){p=o(p)?H:w;for(w=0;w<p.length;w++)if(b.substr(s,p[w].length).toLowerCase()==p[w].toLowerCase()){s+=p[w].length;return w+1}throw"Unknown name at position "+s;},r=function(){if(b.charAt(s)!=a.charAt(z))throw"Unexpected literal at position "+s;s++},s=0,z=0;z<a.length;z++)if(j)if(a.charAt(z)=="'"&&!o("'"))j=false;else r();else switch(a.charAt(z)){case "d":l=m("d");
break;case "D":n("D",f,h);break;case "o":u=m("o");break;case "m":k=m("m");break;case "M":k=n("M",i,g);break;case "y":c=m("y");break;case "@":var v=new Date(m("@"));c=v.getFullYear();k=v.getMonth()+1;l=v.getDate();break;case "!":v=new Date((m("!")-this._ticksTo1970)/1E4);c=v.getFullYear();k=v.getMonth()+1;l=v.getDate();break;case "'":if(o("'"))r();else j=true;break;default:r()}if(c==-1)c=(new Date).getFullYear();else if(c<100)c+=(new Date).getFullYear()-(new Date).getFullYear()%100+(c<=e?0:-100);if(u>
-1){k=1;l=u;do{e=this._getDaysInMonth(c,k-1);if(l<=e)break;k++;l-=e}while(1)}v=this._daylightSavingAdjust(new Date(c,k-1,l));if(v.getFullYear()!=c||v.getMonth()+1!=k||v.getDate()!=l)throw"Invalid date";return v},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*
60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=j+1<a.length&&a.charAt(j+1)==o)&&j++;return o},g=function(o,m,n){m=""+m;if(i(o))for(;m.length<n;)m="0"+m;return m},k=function(o,m,n,r){return i(o)?r[m]:n[m]},l="",u=false;if(b)for(var j=0;j<a.length;j++)if(u)if(a.charAt(j)==
"'"&&!i("'"))u=false;else l+=a.charAt(j);else switch(a.charAt(j)){case "d":l+=g("d",b.getDate(),2);break;case "D":l+=k("D",b.getDay(),e,f);break;case "o":l+=g("o",(b.getTime()-(new Date(b.getFullYear(),0,0)).getTime())/864E5,3);break;case "m":l+=g("m",b.getMonth()+1,2);break;case "M":l+=k("M",b.getMonth(),h,c);break;case "y":l+=i("y")?b.getFullYear():(b.getYear()%100<10?"0":"")+b.getYear()%100;break;case "@":l+=b.getTime();break;case "!":l+=b.getTime()*1E4+this._ticksTo1970;break;case "'":if(i("'"))l+=
"'";else u=true;break;default:l+=a.charAt(j)}return l},_possibleChars:function(a){for(var b="",c=false,e=function(h){(h=f+1<a.length&&a.charAt(f+1)==h)&&f++;return h},f=0;f<a.length;f++)if(c)if(a.charAt(f)=="'"&&!e("'"))c=false;else b+=a.charAt(f);else switch(a.charAt(f)){case "d":case "m":case "y":case "@":b+="0123456789";break;case "D":case "M":return null;case "'":if(e("'"))b+="'";else c=true;break;default:b+=a.charAt(f)}return b},_get:function(a,b){return a.settings[b]!==G?a.settings[b]:this._defaults[b]},
_setDateFromField:function(a,b){if(a.input.val()!=a.lastVal){var c=this._get(a,"dateFormat"),e=a.lastVal=a.input?a.input.val():null,f,h;f=h=this._getDefaultDate(a);var i=this._getFormatConfig(a);try{f=this.parseDate(c,e,i)||h}catch(g){this.log(g);e=b?"":e}a.selectedDay=f.getDate();a.drawMonth=a.selectedMonth=f.getMonth();a.drawYear=a.selectedYear=f.getFullYear();a.currentDay=e?f.getDate():0;a.currentMonth=e?f.getMonth():0;a.currentYear=e?f.getFullYear():0;this._adjustInstDate(a)}},_getDefaultDate:function(a){return this._restrictMinMax(a,
this._determineDate(a,this._get(a,"defaultDate"),new Date))},_determineDate:function(a,b,c){var e=function(h){var i=new Date;i.setDate(i.getDate()+h);return i},f=function(h){try{return d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),h,d.datepicker._getFormatConfig(a))}catch(i){}var g=(h.toLowerCase().match(/^c/)?d.datepicker._getDate(a):null)||new Date,k=g.getFullYear(),l=g.getMonth();g=g.getDate();for(var u=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,j=u.exec(h);j;){switch(j[2]||"d"){case "d":case "D":g+=
parseInt(j[1],10);break;case "w":case "W":g+=parseInt(j[1],10)*7;break;case "m":case "M":l+=parseInt(j[1],10);g=Math.min(g,d.datepicker._getDaysInMonth(k,l));break;case "y":case "Y":k+=parseInt(j[1],10);g=Math.min(g,d.datepicker._getDaysInMonth(k,l));break}j=u.exec(h)}return new Date(k,l,g)};if(b=(b=b==null?c:typeof b=="string"?f(b):typeof b=="number"?isNaN(b)?c:e(b):b)&&b.toString()=="Invalid Date"?c:b){b.setHours(0);b.setMinutes(0);b.setSeconds(0);b.setMilliseconds(0)}return this._daylightSavingAdjust(b)},
_daylightSavingAdjust:function(a){if(!a)return null;a.setHours(a.getHours()>12?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?
"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),k=
this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),j=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=j&&n<j?j:n;this._daylightSavingAdjust(new Date(m,g,1))>n;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,
"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-k,1)),this._getFormatConfig(a));n=this._canAdjustMonth(a,-1,m,g)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery_'+y+".datepicker._adjustDate('#"+a.id+"', -"+k+", 'M');\" title=\""+n+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"e":"w")+'">'+n+"</span></a>":f?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+n+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"e":"w")+'">'+
n+"</span></a>";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m,g+k,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery_'+y+".datepicker._adjustDate('#"+a.id+"', +"+k+", 'M');\" title=\""+r+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"w":"e")+'">'+r+"</span></a>":f?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+r+'"><span class="ui-icon ui-icon-circle-triangle-'+
(c?"w":"e")+'">'+r+"</span></a>";k=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&&a.currentDay?u:b;k=!h?k:this.formatDate(k,r,this._getFormatConfig(a));h=!a.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery_'+y+'.datepicker._hideDatepicker();">'+this._get(a,"closeText")+"</button>":"";e=e?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(c?h:"")+(this._isInRange(a,r)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery_'+
y+".datepicker._gotoToday('#"+a.id+"');\">"+k+"</button>":"")+(c?"":h)+"</div>":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;k=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),z=this._get(a,"monthNames"),v=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),w=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var M=this._getDefaultDate(a),I="",C=0;C<i[0];C++){for(var N=
"",D=0;D<i[1];D++){var J=this._daylightSavingAdjust(new Date(m,g,a.selectedDay)),t=" ui-corner-all",x="";if(l){x+='<div class="ui-datepicker-group';if(i[1]>1)switch(D){case 0:x+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-1:x+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:x+=" ui-datepicker-group-middle";t="";break}x+='">'}x+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+t+'">'+(/all|left/.test(t)&&C==0?c?
f:n:"")+(/all|right/.test(t)&&C==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,j,o,C>0||D>0,z,v)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var A=k?'<th class="ui-datepicker-week-col">'+this._get(a,"weekHeader")+"</th>":"";for(t=0;t<7;t++){var q=(t+h)%7;A+="<th"+((t+h+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+r[q]+'">'+s[q]+"</span></th>"}x+=A+"</tr></thead><tbody>";A=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,
A);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;A=l?6:Math.ceil((t+A)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var O=0;O<A;O++){x+="<tr>";var P=!k?"":'<td class="ui-datepicker-week-col">'+this._get(a,"calculateWeek")(q)+"</td>";for(t=0;t<7;t++){var F=p?p.apply(a.input?a.input[0]:null,[q]):[true,""],B=q.getMonth()!=g,K=B&&!H||!F[0]||j&&q<j||o&&q>o;P+='<td class="'+((t+h+6)%7>=5?" ui-datepicker-week-end":"")+(B?" ui-datepicker-other-month":"")+(q.getTime()==J.getTime()&&g==a.selectedMonth&&
a._keyEvent||M.getTime()==q.getTime()&&M.getTime()==J.getTime()?" "+this._dayOverClass:"")+(K?" "+this._unselectableClass+" ui-state-disabled":"")+(B&&!w?"":" "+F[1]+(q.getTime()==u.getTime()?" "+this._currentClass:"")+(q.getTime()==b.getTime()?" ui-datepicker-today":""))+'"'+((!B||w)&&F[2]?' title="'+F[2]+'"':"")+(K?"":' onclick="DP_jQuery_'+y+".datepicker._selectDay('#"+a.id+"',"+q.getMonth()+","+q.getFullYear()+', this);return false;"')+">"+(B&&!w?"&#xa0;":K?'<span class="ui-state-default">'+q.getDate()+
"</span>":'<a class="ui-state-default'+(q.getTime()==b.getTime()?" ui-state-highlight":"")+(q.getTime()==J.getTime()?" ui-state-active":"")+(B?" ui-priority-secondary":"")+'" href="#">'+q.getDate()+"</a>")+"</td>";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}x+=P+"</tr>"}g++;if(g>11){g=0;m++}x+="</tbody></table>"+(l?"</div>"+(i[0]>0&&D==i[1]-1?'<div class="ui-datepicker-row-break"></div>':""):"");N+=x}I+=N}I+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':
"");a._keyEvent=false;return I},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var k=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),j='<div class="ui-datepicker-title">',o="";if(h||!k)o+='<span class="ui-datepicker-month">'+i[b]+"</span>";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='<select class="ui-datepicker-month" onchange="DP_jQuery_'+y+".datepicker._selectMonthYear('#"+a.id+"', this, 'M');\" onclick=\"DP_jQuery_"+y+".datepicker._clickMonthYear('#"+
a.id+"');\">";for(var n=0;n<12;n++)if((!i||n>=e.getMonth())&&(!m||n<=f.getMonth()))o+='<option value="'+n+'"'+(n==b?' selected="selected"':"")+">"+g[n]+"</option>";o+="</select>"}u||(j+=o+(h||!(k&&l)?"&#xa0;":""));if(h||!l)j+='<span class="ui-datepicker-year">'+c+"</span>";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b,
i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(j+='<select class="ui-datepicker-year" onchange="DP_jQuery_'+y+".datepicker._selectMonthYear('#"+a.id+"', this, 'Y');\" onclick=\"DP_jQuery_"+y+".datepicker._clickMonthYear('#"+a.id+"');\">";b<=g;b++)j+='<option value="'+b+'"'+(b==c?' selected="selected"':"")+">"+b+"</option>";j+="</select>"}j+=this._get(a,"yearSuffix");if(u)j+=(h||!(k&&l)?"&#xa0;":"")+o;j+="</div>";return j},_adjustInstDate:function(a,b,c){var e=
a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&b<c?c:b;return b=a&&b>a?a:b},_notifyChange:function(a){var b=this._get(a,
"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);
c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,
"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=
function(a){if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));
return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new L;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.5";window["DP_jQuery_"+y]=d})(jQuery);

/* German initialisation for the jQuery UI date picker plugin. */
/* Written by Milian Wolff (mail@milianw.de). */
jQuery(function($){
	$.datepicker.regional['de'] = {
		closeText: 'schließen',
		prevText: '&#x3c;zurück',
		nextText: 'Vor&#x3e;',
		currentText: 'heute',
		monthNames: ['Januar','Februar','März','April','Mai','Juni',
		'Juli','August','September','Oktober','November','Dezember'],
		monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
		'Jul','Aug','Sep','Okt','Nov','Dez'],
		dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
		dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
		dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
		weekHeader: 'Wo',
		dateFormat: 'dd.mm.yy',
		firstDay: 1,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
	$.datepicker.setDefaults($.datepicker.regional['de']);
});


(function($){$('html').addClass('stylish-select');Array.prototype.indexOf=function(obj,start){for(var i=(start||0);i<this.length;i++){if(this[i]==obj){return i;}}}
$.fn.extend({getSetSSValue:function(value){if(value){$(this).val(value).change();return this;}else{return $(this).find(':selected').val();}},resetSS:function(){var oldOpts=$(this).data('ssOpts');$this=$(this);$this.next().remove();$this.unbind('.sSelect').sSelect(oldOpts);}});$.fn.sSelect=function(options){return this.each(function(){var defaults={defaultText:'Please select',animationSpeed:0,ddMaxHeight:'',containerClass:'',containerDivTextClass:'selectedTxt',ulClass:'newList'};var opts=$.extend(defaults,options),$input=$(this),$containerDivText=$('<div class="'+opts.containerDivTextClass+'"></div>'),$containerDiv=$('<div class="'+opts.containerClass+'"></div>'),$newUl=$('<ul class="'+opts.ulClass+'" style="visibility:hidden;"></ul>'),itemIndex=-1,currentIndex=-1,keys=[],prevKey=false,prevented=false,$newLi;$(this).data('ssOpts',options);$containerDiv.insertAfter($input);$containerDiv.attr("tabindex",$input.attr("tabindex")||"0");$containerDivText.prependTo($containerDiv);$newUl.appendTo($containerDiv);$input.hide();$containerDivText.data('ssReRender',!$containerDivText.is(':visible'));if($input.children('optgroup').length==0){$input.children().each(function(i){var option=$(this).html();var key=$(this).val();keys.push(option.charAt(0).toLowerCase());if($(this).attr('selected')==true){opts.defaultText=option;currentIndex=i;}
$newUl.append($('<li><a href="JavaScript:void(0);">'+option+'</a></li>').data('key',key));});$newLi=$newUl.children().children();}else{$input.children('optgroup').each(function(){var optionTitle=$(this).attr('label'),$optGroup=$('<li class="newListOptionTitle">'+optionTitle+'</li>');$optGroup.appendTo($newUl);var $optGroupList=$('<ul></ul>');$optGroupList.appendTo($optGroup);$(this).children().each(function(){++itemIndex;var option=$(this).html();var key=$(this).val();keys.push(option.charAt(0).toLowerCase());if($(this).attr('selected')==true){opts.defaultText=option;currentIndex=itemIndex;}
$optGroupList.append($('<li><a href="JavaScript:void(0);">'+option+'</a></li>').data('key',key));})});$newLi=$newUl.find('ul li a');}
var newUlHeight=$newUl.height(),containerHeight=$containerDiv.height(),newLiLength=$newLi.length;if(currentIndex!=-1){navigateList(currentIndex,true);}else{$containerDivText.text(opts.defaultText);}
function newUlPos(){var containerPosY=$containerDiv.offset().top,docHeight=jQuery(window).height(),scrollTop=jQuery(window).scrollTop();if(newUlHeight>parseInt(opts.ddMaxHeight)){newUlHeight=parseInt(opts.ddMaxHeight);}
containerPosY=containerPosY-scrollTop;if(containerPosY+newUlHeight>=docHeight){$newUl.css({top:'-'+newUlHeight+'px',height:newUlHeight});$input.onTop=true;}else{$newUl.css({top:(containerHeight+3)+'px',height:newUlHeight});$input.onTop=false;}}
newUlPos();$(window).bind('resize.sSelect scroll.sSelect',newUlPos);function positionFix(){$containerDiv.css('position','relative');}
function positionHideFix(){$containerDiv.css('position','static');}
$containerDivText.bind('click.sSelect',function(event){event.stopPropagation();if($(this).data('ssReRender')){newUlHeight=$newUl.height('').height();containerHeight=$containerDiv.height();$(this).data('ssReRender',false);newUlPos();}
$('.newList').not($(this).next()).hide().parent().css('position','static').removeClass('newListSelFocus');$newUl.toggle();positionFix();$newLi.eq(currentIndex).focus();});$newLi.bind('click.sSelect',function(e){var $clickedLi=$(e.target);currentIndex=$newLi.index($clickedLi);prevented=true;navigateList(currentIndex);$newUl.hide();$containerDiv.css('position','static');});$newLi.bind('mouseenter.sSelect',function(e){var $hoveredLi=$(e.target);$hoveredLi.addClass('newListHover');}).bind('mouseleave.sSelect',function(e){var $hoveredLi=$(e.target);$hoveredLi.removeClass('newListHover');});function navigateList(currentIndex,init){$newLi.removeClass('hiLite').eq(currentIndex).addClass('hiLite');if($newUl.is(':visible')){$newLi.eq(currentIndex).focus();}
var text=$newLi.eq(currentIndex).html();var val=$newLi.eq(currentIndex).parent().data('key');if(init==true){$input.val(val);$containerDivText.text(text);return false;}
try{$input.val(val)}catch(ex){$input[0].selectedIndex=currentIndex;}
$input.change();$containerDivText.text(text);}
$input.bind('change.sSelect',function(event){$targetInput=$(event.target);if(prevented==true){prevented=false;return false;}
$currentOpt=$targetInput.find(':selected');currentIndex=$targetInput.find('option').index($currentOpt);navigateList(currentIndex,true);});function keyPress(element){$(element).unbind('keydown.sSelect').bind('keydown.sSelect',function(e){var keycode=e.which;prevented=true;switch(keycode){case 40:case 39:incrementList();return false;break;case 38:case 37:decrementList();return false;break;case 33:case 36:gotoFirst();return false;break;case 34:case 35:gotoLast();return false;break;case 13:case 27:$newUl.hide();positionHideFix();return false;break;}
keyPressed=String.fromCharCode(keycode).toLowerCase();var currentKeyIndex=keys.indexOf(keyPressed);if(typeof currentKeyIndex!='undefined'){++currentIndex;currentIndex=keys.indexOf(keyPressed,currentIndex);if(currentIndex==-1||currentIndex==null||prevKey!=keyPressed)currentIndex=keys.indexOf(keyPressed);navigateList(currentIndex);prevKey=keyPressed;return false;}});}
function incrementList(){if(currentIndex<(newLiLength-1)){++currentIndex;navigateList(currentIndex);}}
function decrementList(){if(currentIndex>0){--currentIndex;navigateList(currentIndex);}}
function gotoFirst(){currentIndex=0;navigateList(currentIndex);}
function gotoLast(){currentIndex=newLiLength-1;navigateList(currentIndex);}
$containerDiv.bind('click.sSelect',function(e){e.stopPropagation();keyPress(this);});$containerDiv.bind('focus.sSelect',function(){$(this).addClass('newListSelFocus');keyPress(this);});$containerDiv.bind('blur.sSelect',function(){$(this).removeClass('newListSelFocus');});$(document).bind('click.sSelect',function(){$containerDiv.removeClass('newListSelFocus');$newUl.hide();positionHideFix();});$containerDivText.bind('mouseenter.sSelect',function(e){var $hoveredTxt=$(e.target);$hoveredTxt.parent().addClass('newListSelHover');}).bind('mouseleave.sSelect',function(e){var $hoveredTxt=$(e.target);$hoveredTxt.parent().removeClass('newListSelHover');});$newUl.css({left:'-1px',display:'none',visibility:'visible'});});};})(jQuery);

/*!
  jCarousel - Riding carousels with jQuery
    http://sorgalla.com/jcarousel/
 
  Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
  Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
  and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 
  Built on top of the jQuery library
    http://jquery.com
 
  Inspired by the "Carousel Component" by Bill Scott
    http://billwscott.com/carousel/
 */(function($){var defaults={vertical:false,rtl:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:'normal',easing:'swing',auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:'<div></div>',buttonPrevHTML:'<div></div>',buttonNextEvent:'click',buttonPrevEvent:'click',buttonNextCallback:null,buttonPrevCallback:null,itemFallbackDimension:null},windowLoaded=false;$(window).bind('load.jcarousel',function(){windowLoaded=true;});$.jcarousel=function(e,o){this.options=$.extend({},defaults,o||{});this.locked=false;this.autoStopped=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.buttonNextState=null;this.buttonPrevState=null;if(!o||o.rtl===undefined){this.options.rtl=($(e).attr('dir')||$('html').attr('dir')||'').toLowerCase()=='rtl';}
this.wh=!this.options.vertical?'width':'height';this.lt=!this.options.vertical?(this.options.rtl?'right':'left'):'top';var skin='',split=e.className.split(' ');for(var i=0;i<split.length;i++){if(split[i].indexOf('jcarousel-skin')!=-1){$(e).removeClass(split[i]);skin=split[i];break;}}
if(e.nodeName.toUpperCase()=='UL'||e.nodeName.toUpperCase()=='OL'){this.list=$(e);this.container=this.list.parent();if(this.container.hasClass('jcarousel-clip')){if(!this.container.parent().hasClass('jcarousel-container')){this.container=this.container.wrap('<div></div>');}
this.container=this.container.parent();}else if(!this.container.hasClass('jcarousel-container')){this.container=this.list.wrap('<div></div>').parent();}}else{this.container=$(e);this.list=this.container.find('ul,ol').eq(0);}
if(skin!==''&&this.container.parent()[0].className.indexOf('jcarousel-skin')==-1){this.container.wrap('<div class=" '+skin+'"></div>');}
this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass('jcarousel-clip')){this.clip=this.list.wrap('<div></div>').parent();}
this.buttonNext=$('.jcarousel-next',this.container);if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null){this.buttonNext=this.clip.after(this.options.buttonNextHTML).next();}
this.buttonNext.addClass(this.className('jcarousel-next'));this.buttonPrev=$('.jcarousel-prev',this.container);if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null){this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();}
this.buttonPrev.addClass(this.className('jcarousel-prev'));this.clip.addClass(this.className('jcarousel-clip')).css({overflow:'hidden',position:'relative'});this.list.addClass(this.className('jcarousel-list')).css({overflow:'hidden',position:'relative',top:0,margin:0,padding:0}).css((this.options.rtl?'right':'left'),0);this.container.addClass(this.className('jcarousel-container')).css({position:'relative'});if(!this.options.vertical&&this.options.rtl){this.container.addClass('jcarousel-direction-rtl').attr('dir','rtl');}
var di=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;var li=this.list.children('li');var self=this;if(li.size()>0){var wh=0,j=this.options.offset;li.each(function(){self.format(this,j++);wh+=self.dimension(this,di);});this.list.css(this.wh,(wh+100)+'px');if(!o||o.size===undefined){this.options.size=li.size();}}
this.container.css('display','block');this.buttonNext.css('display','block');this.buttonPrev.css('display','block');this.funcNext=function(){self.next();};this.funcPrev=function(){self.prev();};this.funcResize=function(){self.reload();};if(this.options.initCallback!==null){this.options.initCallback(this,'init');}
if(!windowLoaded&&$.browser.safari){this.buttons(false,false);$(window).bind('load.jcarousel',function(){self.setup();});}else{this.setup();}};var $jc=$.jcarousel;$jc.fn=$jc.prototype={jcarousel:'0.2.7'};$jc.fn.extend=$jc.extend=$.extend;$jc.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.tail=null;this.inTail=false;if(this.locked){return;}
this.list.css(this.lt,this.pos(this.options.offset)+'px');var p=this.pos(this.options.start,true);this.prevFirst=this.prevLast=null;this.animate(p,false);$(window).unbind('resize.jcarousel',this.funcResize).bind('resize.jcarousel',this.funcResize);},reset:function(){this.list.empty();this.list.css(this.lt,'0px');this.list.css(this.wh,'10px');if(this.options.initCallback!==null){this.options.initCallback(this,'reset');}
this.setup();},reload:function(){if(this.tail!==null&&this.inTail){this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+this.tail);}
this.tail=null;this.inTail=false;if(this.options.reloadCallback!==null){this.options.reloadCallback(this);}
if(this.options.visible!==null){var self=this;var di=Math.ceil(this.clipping()/this.options.visible),wh=0,lt=0;this.list.children('li').each(function(i){wh+=self.dimension(this,di);if(i+1<self.first){lt=wh;}});this.list.css(this.wh,wh+'px');this.list.css(this.lt,-lt+'px');}
this.scroll(this.first,false);},lock:function(){this.locked=true;this.buttons();},unlock:function(){this.locked=false;this.buttons();},size:function(s){if(s!==undefined){this.options.size=s;if(!this.locked){this.buttons();}}
return this.options.size;},has:function(i,i2){if(i2===undefined||!i2){i2=i;}
if(this.options.size!==null&&i2>this.options.size){i2=this.options.size;}
for(var j=i;j<=i2;j++){var e=this.get(j);if(!e.length||e.hasClass('jcarousel-item-placeholder')){return false;}}
return true;},get:function(i){return $('.jcarousel-item-'+i,this.list);},add:function(i,s){var e=this.get(i),old=0,n=$(s);if(e.length===0){var c,j=$jc.intval(i);e=this.create(i);while(true){c=this.get(--j);if(j<=0||c.length){if(j<=0){this.list.prepend(e);}else{c.after(e);}
break;}}}else{old=this.dimension(e);}
if(n.get(0).nodeName.toUpperCase()=='LI'){e.replaceWith(n);e=n;}else{e.empty().append(s);}
this.format(e.removeClass(this.className('jcarousel-item-placeholder')),i);var di=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;var wh=this.dimension(e,di)-old;if(i>0&&i<this.first){this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-wh+'px');}
this.list.css(this.wh,$jc.intval(this.list.css(this.wh))+wh+'px');return e;},remove:function(i){var e=this.get(i);if(!e.length||(i>=this.first&&i<=this.last)){return;}
var d=this.dimension(e);if(i<this.first){this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+d+'px');}
e.remove();this.list.css(this.wh,$jc.intval(this.list.css(this.wh))-d+'px');},next:function(){if(this.tail!==null&&!this.inTail){this.scrollTail(false);}else{this.scroll(((this.options.wrap=='both'||this.options.wrap=='last')&&this.options.size!==null&&this.last==this.options.size)?1:this.first+this.options.scroll);}},prev:function(){if(this.tail!==null&&this.inTail){this.scrollTail(true);}else{this.scroll(((this.options.wrap=='both'||this.options.wrap=='first')&&this.options.size!==null&&this.first==1)?this.options.size:this.first-this.options.scroll);}},scrollTail:function(b){if(this.locked||this.animating||!this.tail){return;}
this.pauseAuto();var pos=$jc.intval(this.list.css(this.lt));pos=!b?pos-this.tail:pos+this.tail;this.inTail=!b;this.prevFirst=this.first;this.prevLast=this.last;this.animate(pos);},scroll:function(i,a){if(this.locked||this.animating){return;}
this.pauseAuto();this.animate(this.pos(i),a);},pos:function(i,fv){var pos=$jc.intval(this.list.css(this.lt));if(this.locked||this.animating){return pos;}
if(this.options.wrap!='circular'){i=i<1?1:(this.options.size&&i>this.options.size?this.options.size:i);}
var back=this.first>i;var f=this.options.wrap!='circular'&&this.first<=1?1:this.first;var c=back?this.get(f):this.get(this.last);var j=back?f:f-1;var e=null,l=0,p=false,d=0,g;while(back?--j>=i:++j<i){e=this.get(j);p=!e.length;if(e.length===0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c[back?'before':'after'](e);if(this.first!==null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length){e=this.add(j,g.clone(true));}}}
c=e;d=this.dimension(e);if(p){l+=d;}
if(this.first!==null&&(this.options.wrap=='circular'||(j>=1&&(this.options.size===null||j<=this.options.size)))){pos=back?pos+d:pos-d;}}
var clipping=this.clipping(),cache=[],visible=0,v=0;c=this.get(i-1);j=i;while(++visible){e=this.get(j);p=!e.length;if(e.length===0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));if(c.length===0){this.list.prepend(e);}else{c[back?'before':'after'](e);}
if(this.first!==null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length){e=this.add(j,g.clone(true));}}}
c=e;d=this.dimension(e);if(d===0){throw new Error('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...');}
if(this.options.wrap!='circular'&&this.options.size!==null&&j>this.options.size){cache.push(e);}else if(p){l+=d;}
v+=d;if(v>=clipping){break;}
j++;}
for(var x=0;x<cache.length;x++){cache[x].remove();}
if(l>0){this.list.css(this.wh,this.dimension(this.list)+l+'px');if(back){pos-=l;this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-l+'px');}}
var last=i+visible-1;if(this.options.wrap!='circular'&&this.options.size&&last>this.options.size){last=this.options.size;}
if(j>last){visible=0;j=last;v=0;while(++visible){e=this.get(j--);if(!e.length){break;}
v+=this.dimension(e);if(v>=clipping){break;}}}
var first=last-visible+1;if(this.options.wrap!='circular'&&first<1){first=1;}
if(this.inTail&&back){pos+=this.tail;this.inTail=false;}
this.tail=null;if(this.options.wrap!='circular'&&last==this.options.size&&(last-visible+1)>=1){var m=$jc.margin(this.get(last),!this.options.vertical?'marginRight':'marginBottom');if((v-m)>clipping){this.tail=v-clipping-m;}}
if(fv&&i===this.options.size&&this.tail){pos-=this.tail;this.inTail=true;}
while(i-->first){pos+=this.dimension(this.get(i));}
this.prevFirst=this.first;this.prevLast=this.last;this.first=first;this.last=last;return pos;},animate:function(p,a){if(this.locked||this.animating){return;}
this.animating=true;var self=this;var scrolled=function(){self.animating=false;if(p===0){self.list.css(self.lt,0);}
if(!self.autoStopped&&(self.options.wrap=='circular'||self.options.wrap=='both'||self.options.wrap=='last'||self.options.size===null||self.last<self.options.size||(self.last==self.options.size&&self.tail!==null&&!self.inTail))){self.startAuto();}
self.buttons();self.notify('onAfterAnimation');if(self.options.wrap=='circular'&&self.options.size!==null){for(var i=self.prevFirst;i<=self.prevLast;i++){if(i!==null&&!(i>=self.first&&i<=self.last)&&(i<1||i>self.options.size)){self.remove(i);}}}};this.notify('onBeforeAnimation');if(!this.options.animation||a===false){this.list.css(this.lt,p+'px');scrolled();}else{var o=!this.options.vertical?(this.options.rtl?{'right':p}:{'left':p}):{'top':p};this.list.animate(o,this.options.animation,this.options.easing,scrolled);}},startAuto:function(s){if(s!==undefined){this.options.auto=s;}
if(this.options.auto===0){return this.stopAuto();}
if(this.timer!==null){return;}
this.autoStopped=false;var self=this;this.timer=window.setTimeout(function(){self.next();},this.options.auto*1000);},stopAuto:function(){this.pauseAuto();this.autoStopped=true;},pauseAuto:function(){if(this.timer===null){return;}
window.clearTimeout(this.timer);this.timer=null;},buttons:function(n,p){if(n==null){n=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='first')||this.options.size===null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=='first')&&this.options.size!==null&&this.last>=this.options.size){n=this.tail!==null&&!this.inTail;}}
if(p==null){p=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='last')||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=='last')&&this.options.size!==null&&this.first==1){p=this.tail!==null&&this.inTail;}}
var self=this;if(this.buttonNext.size()>0){this.buttonNext.unbind(this.options.buttonNextEvent+'.jcarousel',this.funcNext);if(n){this.buttonNext.bind(this.options.buttonNextEvent+'.jcarousel',this.funcNext);}
this.buttonNext[n?'removeClass':'addClass'](this.className('jcarousel-next-disabled')).attr('disabled',n?false:true);if(this.options.buttonNextCallback!==null&&this.buttonNext.data('jcarouselstate')!=n){this.buttonNext.each(function(){self.options.buttonNextCallback(self,this,n);}).data('jcarouselstate',n);}}else{if(this.options.buttonNextCallback!==null&&this.buttonNextState!=n){this.options.buttonNextCallback(self,null,n);}}
if(this.buttonPrev.size()>0){this.buttonPrev.unbind(this.options.buttonPrevEvent+'.jcarousel',this.funcPrev);if(p){this.buttonPrev.bind(this.options.buttonPrevEvent+'.jcarousel',this.funcPrev);}
this.buttonPrev[p?'removeClass':'addClass'](this.className('jcarousel-prev-disabled')).attr('disabled',p?false:true);if(this.options.buttonPrevCallback!==null&&this.buttonPrev.data('jcarouselstate')!=p){this.buttonPrev.each(function(){self.options.buttonPrevCallback(self,this,p);}).data('jcarouselstate',p);}}else{if(this.options.buttonPrevCallback!==null&&this.buttonPrevState!=p){this.options.buttonPrevCallback(self,null,p);}}
this.buttonNextState=n;this.buttonPrevState=p;},notify:function(evt){var state=this.prevFirst===null?'init':(this.prevFirst<this.first?'next':'prev');this.callback('itemLoadCallback',evt,state);if(this.prevFirst!==this.first){this.callback('itemFirstInCallback',evt,state,this.first);this.callback('itemFirstOutCallback',evt,state,this.prevFirst);}
if(this.prevLast!==this.last){this.callback('itemLastInCallback',evt,state,this.last);this.callback('itemLastOutCallback',evt,state,this.prevLast);}
this.callback('itemVisibleInCallback',evt,state,this.first,this.last,this.prevFirst,this.prevLast);this.callback('itemVisibleOutCallback',evt,state,this.prevFirst,this.prevLast,this.first,this.last);},callback:function(cb,evt,state,i1,i2,i3,i4){if(this.options[cb]==null||(typeof this.options[cb]!='object'&&evt!='onAfterAnimation')){return;}
var callback=typeof this.options[cb]=='object'?this.options[cb][evt]:this.options[cb];if(!$.isFunction(callback)){return;}
var self=this;if(i1===undefined){callback(self,state,evt);}else if(i2===undefined){this.get(i1).each(function(){callback(self,this,i1,state,evt);});}else{var call=function(i){self.get(i).each(function(){callback(self,this,i,state,evt);});};for(var i=i1;i<=i2;i++){if(i!==null&&!(i>=i3&&i<=i4)){call(i);}}}},create:function(i){return this.format('<li></li>',i);},format:function(e,i){e=$(e);var split=e.get(0).className.split(' ');for(var j=0;j<split.length;j++){if(split[j].indexOf('jcarousel-')!=-1){e.removeClass(split[j]);}}
e.addClass(this.className('jcarousel-item')).addClass(this.className('jcarousel-item-'+i)).css({'float':(this.options.rtl?'right':'left'),'list-style':'none'}).attr('jcarouselindex',i);return e;},className:function(c){return c+' '+c+(!this.options.vertical?'-horizontal':'-vertical');},dimension:function(e,d){var el=e.jquery!==undefined?e[0]:e;var old=!this.options.vertical?(el.offsetWidth||$jc.intval(this.options.itemFallbackDimension))+$jc.margin(el,'marginLeft')+$jc.margin(el,'marginRight'):(el.offsetHeight||$jc.intval(this.options.itemFallbackDimension))+$jc.margin(el,'marginTop')+$jc.margin(el,'marginBottom');if(d==null||old==d){return old;}
var w=!this.options.vertical?d-$jc.margin(el,'marginLeft')-$jc.margin(el,'marginRight'):d-$jc.margin(el,'marginTop')-$jc.margin(el,'marginBottom');$(el).css(this.wh,w+'px');return this.dimension(el);},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-$jc.intval(this.clip.css('borderLeftWidth'))-$jc.intval(this.clip.css('borderRightWidth')):this.clip[0].offsetHeight-$jc.intval(this.clip.css('borderTopWidth'))-$jc.intval(this.clip.css('borderBottomWidth'));},index:function(i,s){if(s==null){s=this.options.size;}
return Math.round((((i-1)/s)-Math.floor((i-1)/s))*s)+1;}});$jc.extend({defaults:function(d){return $.extend(defaults,d||{});},margin:function(e,p){if(!e){return 0;}
var el=e.jquery!==undefined?e[0]:e;if(p=='marginRight'&&$.browser.safari){var old={'display':'block','float':'none','width':'auto'},oWidth,oWidth2;$.swap(el,old,function(){oWidth=el.offsetWidth;});old.marginRight=0;$.swap(el,old,function(){oWidth2=el.offsetWidth;});return oWidth2-oWidth;}
return $jc.intval($.css(el,p));},intval:function(v){v=parseInt(v,10);return isNaN(v)?0:v;}});$.fn.jcarousel=function(o){if(typeof o=='string'){var instance=$(this).data('jcarousel'),args=Array.prototype.slice.call(arguments,1);return instance[o].apply(instance,args);}else{return this.each(function(){$(this).data('jcarousel',new $jc(this,o));});}};})(jQuery);
 
/* jquery print */
(function($){var counter=0;var modes={iframe:"iframe",popup:"popup"};var defaults={mode:modes.iframe,popHt:500,popWd:400,popX:200,popY:200,popTitle:'',popClose:false};var settings={};$.fn.printArea=function(options)
{$.extend(settings,defaults,options);counter++;var idPrefix="printArea_";$("[id^="+idPrefix+"]").remove();var ele=$(this);settings.id=idPrefix+counter;var writeDoc;var printWindow;switch(settings.mode)
{case modes.iframe:var f=new Iframe();writeDoc=f.doc;printWindow=f.contentWindow||f;break;case modes.popup:printWindow=new Popup();writeDoc=printWindow.doc;}
writeDoc.open();writeDoc.write("<html>"+getHead()+getBody(ele)+"</html>");writeDoc.close();printWindow.focus();printWindow.print();if(settings.mode==modes.popup&&settings.popClose)
printWindow.close();}
function getHead()
{var head="<head><title>"+settings.popTitle+"</title>";$(document).find("link").filter(function(){return $(this).attr("rel").toLowerCase()=="stylesheet";}).filter(function(){var media=$(this).attr("media");return(media.toLowerCase()==""||media.toLowerCase()=="print")}).each(function(){head+='<link type="text/css" rel="stylesheet" href="'+$(this).attr("href")+'" >';});head+="</head>";return head;}
function getBody(printElement)
{var body="<body>";body+='<div class="'+$(printElement).attr("class")+'">'+$(printElement).html()+'</div>';body+="</body>";return body;}
function Iframe()
{var frameId=settings.id;var iframeStyle='border:0;position:absolute;width:0px;height:0px;left:0px;top:0px;';var iframe;try
{iframe=document.createElement('iframe');document.body.appendChild(iframe);$(iframe).attr({style:iframeStyle,id:frameId,src:""});iframe.doc=null;iframe.doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow?iframe.contentWindow.document:iframe.document);}
catch(e){throw e+". iframes may not be supported in this browser.";}
if(iframe.doc==null)throw"Cannot find document.";return iframe;}
function Popup()
{var windowAttr="location=yes,statusbar=no,directories=no,menubar=no,titlebar=no,toolbar=no,dependent=no";windowAttr+=",width="+settings.popWd+",height="+settings.popHt;windowAttr+=",resizable=yes,screenX="+settings.popX+",screenY="+settings.popY+",personalbar=no,scrollbars=no";var newWin=window.open("","_blank",windowAttr);newWin.doc=newWin.document;return newWin;}})(jQuery);



