var sitebase = "http://77.74.50.99/~ebf/";

// usage: log('inside coolFunc', this, arguments);
// paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/
window.log = function(){
  log.history = log.history || [];   // store logs to an array for reference
  log.history.push(arguments);
  arguments.callee = arguments.callee.caller;  
  if(this.console) console.log( Array.prototype.slice.call(arguments) );
};
// make it safe to use console.log always
(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2006 Microsoft Corporation. All rights reserved.
 * 
 * Description:
 * Kartika is an OpenType font for the Indic script - Malayalam. It is based on
 * Unicode, contains TrueType outlines and has been designed for use as a UI font.
 * 
 * Designer:
 * Raghunath Joshi (Type Director), Vikram Gaikwad
 */
Cufon.registerFont({"w":207,"face":{"font-family":"Kartika","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 3 3 4 4 6 2 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-15 -347 357 78.793","underline-thickness":"12.6562","underline-position":"-56.25","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"d":false,"w":267},"!":{"d":"71,0r-38,0r0,-37r38,0r0,37xm71,-267r0,200r-31,0r0,-200r31,0","w":103},"\"":{"d":"117,-267v2,36,-3,66,-9,95r-20,0r-9,-95r38,0xm53,-267v2,36,-3,66,-9,95r-20,0r-9,-95r38,0","w":132},"#":{"d":"203,-166r-36,0r-13,66r34,0r0,27r-40,0r-15,73r-27,0r15,-73r-59,0r-15,73r-27,0r15,-73r-31,0r0,-27r36,0r14,-66r-35,0r0,-27r40,0r15,-74r28,0r-15,74r58,0r15,-74r28,0r-15,74r30,0r0,27xm139,-166r-58,0r-13,66r58,0"},"$":{"d":"20,-197v1,-47,30,-70,74,-74r0,-28r19,0r0,28v43,3,67,24,72,65r-36,0v-2,-22,-14,-35,-36,-38r0,92v45,9,78,24,78,75v0,48,-31,77,-78,81r0,28r-19,0r0,-27v-50,-5,-76,-32,-80,-80r36,0v3,30,17,48,44,52r0,-102v-49,-10,-74,-34,-74,-72xm94,-156r0,-88v-45,1,-52,68,-16,82v5,2,10,4,16,6xm113,-23v44,2,58,-72,21,-90v-6,-3,-12,-6,-21,-8r0,98"},"%":{"d":"84,-271v42,0,61,29,61,70v0,41,-19,71,-61,71v-41,0,-61,-29,-61,-71v0,-41,20,-70,61,-70xm116,-201v0,-32,-11,-48,-32,-48v-21,0,-31,16,-31,48v0,32,10,49,31,49v21,0,32,-17,32,-49xm252,-267r-146,267r-27,0r146,-267r27,0xm247,-137v41,0,61,28,61,70v0,43,-20,72,-61,72v-40,0,-60,-29,-60,-72v0,-42,20,-70,60,-70xm279,-67v0,-32,-11,-48,-32,-48v-21,0,-31,16,-31,48v0,32,10,49,31,49v21,0,32,-17,32,-49","w":331},"&":{"d":"179,-81v6,-14,9,-26,9,-45r36,0v-3,30,-9,52,-21,74r27,34r-27,23r-23,-30v-48,50,-166,35,-164,-48v1,-45,32,-62,62,-80v-48,-48,-31,-118,38,-118v37,0,62,22,62,57v0,38,-28,50,-52,67xm108,-169v20,-12,35,-20,36,-45v1,-20,-14,-28,-30,-31v-46,3,-31,56,-6,76xm52,-76v-2,59,79,64,109,27r-65,-82v-21,14,-43,23,-44,55","w":248},"'":{"d":"54,-267v2,36,-3,66,-8,95r-20,0v-6,-29,-11,-58,-9,-95r37,0","w":71},"(":{"d":"111,78r-24,0v-85,-112,-86,-237,0,-349r24,0v-73,116,-73,233,0,349","w":124},")":{"d":"37,-271v87,110,86,238,0,349r-23,0v72,-116,72,-233,0,-349r23,0","w":124},"*":{"d":"133,-218r-45,10r30,35r-22,16r-24,-40r-23,40r-23,-16r31,-35r-45,-10r9,-26r42,18r-4,-45r27,0r-4,45r42,-18","w":145},"+":{"d":"197,-116r-73,0r0,73r-30,0r0,-73r-73,0r0,-31r73,0r0,-73r30,0r0,73r73,0r0,31","w":217},",":{"d":"71,-37v0,41,3,88,-38,90r0,-18v12,0,19,-12,19,-35r-19,0r0,-37r38,0","w":103},"-":{"d":"112,-80r-100,0r0,-33r100,0r0,33","w":124},"\u00ad":{"d":"112,-80r-100,0r0,-33r100,0r0,33","w":124},".":{"d":"71,0r-38,0r0,-37r38,0r0,37","w":103},"\/":{"d":"104,-267r-78,267r-26,0r77,-267r27,0","w":103},"0":{"d":"191,-133v0,92,-29,138,-87,138v-58,0,-87,-46,-87,-138v0,-92,29,-138,87,-138v58,0,87,46,87,138xm104,-23v50,0,51,-55,51,-110v0,-56,-1,-112,-51,-112v-51,0,-52,57,-52,112v0,54,0,110,52,110"},"1":{"d":"140,0r-34,0r0,-210v-13,9,-36,14,-65,14r0,-27v42,0,67,-16,73,-48r26,0r0,271"},"2":{"d":"104,-271v73,-5,104,71,68,126v-19,30,-106,90,-113,113r129,0r0,32r-176,0v7,-98,140,-101,140,-197v0,-31,-17,-48,-48,-48v-30,0,-49,19,-50,51r-36,0v4,-48,34,-74,86,-77"},"3":{"d":"141,-147v83,24,52,159,-38,152v-50,-4,-83,-27,-86,-76r35,0v1,31,19,48,51,48v34,-1,52,-22,53,-55v0,-40,-27,-55,-71,-52r0,-27v37,2,58,-13,58,-46v0,-28,-15,-41,-42,-42v-27,0,-43,15,-46,43r-35,0v6,-42,32,-69,80,-69v77,0,105,99,41,124"},"4":{"d":"190,-64r-36,0r0,64r-34,0r0,-64r-114,0r0,-30r121,-176r27,0r0,176r36,0r0,30xm120,-94r0,-122r-82,122r82,0"},"5":{"d":"60,-161v53,-39,138,-2,132,70v11,95,-126,128,-167,54v-5,-9,-8,-21,-9,-33r35,0v4,29,20,48,51,47v36,-1,53,-28,55,-65v3,-60,-72,-79,-105,-38r-27,0r12,-141r143,0r0,32r-114,0"},"6":{"d":"52,-144v47,-58,145,-21,140,57v-3,54,-31,92,-84,92v-68,0,-91,-57,-91,-130v1,-110,39,-161,122,-142v29,7,43,30,48,62r-35,0v-3,-47,-64,-53,-83,-14v-9,18,-15,42,-17,75xm108,-23v34,0,46,-27,48,-62v3,-67,-70,-79,-105,-32v1,51,14,94,57,94"},"7":{"d":"191,-243r-97,243r-39,0r100,-235r-137,0r0,-32r173,0r0,24"},"8":{"d":"104,-271v84,0,104,100,32,131v37,17,56,40,56,69v0,50,-37,76,-88,76v-51,0,-87,-25,-88,-76v0,-29,18,-52,55,-69v-72,-32,-52,-131,33,-131xm104,-245v-26,0,-42,14,-42,39v0,22,14,39,42,52v28,-13,42,-30,42,-52v-1,-25,-16,-39,-42,-39xm104,-23v45,3,67,-48,40,-78v-8,-8,-22,-16,-40,-24v-24,13,-53,21,-53,54v0,32,20,46,53,48"},"9":{"d":"99,-271v67,0,92,54,92,129v0,123,-65,178,-145,130v-16,-10,-23,-27,-26,-50r36,0v1,47,63,51,82,14v9,-18,16,-42,18,-75v-48,57,-144,22,-140,-57v3,-54,29,-91,83,-91xm51,-182v-2,65,69,80,105,32v-1,-52,-14,-95,-56,-95v-35,0,-47,29,-49,63"},":":{"d":"71,0r-38,0r0,-37r38,0r0,37xm71,-156r-38,0r0,-37r38,0r0,37","w":103},";":{"d":"71,-37v0,41,3,88,-38,90r0,-18v12,0,19,-12,19,-35r-19,0r0,-37r38,0xm71,-156r-38,0r0,-37r38,0r0,37","w":103},"<":{"d":"197,-41r-176,-75r0,-31r176,-75r0,33r-140,57r140,58r0,33","w":217},"=":{"d":"197,-157r-176,0r0,-31r176,0r0,31xm197,-76r-176,0r0,-30r176,0r0,30","w":217},">":{"d":"197,-116r-176,75r0,-33r140,-58r-140,-57r0,-33r176,75r0,31","w":217},"?":{"d":"104,-271v50,0,83,24,85,72v2,69,-77,60,-71,133r-32,0v-5,-66,43,-76,66,-116v8,-36,-14,-63,-48,-63v-29,0,-46,17,-51,51r-36,0v5,-48,35,-77,87,-77xm122,0r-37,0r0,-37r37,0r0,37"},"@":{"d":"201,-272v94,3,156,51,156,142v0,78,-36,126,-110,130v-21,1,-33,-12,-35,-30v-35,55,-129,28,-122,-44v5,-63,34,-123,95,-123v26,0,45,7,57,23r4,-18r33,0r-33,153v0,9,3,13,10,13v51,-5,74,-48,74,-105v0,-75,-54,-116,-129,-116v-96,0,-148,66,-153,162v-7,123,128,161,233,124r14,22v-26,12,-57,17,-90,17v-113,-1,-181,-54,-184,-163v-3,-103,77,-189,180,-187xm187,-170v-43,0,-60,49,-63,95v-5,69,72,52,89,14v11,-25,15,-57,23,-86v-10,-15,-27,-23,-49,-23","w":378},"A":{"d":"168,-109r-47,-124r-45,124r92,0xm249,0r-40,0r-31,-81r-111,0r-30,81r-37,0r102,-267r38,0","w":248},"B":{"d":"178,-142v31,8,51,30,52,65v4,91,-109,77,-200,77r0,-267v83,1,184,-14,186,68v0,26,-12,45,-38,57xm181,-196v0,-51,-66,-37,-116,-39r0,80v50,-2,116,13,116,-41xm193,-77v0,-59,-71,-44,-128,-46r0,91v55,1,128,7,128,-45","w":248},"C":{"d":"17,-133v-7,-113,110,-174,199,-115v19,13,31,34,34,62r-36,0v-5,-36,-32,-55,-72,-55v-63,0,-88,44,-88,108v0,63,26,106,87,107v44,1,69,-20,73,-59r36,0v-6,58,-45,90,-108,90v-82,0,-120,-55,-125,-138","w":269},"D":{"d":"30,-267r84,0v91,0,137,44,137,132v0,90,-46,135,-137,135r-84,0r0,-267xm214,-135v0,-89,-58,-106,-149,-100r0,203v92,7,149,-12,149,-103","w":269},"E":{"d":"229,0r-199,0r0,-267r193,0r0,32r-158,0r0,81r147,0r0,32r-147,0r0,90r164,0r0,32","w":248},"F":{"d":"210,-235r-145,0r0,82r126,0r0,32r-126,0r0,121r-35,0r0,-267r180,0r0,32","w":227},"G":{"d":"54,-133v0,64,28,106,92,107v39,0,67,-13,86,-38r0,-40r-70,0r0,-32r104,0r0,136r-25,0r-9,-28v-18,22,-46,33,-85,33v-82,0,-123,-55,-130,-138v-12,-132,164,-183,233,-88v6,10,10,22,11,35r-36,0v-5,-36,-35,-56,-79,-55v-63,2,-92,44,-92,108","w":290},"H":{"d":"239,0r-35,0r0,-126r-139,0r0,126r-35,0r0,-267r35,0r0,109r139,0r0,-109r35,0r0,267","w":269},"I":{"d":"70,0r-36,0r0,-267r36,0r0,267","w":103},"J":{"d":"82,-27v32,-1,39,-22,39,-56r0,-184r36,0r0,182v0,56,-20,90,-75,90v-47,0,-73,-30,-72,-81r36,0v0,32,12,49,36,49","w":186},"K":{"d":"248,0r-46,0r-95,-133r-42,41r0,92r-35,0r0,-267r35,0r0,132r130,-132r48,0r-112,109","w":248},"L":{"d":"195,0r-165,0r0,-267r35,0r0,235r130,0r0,32"},"M":{"d":"281,0r-34,0r0,-227r-76,227r-32,0r-76,-227r0,227r-33,0r0,-267r53,0r72,223r73,-223r53,0r0,267","w":310},"N":{"d":"239,0r-36,0r-140,-211r0,211r-33,0r0,-267r36,0r140,211r0,-211r33,0r0,267","w":269},"O":{"d":"17,-133v0,-82,45,-138,128,-138v84,0,128,54,128,138v0,83,-45,138,-128,138v-81,0,-128,-55,-128,-138xm54,-133v0,63,29,107,91,107v63,0,92,-44,92,-107v0,-63,-29,-108,-91,-108v-63,0,-92,44,-92,108","w":290},"P":{"d":"233,-189v0,83,-81,87,-168,82r0,107r-35,0r0,-267v92,2,203,-19,203,78xm196,-188v0,-61,-73,-45,-131,-47r0,96v59,-1,131,12,131,-49","w":248},"Q":{"d":"145,-271v84,0,128,54,128,138v0,40,-11,73,-34,99r39,30r-21,25r-45,-35v-90,51,-201,-12,-195,-119v4,-82,45,-138,128,-138xm54,-133v-3,77,59,128,131,98r-26,-21r21,-25r32,26v49,-58,26,-191,-66,-186v-63,4,-90,44,-92,108","w":290},"R":{"d":"243,-192v-1,43,-25,63,-60,71v41,12,52,80,69,121r-38,0v-20,-46,-21,-114,-83,-114r-66,0r0,114r-35,0r0,-267v92,4,216,-23,213,75xm65,-146v60,-4,142,18,142,-46v0,-59,-85,-43,-142,-45r0,91","w":269},"S":{"d":"179,-143v86,30,48,157,-48,148v-66,-6,-111,-27,-114,-91r34,0v-3,70,138,83,144,13v-12,-81,-164,-18,-169,-124v-4,-92,160,-94,189,-28v5,10,8,21,8,34r-35,0v-3,-33,-24,-49,-65,-49v-57,0,-90,58,-32,74","w":248},"T":{"d":"220,-235r-89,0r0,235r-35,0r0,-235r-88,0r0,-32r212,0r0,32","w":227},"U":{"d":"239,-267v-5,122,32,272,-104,272v-76,0,-105,-40,-105,-117r0,-155r35,0v9,94,-36,240,70,240v106,0,59,-146,69,-240r35,0","w":269},"V":{"d":"246,-267r-103,267r-37,0r-104,-267r38,0r84,229r84,-229r38,0","w":248},"W":{"d":"348,-267r-74,267r-33,0r-65,-232r-64,232r-34,0r-74,-267r38,0r53,217r60,-217r42,0r61,217r53,-217r37,0","w":352},"X":{"d":"247,0r-43,0r-79,-113r-80,113r-43,0r102,-141r-92,-126r43,0r69,99r70,-99r43,0r-93,126","w":248},"Y":{"d":"247,-267r-105,154r0,113r-35,0r0,-113r-105,-154r43,0r80,123r79,-123r43,0","w":248},"Z":{"d":"218,0r-211,0r0,-33r166,-202r-151,0r0,-32r191,0r0,33r-166,202r171,0r0,32","w":227},"[":{"d":"98,74r-73,0r0,-341r73,0r0,27r-38,0r0,287r38,0r0,27","w":103},"\\":{"d":"104,0r-27,0r-77,-267r26,0","w":103},"]":{"d":"78,74r-72,0r0,-27r38,0r0,-287r-38,0r0,-27r72,0r0,341","w":103},"^":{"d":"161,-155r-34,0r-40,-79r-40,79r-33,0r60,-112r26,0","w":175},"_":{"d":"208,59r-210,0r0,-19r210,0r0,19","w":205},"`":{"d":"83,-220r-27,0r-40,-51r43,0","w":124},"a":{"d":"50,-53v4,49,85,30,98,2r0,-43v-51,-3,-101,7,-98,41xm103,-197v52,0,80,19,79,72r0,125r-34,0r0,-20v-35,38,-134,35,-134,-31v0,-50,55,-71,134,-68v2,-36,-9,-52,-46,-52v-31,0,-47,11,-48,33r-34,0v3,-40,30,-59,83,-59"},"b":{"d":"194,-98v5,81,-76,132,-134,83r0,15r-35,0r0,-267r35,0r0,97v15,-18,33,-27,55,-27v56,2,75,42,79,99xm159,-98v0,-42,-11,-72,-47,-73v-19,0,-36,12,-52,34r0,91v40,45,99,21,99,-52"},"c":{"d":"181,-58v-5,40,-33,63,-77,63v-61,0,-87,-40,-91,-102v-5,-82,79,-126,144,-84v14,9,21,26,24,46r-35,0v-2,-24,-18,-36,-42,-36v-40,0,-55,32,-56,74v-1,44,17,73,56,74v25,-1,41,-11,42,-35r35,0","w":186},"d":{"d":"48,-95v1,41,12,70,47,72v19,0,37,-11,53,-33r0,-91v-15,-16,-32,-24,-51,-24v-35,1,-49,35,-49,76xm13,-95v-6,-82,76,-131,135,-83r0,-89r34,0r0,267r-34,0r0,-23v-15,19,-35,28,-56,28v-56,-2,-75,-43,-79,-100"},"e":{"d":"191,-58v-8,40,-36,63,-83,63v-62,0,-95,-39,-95,-102v0,-60,30,-100,91,-100v64,0,91,42,90,109r-145,0v4,38,18,65,59,65v25,-1,46,-9,47,-35r36,0xm158,-115v2,-59,-81,-76,-101,-25v-3,7,-6,15,-7,25r108,0"},"f":{"d":"111,-239v-33,-9,-52,6,-45,46r36,0r0,27r-36,0r0,166r-35,0r0,-166r-28,0r0,-27r28,0v-6,-59,23,-89,80,-76r0,30","w":103},"g":{"d":"13,-95v-6,-82,76,-131,135,-83r0,-15r34,0r0,178v9,87,-81,115,-142,77v-13,-8,-21,-23,-21,-42r36,0v0,21,15,32,43,32v42,0,51,-31,50,-75v-15,19,-35,28,-56,28v-56,-2,-75,-43,-79,-100xm48,-95v1,41,12,70,47,72v19,0,37,-11,53,-33r0,-91v-15,-16,-32,-24,-51,-24v-35,1,-49,35,-49,76"},"h":{"d":"148,-125v3,-61,-63,-53,-88,-14r0,139r-35,0r0,-267r35,0r0,99v31,-47,123,-38,123,41r0,127r-35,0r0,-125"},"i":{"d":"60,0r-35,0r0,-193r35,0r0,193xm60,-230r-35,0r0,-37r35,0r0,37","w":84},"j":{"d":"-13,47v29,11,38,-6,38,-37r0,-203r35,0r0,203v3,50,-21,78,-73,66r0,-29xm60,-230r-35,0r0,-37r35,0r0,37","w":84},"k":{"d":"185,0r-41,0r-63,-98r-21,21r0,77r-35,0r0,-267r35,0r0,151r74,-77r44,0r-74,72","w":186},"l":{"d":"60,0r-35,0r0,-267r35,0r0,267","w":84},"m":{"d":"168,-163v17,-17,27,-33,59,-34v84,-4,55,119,60,197r-35,0r0,-125v-1,-25,-4,-45,-30,-44v-17,0,-33,9,-49,30r0,139r-34,0r0,-125v4,-59,-56,-53,-79,-14r0,139r-35,0r0,-193r35,0r0,25v27,-39,93,-40,108,5","w":310},"n":{"d":"148,-125v3,-61,-63,-53,-88,-14r0,139r-35,0r0,-193r35,0r0,25v31,-47,123,-38,123,41r0,127r-35,0r0,-125"},"o":{"d":"13,-97v0,-61,29,-100,91,-100v61,0,89,39,90,100v0,63,-30,102,-90,102v-61,0,-91,-40,-91,-102xm48,-97v-1,44,17,74,56,74v39,0,56,-30,55,-74v0,-42,-16,-74,-55,-74v-40,0,-55,32,-56,74"},"p":{"d":"194,-98v5,81,-76,132,-134,83r0,89r-35,0r0,-267r35,0r0,23v15,-18,33,-27,55,-27v56,2,75,42,79,99xm159,-98v0,-42,-11,-72,-47,-73v-19,0,-36,12,-52,34r0,91v40,45,99,21,99,-52"},"q":{"d":"13,-95v-6,-82,76,-131,135,-83r0,-15r34,0r0,267r-34,0r0,-97v-15,19,-35,28,-56,28v-56,-2,-75,-43,-79,-100xm48,-95v1,41,12,70,47,72v19,0,37,-11,53,-33r0,-91v-15,-16,-32,-24,-51,-24v-35,1,-49,35,-49,76"},"r":{"d":"126,-162v-29,-6,-49,1,-66,25r0,137r-35,0r0,-193r35,0r0,27v18,-25,34,-35,66,-30r0,34","w":124},"s":{"d":"155,-96v44,38,-1,101,-61,101v-53,0,-80,-21,-82,-63r34,0v0,23,16,35,48,35v35,0,57,-29,33,-49v-38,-20,-113,-10,-111,-70v1,-39,31,-55,72,-55v50,0,77,18,78,54r-35,0v-1,-18,-15,-28,-41,-28v-35,0,-59,38,-17,48v28,7,63,10,82,27","w":186},"t":{"d":"64,-55v-1,25,11,36,36,29r0,26v-46,11,-70,-8,-70,-57r0,-109r-24,0r0,-27r24,0r0,-48r34,0r0,48r32,0r0,27r-32,0r0,111","w":103},"u":{"d":"59,-68v-4,62,66,52,89,13r0,-138r34,0r0,193r-34,0r0,-25v-38,50,-123,38,-123,-42r0,-126r34,0r0,125"},"v":{"d":"181,-193r-73,193r-30,0r-73,-193r37,0r51,151r51,-151r37,0","w":186},"w":{"d":"268,-193r-59,193r-33,0r-41,-142r-42,142r-33,0r-58,-193r38,0r35,147r44,-147r31,0r44,147r36,-147r38,0","w":269},"x":{"d":"184,0r-43,0r-48,-75r-48,75r-43,0r72,-100r-66,-93r43,0r42,67r43,-67r42,0r-66,92","w":186},"y":{"d":"20,44v32,10,42,-7,58,-44r-73,-193r37,0r51,151r51,-151r37,0r-87,228v-11,28,-32,51,-74,41r0,-32","w":186},"z":{"d":"179,0r-171,0r0,-29r120,-135r-113,0r0,-29r158,0r0,29r-121,135r127,0r0,29","w":186},"{":{"d":"83,-14v2,50,-8,63,33,64r0,28v-61,7,-71,-33,-68,-94v1,-35,-4,-66,-38,-66r0,-30v44,2,38,-44,38,-87v0,-49,14,-79,68,-72r0,28v-41,-3,-33,27,-33,64v0,42,-10,72,-42,82v32,9,41,41,42,83","w":124},"|":{"d":"63,78r-29,0r0,-345r29,0r0,345","w":96},"}":{"d":"42,-179v-1,-36,8,-69,-33,-64r0,-28v61,-6,69,32,67,93v-1,35,2,67,38,66r0,30v-43,0,-37,47,-37,89v0,47,-15,77,-68,71r0,-28v40,4,32,-28,33,-64v1,-43,9,-73,42,-83v-33,-8,-41,-40,-42,-82","w":124},"~":{"d":"16,-245v51,-65,140,46,186,-23r0,38v-32,46,-101,5,-139,-3v-15,0,-31,8,-47,25r0,-37","w":217},"\u00a0":{"d":false,"w":186},"\u00a1":{"d":"71,-156r-38,0r0,-37r38,0r0,37xm67,-126r0,200r-31,0r0,-200r31,0","w":103},"\u00a2":{"d":"99,-24v29,4,54,-6,55,-34r35,0v-4,46,-47,71,-98,60r-12,44r-19,-6r12,-43v-34,-16,-51,-47,-51,-94v1,-67,33,-104,105,-100r11,-42r20,6r-12,41v26,10,41,29,44,57r-35,0v0,-13,-6,-22,-17,-29xm119,-170v-71,-15,-79,107,-39,138"},"\u00a3":{"d":"49,-36v47,-16,100,25,143,-2r0,34v-39,22,-77,-8,-119,-8v-19,0,-40,6,-64,17r0,-33v29,-13,45,-50,35,-93r-35,0r0,-26r28,0v-41,-85,50,-162,129,-107v15,10,23,29,25,51r-35,0v-2,-28,-18,-42,-46,-42v-50,0,-56,51,-37,98r57,0r0,26r-51,0v11,38,-7,69,-30,85"},"\u00a4":{"d":"194,-64r-22,21r-25,-25v-25,18,-62,17,-87,0r-25,25r-21,-21r25,-26v-17,-28,-17,-56,0,-84r-25,-26r21,-21r25,25v26,-17,61,-18,87,0r25,-25r22,21r-26,26v18,26,17,58,0,84xm56,-132v0,28,19,47,48,47v29,0,47,-19,47,-47v0,-27,-18,-47,-47,-47v-30,0,-48,19,-48,47"},"\u00a5":{"d":"208,-267r-71,122r58,0r0,25r-74,0r0,33r74,0r0,25r-74,0r0,62r-33,0r0,-62r-76,0r0,-25r76,0r0,-33r-76,0r0,-25r58,0r-70,-122r39,0r65,118r64,-118r40,0"},"\u00a6":{"d":"63,78r-29,0r0,-139r29,0r0,139xm63,-127r-29,0r0,-140r29,0r0,140","w":96},"\u00a7":{"d":"57,-169v-48,-35,-19,-102,42,-102v46,0,73,23,77,63r-36,0v4,-45,-73,-51,-73,-8v0,45,69,52,95,80v40,23,39,86,-12,104v54,33,24,115,-44,110v-46,-3,-74,-23,-79,-65r35,0v2,25,17,38,44,38v33,0,52,-38,25,-56v-35,-35,-113,-43,-115,-112v0,-22,14,-39,41,-52xm134,-45v50,-24,8,-75,-22,-84v-15,-9,-26,-17,-39,-27v-34,13,-28,56,-2,72"},"\u00a8":{"d":"112,-228r-33,0r0,-37r33,0r0,37xm45,-228r-33,0r0,-37r33,0r0,37","w":124},"\u00a9":{"d":"137,3v-121,5,-180,-153,-96,-234v22,-22,52,-42,96,-40v83,3,138,55,138,137v0,82,-55,132,-138,137xm23,-134v0,69,45,115,114,115v68,0,115,-46,115,-115v0,-69,-47,-115,-115,-115v-68,0,-114,46,-114,115xm91,-133v-7,56,74,77,87,28r25,0v-8,33,-30,50,-65,50v-46,0,-67,-31,-72,-79v-8,-82,116,-106,136,-31r-26,0v-4,-17,-16,-26,-37,-26v-34,1,-44,24,-48,58","w":274},"\u00aa":{"d":"35,-174v3,28,56,14,63,-3r0,-23v-32,-2,-66,4,-63,26xm69,-271v72,0,53,71,55,132r-26,0r0,-13v-24,25,-90,23,-90,-21v0,-33,37,-48,90,-46v1,-22,-8,-32,-30,-31v-19,0,-30,6,-30,18r-26,0v2,-26,21,-39,57,-39xm122,-94r-107,0r0,-22r107,0r0,22","w":137},"\u00ab":{"d":"181,-13r-26,0r-58,-83r58,-83r26,0r-47,83xm110,-13r-27,0r-57,-83r57,-83r27,0r-47,83"},"\u00ac":{"d":"197,-76r-31,0r0,-81r-145,0r0,-31r176,0r0,112","w":217},"\u00ae":{"d":"137,3v-121,5,-180,-153,-96,-234v22,-22,52,-42,96,-40v83,3,138,55,138,137v0,82,-55,132,-138,137xm23,-134v0,69,45,115,114,115v68,0,115,-46,115,-115v0,-69,-47,-115,-115,-115v-68,0,-114,46,-114,115xm200,-58r-28,0v-11,-32,-21,-70,-70,-61r0,61r-23,0r0,-148v50,-1,114,-5,114,41v0,26,-13,40,-39,42v27,6,35,41,46,65xm102,-140v28,1,69,2,66,-23v3,-24,-38,-24,-66,-23r0,46","w":274},"\u00af":{"d":"119,-233r-114,0r0,-27r114,0r0,27","w":124},"\u00b0":{"d":"24,-220v0,-30,21,-50,51,-50v30,0,50,21,50,50v0,30,-20,51,-50,51v-30,0,-51,-21,-51,-51xm44,-220v0,18,12,31,31,31v18,-1,30,-13,30,-31v0,-19,-13,-29,-30,-31v-17,2,-31,12,-31,31","w":149},"\u00b1":{"d":"197,-124r-73,0r0,73r-30,0r0,-73r-73,0r0,-31r73,0r0,-73r30,0r0,73r73,0r0,31xm197,0r-176,0r0,-31r176,0r0,31","w":217},"\u00b2":{"d":"117,-230v-1,45,-49,48,-70,74r71,0r0,23r-114,0v-2,-41,84,-53,84,-96v0,-13,-8,-20,-25,-20v-16,0,-24,6,-27,18r-28,0v2,-51,110,-53,109,1","w":124},"\u00b3":{"d":"9,-234v0,-46,102,-51,102,-3v0,17,-8,27,-25,32v21,4,31,15,31,33v0,31,-25,42,-55,42v-34,0,-52,-13,-56,-39r28,0v3,25,60,22,55,-7v2,-15,-19,-19,-39,-18r0,-20v37,4,46,-35,11,-35v-14,0,-22,5,-24,15r-28,0","w":124},"\u00b4":{"d":"108,-271r-40,51r-27,0r25,-51r42,0","w":124},"\u00b5":{"d":"98,-24v28,0,37,-15,50,-31r0,-138r34,0r0,149v-1,15,8,23,21,19v-2,11,8,30,-9,30v-24,0,-39,-10,-45,-31v-23,30,-57,40,-90,22r1,78r-35,0r0,-267r35,0r0,131v0,25,13,38,38,38"},"\u00b6":{"d":"0,-190v-3,-95,110,-76,201,-77r0,27r-26,0r0,314r-31,0r0,-314r-40,0r0,314r-31,0r0,-190v-45,-3,-71,-28,-73,-74","w":200},"\u00b7":{"d":"71,-112r-38,0r0,-38r38,0r0,38","w":103},"\u2219":{"d":"71,-112r-38,0r0,-38r38,0r0,38","w":103},"\u00b8":{"d":"68,14v20,3,30,13,30,29v0,30,-36,39,-74,34r0,-21v17,1,44,4,44,-13v0,-9,-9,-14,-26,-14r0,-29r26,0r0,14","w":124},"\u00b9":{"d":"86,-133r-26,0r0,-90v-8,6,-22,9,-41,9r0,-23v32,0,48,-11,48,-33r19,0r0,137","w":124},"\u00ba":{"d":"8,-203v0,-41,20,-68,60,-68v41,0,60,26,60,68v0,42,-19,68,-60,68v-40,0,-60,-27,-60,-68xm68,-159v22,0,33,-14,33,-44v0,-29,-11,-44,-33,-44v-22,0,-32,15,-32,44v0,30,10,44,32,44xm122,-94r-107,0r0,-22r107,0r0,22","w":136},"\u00bb":{"d":"181,-96r-57,83r-27,0r47,-83r-47,-83r27,0xm110,-96r-57,83r-27,0r47,-83r-47,-83r27,0"},"\u00bc":{"d":"90,-270r0,137r-26,0r0,-90v-8,6,-22,9,-41,9r0,-23v32,0,48,-11,48,-33r19,0xm261,-267r-190,267r-28,0r189,-267r29,0xm294,-28r-19,0r0,28r-26,0r0,-28r-70,0r0,-22r74,-87r22,0r0,85r19,0r0,24xm249,-52r0,-51r-44,51r44,0","w":310},"\u00bd":{"d":"90,-270r0,137r-26,0r0,-90v-8,6,-22,9,-41,9r0,-23v32,0,48,-11,48,-33r19,0xm261,-267r-190,267r-28,0r189,-267r29,0xm300,-97v0,46,-50,49,-71,75r71,0r0,22r-113,0v-1,-36,64,-57,83,-86v4,-18,-3,-29,-24,-29v-16,0,-25,5,-28,17r-27,0v2,-51,109,-54,109,1","w":310},"\u00be":{"d":"12,-234v2,-46,103,-50,103,-3v0,17,-8,27,-25,32v21,4,31,15,31,33v0,29,-24,42,-55,42v-34,0,-52,-13,-56,-39r28,0v3,25,60,22,55,-7v2,-15,-19,-19,-39,-18r0,-20v36,4,45,-35,10,-35v-14,0,-21,5,-23,15r-29,0xm271,-267r-190,267r-28,0r190,-267r28,0xm294,-28r-19,0r0,28r-26,0r0,-28r-70,0r0,-22r74,-87r22,0r0,85r19,0r0,24xm249,-52r0,-51r-44,51r44,0","w":310},"\u00bf":{"d":"68,-29v-30,29,-7,81,35,81v29,0,47,-17,52,-51r35,0v-4,48,-34,77,-86,77v-50,0,-84,-23,-86,-72v-3,-68,77,-60,71,-133r32,0v2,58,-24,70,-53,98xm123,-156r-38,0r0,-37r38,0r0,37"},"\u00c0":{"d":"168,-109r-47,-124r-45,124r92,0xm249,0r-40,0r-31,-81r-111,0r-30,81r-37,0r102,-267r38,0xm141,-295r-27,0r-40,-51r43,0","w":248},"\u00c1":{"d":"168,-109r-47,-124r-45,124r92,0xm249,0r-40,0r-31,-81r-111,0r-30,81r-37,0r102,-267r38,0xm167,-346r-40,51r-27,0r25,-51r42,0","w":248},"\u00c2":{"d":"179,-295r-37,0r-21,-31r-20,31r-37,0r40,-52r35,0xm168,-109r-47,-124r-45,124r92,0xm249,0r-40,0r-31,-81r-111,0r-30,81r-37,0r102,-267r38,0","w":248},"\u00c3":{"d":"99,-330v23,-1,54,32,61,-1r24,0v1,25,-14,42,-37,42v-21,0,-56,-35,-61,0r-24,0v-1,-25,14,-40,37,-41xm168,-109r-47,-124r-45,124r92,0xm249,0r-40,0r-31,-81r-111,0r-30,81r-37,0r102,-267r38,0","w":248},"\u00c4":{"d":"168,-109r-47,-124r-45,124r92,0xm249,0r-40,0r-31,-81r-111,0r-30,81r-37,0r102,-267r38,0xm171,-303r-33,0r0,-37r33,0r0,37xm104,-303r-33,0r0,-37r33,0r0,37","w":248},"\u00c5":{"d":"168,-109r-47,-124r-45,124r92,0xm249,0r-40,0r-31,-81r-111,0r-30,81r-37,0r102,-267r38,0xm121,-333v18,2,33,12,33,33v-1,20,-13,33,-33,33v-19,0,-32,-12,-32,-33v0,-20,13,-31,32,-33xm121,-280v28,-1,23,-40,0,-40v-10,0,-19,10,-19,20v0,11,9,20,19,20","w":248},"\u00c6":{"d":"352,0r-174,0r0,-77r-95,0r-42,77r-41,0r154,-267r192,0r0,32r-133,0r0,81r123,0r0,32r-123,0r0,90r139,0r0,32xm178,-108r0,-127r-8,0r-69,127r77,0","w":373},"\u00c7":{"d":"17,-133v-7,-113,110,-174,199,-115v19,13,31,34,34,62r-36,0v-5,-36,-32,-55,-72,-55v-63,0,-88,44,-88,108v0,63,26,106,87,107v44,1,69,-20,73,-59r36,0v-6,58,-45,90,-108,90v-82,0,-120,-55,-125,-138xm150,14v20,3,30,13,30,29v0,30,-36,39,-74,34r0,-21v17,1,44,4,44,-13v0,-9,-9,-14,-26,-14r0,-29r26,0r0,14","w":269},"\u00c8":{"d":"229,0r-199,0r0,-267r193,0r0,32r-158,0r0,81r147,0r0,32r-147,0r0,90r164,0r0,32xm148,-295r-27,0r-40,-51r43,0","w":248},"\u00c9":{"d":"229,0r-199,0r0,-267r193,0r0,32r-158,0r0,81r147,0r0,32r-147,0r0,90r164,0r0,32xm170,-346r-40,51r-27,0r25,-51r42,0","w":248},"\u00ca":{"d":"187,-295r-37,0r-21,-31r-21,31r-37,0r40,-52r35,0xm229,0r-199,0r0,-267r193,0r0,32r-158,0r0,81r147,0r0,32r-147,0r0,90r164,0r0,32","w":248},"\u00cb":{"d":"229,0r-199,0r0,-267r193,0r0,32r-158,0r0,81r147,0r0,32r-147,0r0,90r164,0r0,32xm178,-303r-33,0r0,-37r33,0r0,37xm111,-303r-33,0r0,-37r33,0r0,37","w":248},"\u00cc":{"d":"70,0r-36,0r0,-267r36,0r0,267xm75,-295r-27,0r-40,-51r43,0","w":103},"\u00cd":{"d":"70,0r-36,0r0,-267r36,0r0,267xm95,-346r-40,51r-27,0r25,-51r42,0","w":103},"\u00ce":{"d":"111,-295r-37,0r-21,-31r-20,31r-37,0r40,-52r35,0xm70,0r-36,0r0,-267r36,0r0,267","w":103},"\u00cf":{"d":"103,-303r-33,0r0,-37r33,0r0,37xm36,-303r-33,0r0,-37r33,0r0,37xm70,0r-36,0r0,-267r36,0r0,267","w":103},"\u00d0":{"d":"30,-267r84,0v91,0,137,44,137,132v0,90,-46,135,-137,135r-84,0r0,-118r-30,0r0,-32r30,0r0,-117xm214,-135v0,-89,-58,-106,-149,-100r0,85r73,0r0,32r-73,0r0,86v92,7,149,-12,149,-103","w":269},"\u00d1":{"d":"115,-342v22,-1,55,34,61,-1r24,0v3,52,-53,43,-85,27v-8,0,-12,5,-13,16r-24,0v-1,-25,14,-41,37,-42xm239,0r-36,0r-140,-211r0,211r-33,0r0,-267r36,0r140,211r0,-211r33,0r0,267","w":269},"\u00d2":{"d":"17,-133v0,-82,45,-138,128,-138v84,0,128,54,128,138v0,83,-45,138,-128,138v-81,0,-128,-55,-128,-138xm54,-133v0,63,29,107,91,107v63,0,92,-44,92,-107v0,-63,-29,-108,-91,-108v-63,0,-92,44,-92,108xm171,-295r-27,0r-40,-51r43,0","w":290},"\u00d3":{"d":"17,-133v0,-82,45,-138,128,-138v84,0,128,54,128,138v0,83,-45,138,-128,138v-81,0,-128,-55,-128,-138xm54,-133v0,63,29,107,91,107v63,0,92,-44,92,-107v0,-63,-29,-108,-91,-108v-63,0,-92,44,-92,108xm191,-346r-40,51r-27,0r25,-51r42,0","w":290},"\u00d4":{"d":"203,-295r-37,0r-21,-31r-21,31r-36,0r40,-52r35,0xm17,-133v0,-82,45,-138,128,-138v84,0,128,54,128,138v0,83,-45,138,-128,138v-81,0,-128,-55,-128,-138xm54,-133v0,63,29,107,91,107v63,0,92,-44,92,-107v0,-63,-29,-108,-91,-108v-63,0,-92,44,-92,108","w":290},"\u00d5":{"d":"121,-342v22,-1,55,34,61,-1r24,0v3,52,-53,43,-85,27v-8,0,-12,5,-13,16r-24,0v-1,-25,14,-41,37,-42xm17,-133v0,-82,45,-138,128,-138v84,0,128,54,128,138v0,83,-45,138,-128,138v-81,0,-128,-55,-128,-138xm54,-133v0,63,29,107,91,107v63,0,92,-44,92,-107v0,-63,-29,-108,-91,-108v-63,0,-92,44,-92,108","w":290},"\u00d6":{"d":"17,-133v0,-82,45,-138,128,-138v84,0,128,54,128,138v0,83,-45,138,-128,138v-81,0,-128,-55,-128,-138xm54,-133v0,63,29,107,91,107v63,0,92,-44,92,-107v0,-63,-29,-108,-91,-108v-63,0,-92,44,-92,108xm195,-303r-33,0r0,-37r33,0r0,37xm128,-303r-33,0r0,-37r33,0r0,37","w":290},"\u00d7":{"d":"188,-75r-22,22r-57,-57r-57,57r-22,-22r57,-57r-57,-56r22,-22r57,56r57,-56r22,22r-57,56","w":217},"\u00d8":{"d":"47,-41v-63,-84,-21,-230,98,-230v32,0,60,9,82,28r31,-34r18,15r-32,36v19,24,29,56,29,93v0,83,-45,138,-128,138v-31,0,-58,-10,-82,-29r-30,34r-18,-15xm146,-241v-87,0,-112,107,-76,174r135,-151v-16,-15,-35,-23,-59,-23xm145,-26v87,0,112,-107,75,-174r-135,152v17,15,37,22,60,22","w":290},"\u00d9":{"d":"239,-267v-5,122,32,272,-104,272v-76,0,-105,-40,-105,-117r0,-155r35,0v9,94,-36,240,70,240v106,0,59,-146,69,-240r35,0xm157,-295r-27,0r-40,-51r43,0","w":269},"\u00da":{"d":"239,-267v-5,122,32,272,-104,272v-76,0,-105,-40,-105,-117r0,-155r35,0v9,94,-36,240,70,240v106,0,59,-146,69,-240r35,0xm181,-346r-40,51r-27,0r25,-51r42,0","w":269},"\u00db":{"d":"192,-295r-37,0r-21,-31r-20,31r-37,0r40,-52r35,0xm239,-267v-5,122,32,272,-104,272v-76,0,-105,-40,-105,-117r0,-155r35,0v9,94,-36,240,70,240v106,0,59,-146,69,-240r35,0","w":269},"\u00dc":{"d":"239,-267v-5,122,32,272,-104,272v-76,0,-105,-40,-105,-117r0,-155r35,0v9,94,-36,240,70,240v106,0,59,-146,69,-240r35,0xm170,-303r-33,0r0,-37r33,0r0,37xm103,-303r-33,0r0,-37r33,0r0,37","w":269},"\u00dd":{"d":"247,-267r-105,154r0,113r-35,0r0,-113r-105,-154r43,0r80,123r79,-123r43,0xm170,-335r-40,51r-27,0r25,-51r42,0","w":248},"\u00de":{"d":"65,-214v87,-3,168,-4,168,77v0,80,-80,89,-168,83r0,54r-35,0r0,-267r35,0r0,53xm196,-135v0,-61,-72,-46,-131,-48r0,97v59,-1,131,12,131,-49","w":248},"\u00df":{"d":"104,-245v-36,0,-44,26,-44,64r0,181r-35,0r0,-182v0,-60,26,-89,79,-89v39,1,66,16,69,52v2,33,-51,72,-12,96v22,14,54,29,55,66v2,65,-98,82,-126,32v-4,-6,-6,-12,-6,-20r33,0v6,35,67,26,64,-9v-4,-46,-69,-36,-70,-86v-1,-19,29,-54,29,-76v0,-20,-17,-29,-36,-29","w":227},"\u00e0":{"d":"50,-53v4,49,85,30,98,2r0,-43v-51,-3,-101,7,-98,41xm103,-197v52,0,80,19,79,72r0,125r-34,0r0,-20v-35,38,-134,35,-134,-31v0,-50,55,-71,134,-68v2,-36,-9,-52,-46,-52v-31,0,-47,11,-48,33r-34,0v3,-40,30,-59,83,-59xm123,-220r-27,0r-40,-51r43,0"},"\u00e1":{"d":"50,-53v4,49,85,30,98,2r0,-43v-51,-3,-101,7,-98,41xm103,-197v52,0,80,19,79,72r0,125r-34,0r0,-20v-35,38,-134,35,-134,-31v0,-50,55,-71,134,-68v2,-36,-9,-52,-46,-52v-31,0,-47,11,-48,33r-34,0v3,-40,30,-59,83,-59xm150,-271r-40,51r-27,0r25,-51r42,0"},"\u00e2":{"d":"161,-220r-37,0r-20,-31r-21,31r-37,0r40,-51r35,0xm50,-53v4,49,85,30,98,2r0,-43v-51,-3,-101,7,-98,41xm103,-197v52,0,80,19,79,72r0,125r-34,0r0,-20v-35,38,-134,35,-134,-31v0,-50,55,-71,134,-68v2,-36,-9,-52,-46,-52v-31,0,-47,11,-48,33r-34,0v3,-40,30,-59,83,-59"},"\u00e3":{"d":"79,-267v21,-1,56,33,61,-1r24,0v1,25,-14,41,-37,42v-22,1,-55,-34,-61,1r-24,0v-1,-25,15,-41,37,-42xm50,-53v4,49,85,30,98,2r0,-43v-51,-3,-101,7,-98,41xm103,-197v52,0,80,19,79,72r0,125r-34,0r0,-20v-35,38,-134,35,-134,-31v0,-50,55,-71,134,-68v2,-36,-9,-52,-46,-52v-31,0,-47,11,-48,33r-34,0v3,-40,30,-59,83,-59"},"\u00e4":{"d":"50,-53v4,49,85,30,98,2r0,-43v-51,-3,-101,7,-98,41xm103,-197v52,0,80,19,79,72r0,125r-34,0r0,-20v-35,38,-134,35,-134,-31v0,-50,55,-71,134,-68v2,-36,-9,-52,-46,-52v-31,0,-47,11,-48,33r-34,0v3,-40,30,-59,83,-59xm154,-228r-33,0r0,-37r33,0r0,37xm87,-228r-33,0r0,-37r33,0r0,37"},"\u00e5":{"d":"50,-53v4,49,85,30,98,2r0,-43v-51,-3,-101,7,-98,41xm103,-197v52,0,80,19,79,72r0,125r-34,0r0,-20v-35,38,-134,35,-134,-31v0,-50,55,-71,134,-68v2,-36,-9,-52,-46,-52v-31,0,-47,11,-48,33r-34,0v3,-40,30,-59,83,-59xm104,-214v-36,2,-43,-53,-13,-64v23,-9,46,8,46,31v0,20,-14,32,-33,33xm104,-267v-20,-2,-26,31,-7,38v13,4,26,-4,26,-18v0,-13,-9,-18,-19,-20"},"\u00e6":{"d":"88,-23v42,1,59,-26,56,-71v-49,-3,-94,7,-94,41v0,20,12,30,38,30xm315,-58v-5,72,-124,84,-156,25v-15,25,-40,38,-81,38v-37,-1,-62,-20,-64,-56v-3,-50,53,-71,130,-68v2,-35,-10,-53,-45,-52v-28,0,-43,11,-45,33r-34,0v3,-40,30,-59,82,-59v33,0,55,8,66,24v16,-16,37,-24,62,-24v64,0,89,44,89,109r-141,0v2,38,19,65,55,65v26,0,44,-11,46,-35r36,0xm282,-115v-6,-37,-23,-56,-52,-56v-29,0,-46,19,-51,56r103,0","w":331},"\u00e7":{"d":"181,-58v-5,40,-33,63,-77,63v-61,0,-87,-40,-91,-102v-5,-82,79,-126,144,-84v14,9,21,26,24,46r-35,0v-2,-24,-18,-36,-42,-36v-40,0,-55,32,-56,74v-1,44,17,73,56,74v25,-1,41,-11,42,-35r35,0xm114,14v20,3,30,13,30,29v0,30,-36,39,-74,34r0,-21v17,1,44,4,44,-13v0,-9,-9,-14,-26,-14r0,-29r26,0r0,14","w":186},"\u00e8":{"d":"191,-58v-8,40,-36,63,-83,63v-62,0,-95,-39,-95,-102v0,-60,30,-100,91,-100v64,0,91,42,90,109r-145,0v4,38,18,65,59,65v25,-1,46,-9,47,-35r36,0xm158,-115v2,-59,-81,-76,-101,-25v-3,7,-6,15,-7,25r108,0xm125,-220r-27,0r-40,-51r43,0"},"\u00e9":{"d":"191,-58v-8,40,-36,63,-83,63v-62,0,-95,-39,-95,-102v0,-60,30,-100,91,-100v64,0,91,42,90,109r-145,0v4,38,18,65,59,65v25,-1,46,-9,47,-35r36,0xm158,-115v2,-59,-81,-76,-101,-25v-3,7,-6,15,-7,25r108,0xm150,-271r-40,51r-27,0r25,-51r42,0"},"\u00ea":{"d":"161,-220r-37,0r-20,-31r-21,31r-37,0r40,-51r35,0xm191,-58v-8,40,-36,63,-83,63v-62,0,-95,-39,-95,-102v0,-60,30,-100,91,-100v64,0,91,42,90,109r-145,0v4,38,18,65,59,65v25,-1,46,-9,47,-35r36,0xm158,-115v2,-59,-81,-76,-101,-25v-3,7,-6,15,-7,25r108,0"},"\u00eb":{"d":"191,-58v-8,40,-36,63,-83,63v-62,0,-95,-39,-95,-102v0,-60,30,-100,91,-100v64,0,91,42,90,109r-145,0v4,38,18,65,59,65v25,-1,46,-9,47,-35r36,0xm158,-115v2,-59,-81,-76,-101,-25v-3,7,-6,15,-7,25r108,0xm154,-228r-33,0r0,-37r33,0r0,37xm87,-228r-33,0r0,-37r33,0r0,37"},"\u00ec":{"d":"60,0r-35,0r0,-193r35,0r0,193xm64,-220r-27,0r-41,-51r43,0","w":84},"\u00ed":{"d":"60,0r-35,0r0,-193r35,0r0,193xm89,-271r-40,51r-27,0r24,-51r43,0","w":84},"\u00ee":{"d":"60,0r-35,0r0,-193r35,0r0,193xm100,-220r-37,0r-20,-31r-21,31r-37,0r40,-51r35,0","w":84},"\u00ef":{"d":"60,0r-35,0r0,-193r35,0r0,193xm93,-228r-33,0r0,-37r33,0r0,37xm26,-228r-34,0r0,-37r34,0r0,37","w":84},"\u00f0":{"d":"96,-267v10,8,16,11,23,18r39,-18r10,18r-33,15v31,38,59,73,59,140v0,62,-32,99,-90,99v-59,0,-89,-38,-91,-99v-2,-71,52,-114,120,-93v-6,-13,-14,-24,-24,-35r-45,20r-9,-17r39,-18v-10,-9,-22,-20,-37,-30r39,0xm48,-94v-1,42,18,71,56,71v39,0,55,-30,55,-71v0,-41,-15,-72,-55,-72v-39,0,-56,30,-56,72"},"\u00f1":{"d":"79,-267v21,0,56,34,61,-1r24,0v1,25,-13,41,-36,42v-23,1,-56,-35,-62,1r-24,0v-1,-25,15,-41,37,-42xm148,-125v3,-61,-63,-53,-88,-14r0,139r-35,0r0,-193r35,0r0,25v31,-47,123,-38,123,41r0,127r-35,0r0,-125"},"\u00f2":{"d":"13,-97v0,-61,29,-100,91,-100v61,0,89,39,90,100v0,63,-30,102,-90,102v-61,0,-91,-40,-91,-102xm48,-97v-1,44,17,74,56,74v39,0,56,-30,55,-74v0,-42,-16,-74,-55,-74v-40,0,-55,32,-56,74xm124,-220r-27,0r-40,-51r43,0"},"\u00f3":{"d":"13,-97v0,-61,29,-100,91,-100v61,0,89,39,90,100v0,63,-30,102,-90,102v-61,0,-91,-40,-91,-102xm48,-97v-1,44,17,74,56,74v39,0,56,-30,55,-74v0,-42,-16,-74,-55,-74v-40,0,-55,32,-56,74xm150,-271r-40,51r-27,0r25,-51r42,0"},"\u00f4":{"d":"162,-220r-37,0r-21,-31r-21,31r-37,0r41,-51r35,0xm13,-97v0,-61,29,-100,91,-100v61,0,89,39,90,100v0,63,-30,102,-90,102v-61,0,-91,-40,-91,-102xm48,-97v-1,44,17,74,56,74v39,0,56,-30,55,-74v0,-42,-16,-74,-55,-74v-40,0,-55,32,-56,74"},"\u00f5":{"d":"79,-267v21,0,56,33,62,-1r24,0v1,25,-14,41,-37,42v-22,1,-56,-35,-61,1r-24,0v-1,-25,14,-42,36,-42xm13,-97v0,-61,29,-100,91,-100v61,0,89,39,90,100v0,63,-30,102,-90,102v-61,0,-91,-40,-91,-102xm48,-97v-1,44,17,74,56,74v39,0,56,-30,55,-74v0,-42,-16,-74,-55,-74v-40,0,-55,32,-56,74"},"\u00f6":{"d":"13,-97v0,-61,29,-100,91,-100v61,0,89,39,90,100v0,63,-30,102,-90,102v-61,0,-91,-40,-91,-102xm48,-97v-1,44,17,74,56,74v39,0,56,-30,55,-74v0,-42,-16,-74,-55,-74v-40,0,-55,32,-56,74xm154,-228r-33,0r0,-37r33,0r0,37xm87,-228r-33,0r0,-37r33,0r0,37"},"\u00f7":{"d":"127,-172r-37,0r0,-37r37,0r0,37xm197,-116r-176,0r0,-31r176,0r0,31xm127,-54r-37,0r0,-38r37,0r0,38","w":217},"\u00f8":{"d":"35,-25v-44,-58,-22,-172,69,-172v20,0,37,4,52,14r18,-24r18,13r-20,26v15,18,22,41,22,71v0,84,-77,126,-143,87r-18,23r-17,-13v11,-11,12,-15,19,-25xm137,-158v-41,-33,-89,4,-89,61v0,18,3,33,8,44xm69,-35v42,31,90,-2,90,-62v0,-18,-3,-32,-8,-43"},"\u00f9":{"d":"59,-68v-4,62,66,52,89,13r0,-138r34,0r0,193r-34,0r0,-25v-38,50,-123,38,-123,-42r0,-126r34,0r0,125xm126,-220r-27,0r-40,-51r43,0"},"\u00fa":{"d":"59,-68v-4,62,66,52,89,13r0,-138r34,0r0,193r-34,0r0,-25v-38,50,-123,38,-123,-42r0,-126r34,0r0,125xm150,-271r-40,51r-27,0r25,-51r42,0"},"\u00fb":{"d":"162,-220r-37,0r-21,-31r-21,31r-37,0r40,-51r35,0xm59,-68v-4,62,66,52,89,13r0,-138r34,0r0,193r-34,0r0,-25v-38,50,-123,38,-123,-42r0,-126r34,0r0,125"},"\u00fc":{"d":"59,-68v-4,62,66,52,89,13r0,-138r34,0r0,193r-34,0r0,-25v-38,50,-123,38,-123,-42r0,-126r34,0r0,125xm154,-228r-33,0r0,-37r33,0r0,37xm87,-228r-33,0r0,-37r33,0r0,37"},"\u00fd":{"d":"20,44v32,10,42,-7,58,-44r-73,-193r37,0r51,151r51,-151r37,0r-87,228v-11,28,-32,51,-74,41r0,-32xm139,-271r-40,51r-27,0r25,-51r42,0","w":186},"\u00fe":{"d":"194,-98v5,81,-76,132,-134,83r0,89r-35,0r0,-341r35,0r0,97v15,-18,33,-27,55,-27v56,2,75,42,79,99xm159,-98v0,-42,-11,-72,-47,-73v-19,0,-36,12,-52,34r0,91v40,45,99,21,99,-52"},"\u00ff":{"d":"20,44v32,10,42,-7,58,-44r-73,-193r37,0r51,151r51,-151r37,0r-87,228v-11,28,-32,51,-74,41r0,-32xm143,-228r-33,0r0,-37r33,0r0,37xm76,-228r-33,0r0,-37r33,0r0,37","w":186}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Microsoft Corporation. All rights reserved.
 * 
 * Description:
 * Kartika is an OpenType font for the Indic script - Malayalam. It is based on
 * Unicode, contains TrueType outlines and has been designed for use as a UI font.
 */
Cufon.registerFont({"w":215,"face":{"font-family":"Kartika","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 8 3 3 4 4 6 2 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-20 -347 354 83.0169","underline-thickness":"12.6562","underline-position":"-56.25","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":104},"!":{"d":"78,0r-47,0r0,-44r47,0r0,44xm78,-267v1,68,-4,130,-7,194r-33,0r-7,-194r47,0","w":108},"\"":{"d":"132,-267v-1,35,-6,66,-9,100r-28,0r-9,-100r46,0xm61,-267v-1,35,-6,66,-9,100r-28,0r-9,-100r46,0","w":147},"#":{"d":"203,-153r-34,0r-10,46r30,0r0,40r-38,0r-14,67r-42,0r14,-67r-37,0r-14,67r-41,0r13,-67r-26,0r0,-40r34,0r10,-46r-30,0r0,-40r38,0r14,-68r41,0r-13,68r37,0r14,-68r41,0r-14,68r27,0r0,40xm127,-153r-37,0r-10,46r37,0","w":207},"$":{"d":"20,-189v0,-45,29,-68,68,-75r0,-27r34,0r0,27v39,6,61,30,66,75r-49,0v-1,-18,-7,-29,-17,-33r0,68v43,8,71,30,71,76v0,47,-29,73,-71,81r0,27r-34,0r0,-27v-48,-7,-71,-36,-74,-88r49,0v2,22,9,39,25,46r0,-77v-45,-11,-68,-36,-68,-73xm88,-222v-26,8,-25,53,0,60r0,-60xm122,-39v23,-3,31,-50,11,-63v-3,-2,-6,-4,-11,-6r0,69","w":207},"%":{"d":"27,-192v0,-43,21,-73,64,-73v42,0,64,30,64,73v0,43,-22,73,-64,73v-42,0,-64,-30,-64,-73xm91,-155v14,0,20,-13,20,-37v0,-24,-6,-37,-20,-37v-14,0,-21,13,-21,37v0,24,7,37,21,37xm258,-261r-143,261r-42,0r142,-261r43,0xm177,-69v0,-43,22,-73,64,-73v41,0,63,29,63,73v1,45,-21,73,-63,73v-43,0,-64,-30,-64,-73xm241,-32v14,0,21,-12,21,-37v0,-24,-7,-36,-21,-36v-14,0,-21,12,-21,36v0,25,7,37,21,37","w":331},"&":{"d":"224,-131v-2,30,-8,54,-18,75r26,33r-37,31r-21,-27v-53,44,-157,23,-157,-56v0,-38,27,-60,53,-75v-12,-18,-23,-30,-23,-52v0,-39,28,-63,69,-63v38,0,64,23,65,60v1,36,-22,49,-44,64r34,42v2,-10,5,-19,4,-32r49,0xm115,-225v-32,2,-18,39,-4,52v23,-6,34,-48,4,-52xm96,-117v-38,10,-42,78,7,79v18,0,32,-6,44,-16","w":248},"'":{"d":"62,-267v-1,35,-6,66,-9,100r-28,0r-9,-100r46,0","w":78},"(":{"d":"74,72v-85,-110,-85,-227,0,-337r40,0v-75,122,-74,214,0,337r-40,0","w":124},")":{"d":"66,-97v0,-67,-25,-118,-56,-168r40,0v85,110,85,227,0,337r-40,0v32,-50,56,-101,56,-169","w":124},"*":{"d":"86,-225r42,-18r10,29r-45,10r31,36r-26,18r-23,-41r-24,41r-26,-18r32,-36r-45,-10r9,-29r42,18r-4,-46r31,0","w":150},"+":{"d":"198,-107r-67,0r0,67r-44,0r0,-67r-67,0r0,-43r67,0r0,-68r44,0r0,68r67,0r0,43","w":217},",":{"d":"77,-50v2,50,2,99,-51,98r0,-31v10,0,16,-6,17,-17r-17,0r0,-50r51,0","w":103},"-":{"d":"116,-73r-108,0r0,-47r108,0r0,47","w":124},"\u00ad":{"d":"116,-73r-108,0r0,-47r108,0r0,47","w":124},".":{"d":"77,0r-50,0r0,-50r50,0r0,50","w":103},"\/":{"d":"113,-267r-77,267r-36,0r77,-267r36,0","w":113},"0":{"d":"103,-265v59,0,89,45,89,135v0,90,-30,134,-89,134v-59,0,-88,-44,-88,-134v0,-90,29,-135,88,-135xm103,-225v-56,8,-40,119,-29,169v5,12,15,20,29,20v40,0,40,-49,40,-94v0,-46,0,-90,-40,-95","w":207},"1":{"d":"145,0r-47,0r0,-188v-14,5,-34,8,-59,8r0,-40v39,0,61,-15,67,-45r39,0r0,265","w":207},"2":{"d":"108,-265v72,-4,107,73,68,129v-22,31,-68,63,-96,91r113,0r0,45r-179,0v0,-102,129,-98,129,-189v0,-23,-13,-36,-36,-36v-26,0,-36,22,-39,47r-49,0v6,-51,33,-84,89,-87","w":207},"3":{"d":"100,-265v71,-6,105,83,56,121v22,11,34,33,36,64v6,93,-140,112,-169,34v-4,-10,-7,-21,-8,-34r49,0v1,26,13,44,39,44v26,0,40,-16,40,-43v0,-35,-28,-44,-65,-41r0,-40v31,2,54,-5,53,-34v0,-20,-10,-31,-30,-31v-20,0,-32,13,-35,39r-48,0v6,-47,32,-75,82,-79","w":207},"4":{"d":"196,-59r-33,0r0,59r-48,0r0,-59r-104,0r0,-37r115,-168r37,0r0,162r33,0r0,43xm115,-102r0,-78r-52,78r52,0","w":207},"5":{"d":"144,-88v3,-50,-57,-63,-84,-28r-37,0r11,-145r148,0r0,45r-105,0r-4,45v61,-23,120,16,120,80v0,97,-133,128,-169,48v-5,-10,-9,-23,-10,-37r49,0v3,24,13,44,38,44v29,0,41,-23,43,-52","w":207},"6":{"d":"107,4v-70,0,-91,-55,-92,-127v0,-107,42,-159,123,-137v30,8,47,35,51,72r-49,0v-2,-39,-41,-49,-59,-20v-8,11,-13,27,-16,48v57,-36,131,3,127,72v-2,55,-30,92,-85,92xm143,-85v3,-52,-51,-64,-80,-28v1,41,11,77,44,77v25,0,35,-22,36,-49","w":207},"7":{"d":"191,-230r-92,230r-52,0r91,-216r-122,0r0,-45r175,0r0,31","w":207},"8":{"d":"103,-265v78,-5,108,90,46,128v76,36,43,147,-46,141v-52,-4,-88,-25,-88,-77v0,-32,18,-51,43,-64v-18,-14,-34,-32,-34,-59v0,-45,32,-66,79,-69xm103,-225v-42,2,-37,56,0,67v39,-12,43,-65,0,-67xm103,-36v43,3,55,-54,18,-69v-5,-2,-11,-6,-18,-9v-19,8,-40,18,-40,41v0,24,15,35,40,37","w":207},"9":{"d":"100,-265v69,0,91,55,92,127v0,107,-42,159,-123,137v-30,-8,-45,-36,-51,-71r49,0v1,40,42,47,60,19v7,-11,12,-27,15,-48v-55,38,-130,-3,-127,-72v2,-54,30,-92,85,-92xm64,-175v-2,50,51,63,80,27v-2,-37,-8,-77,-43,-77v-26,0,-36,23,-37,50","w":207},":":{"d":"77,0r-50,0r0,-50r50,0r0,50xm77,-143r-50,0r0,-50r50,0r0,50","w":103},";":{"d":"77,-50v2,49,2,99,-50,98r0,-31v10,0,15,-6,16,-17r-16,0r0,-50r50,0xm77,-143r-50,0r0,-50r50,0r0,50","w":103},"<":{"d":"198,-34r-178,-76r0,-38r178,-76r0,47r-116,48r116,48r0,47","w":217},"=":{"d":"198,-144r-178,0r0,-44r178,0r0,44xm198,-70r-178,0r0,-43r178,0r0,43","w":217},">":{"d":"198,-110r-178,76r0,-47r116,-48r-116,-48r0,-47r178,76r0,38","w":217},"?":{"d":"117,-150v32,-19,34,-75,-12,-75v-22,0,-35,16,-40,47r-49,0v6,-51,34,-83,88,-87v85,-6,117,100,49,142v-19,18,-29,21,-27,63r-46,0v0,-48,6,-71,37,-90xm129,0r-50,0r0,-50r50,0r0,50","w":207},"@":{"d":"67,-86v-4,108,116,142,210,104r21,34v-122,51,-271,3,-271,-138v0,-99,74,-179,173,-179v86,0,154,56,152,138v-1,74,-36,125,-109,127v-17,0,-30,-7,-36,-19v-44,42,-117,9,-117,-57v0,-75,73,-155,143,-107r2,-9r47,0r-33,145v0,5,3,7,7,7v37,-7,56,-42,54,-88v-2,-63,-45,-98,-110,-98v-83,0,-130,64,-133,140xm223,-142v-39,-41,-86,15,-86,65v0,53,56,40,67,9v8,-22,13,-49,19,-74","w":378},"A":{"d":"158,-119r-32,-84r-31,84r63,0xm258,0r-56,0r-29,-76r-93,0r-28,76r-53,0r103,-267r47,0","w":256},"B":{"d":"198,-143v22,11,38,30,38,62v3,94,-110,82,-205,81r0,-267v87,0,193,-13,193,72v0,25,-10,40,-26,52xm174,-192v0,-40,-55,-26,-93,-29r0,59v39,-2,94,10,93,-30xm185,-81v0,-47,-60,-33,-104,-35r0,70v43,0,104,6,104,-35","w":256},"C":{"d":"20,-134v-11,-133,164,-185,225,-81v6,12,10,25,11,40r-51,0v-3,-34,-25,-52,-59,-52v-53,0,-75,38,-75,93v0,55,21,94,74,94v37,0,58,-20,60,-56r51,0v-6,63,-44,100,-111,100v-83,0,-118,-55,-125,-138","w":277},"D":{"d":"256,-135v0,90,-45,135,-136,135r-88,0r0,-267r88,0v91,0,136,44,136,132xm82,-46v78,6,123,-14,123,-89v0,-73,-46,-92,-123,-86r0,175","w":277},"E":{"d":"235,0r-204,0r0,-267r199,0r0,46r-149,0r0,60r139,0r0,46r-139,0r0,69r154,0r0,46","w":256},"F":{"d":"217,-221r-136,0r0,62r119,0r0,45r-119,0r0,114r-50,0r0,-267r186,0r0,46","w":235},"G":{"d":"227,-19v-18,15,-45,23,-77,23v-84,0,-123,-54,-130,-138v-12,-134,175,-184,235,-80v7,12,11,24,12,39r-51,0v-4,-36,-29,-52,-67,-52v-52,0,-78,38,-78,93v0,55,25,92,79,94v35,0,56,-11,72,-30r0,-28r-66,0r0,-46r115,0r0,144r-38,0","w":298},"H":{"d":"246,0r-51,0r0,-118r-114,0r0,118r-49,0r0,-267r49,0r0,103r114,0r0,-103r51,0r0,267","w":277},"I":{"d":"83,0r-49,0r0,-267r49,0r0,267","w":111},"J":{"d":"87,-41v25,0,28,-20,29,-46r0,-180r50,0r0,179v0,59,-21,93,-79,92v-54,-1,-78,-34,-75,-92r50,0v0,31,8,47,25,47","w":194},"K":{"d":"261,0r-63,0r-87,-121r-29,29r0,92r-50,0r0,-267r50,0r0,112r110,-112r69,0r-114,112","w":256},"L":{"d":"203,0r-172,0r0,-267r50,0r0,221r122,0r0,46"},"M":{"d":"285,0r-48,0r0,-171r-58,171r-42,0r-57,-171r0,171r-48,0r0,-267r65,0r62,190r62,-190r64,0r0,267","w":318},"N":{"d":"246,0r-47,0r-119,-178r0,178r-48,0r0,-267r47,0r118,179r0,-179r49,0r0,267","w":277},"O":{"d":"21,-134v0,-84,46,-137,128,-137v81,0,128,53,128,137v0,83,-46,138,-128,138v-82,0,-128,-53,-128,-138xm71,-134v0,55,25,94,78,94v53,0,77,-38,77,-94v0,-56,-26,-93,-77,-93v-52,0,-78,38,-78,93","w":298},"P":{"d":"239,-186v0,81,-72,91,-158,86r0,100r-50,0r0,-267v95,1,208,-17,208,81xm188,-185v0,-48,-61,-34,-107,-36r0,75v47,-1,107,10,107,-39","w":256},"Q":{"d":"277,-134v0,39,-10,69,-29,92r37,30r-30,35r-43,-34v-18,10,-36,15,-63,15v-82,-4,-128,-54,-128,-138v0,-84,46,-137,128,-137v81,0,126,53,128,137xm72,-134v0,63,36,104,99,91r-21,-16r30,-36r30,24v35,-55,15,-160,-60,-156v-51,3,-78,37,-78,93","w":298},"R":{"d":"172,-266v85,-7,101,122,33,146v30,24,40,80,56,120r-53,0v-20,-40,-17,-103,-73,-107r-53,0r0,107r-50,0r0,-267xm198,-189v0,-50,-70,-30,-116,-34r0,70v47,-4,116,16,116,-36","w":277},"S":{"d":"200,-141v72,43,22,152,-66,145v-71,-6,-111,-34,-115,-101r48,0v3,36,28,53,66,56v40,3,76,-40,38,-60v-51,-27,-143,-16,-143,-93v0,-96,167,-98,193,-24v4,11,9,24,9,38r-48,0v-4,-30,-22,-45,-55,-45v-46,0,-70,43,-23,55v33,9,70,13,96,29","w":256},"T":{"d":"226,-221r-83,0r0,221r-50,0r0,-221r-82,0r0,-46r215,0r0,46","w":235},"U":{"d":"246,-114v1,77,-29,118,-107,118v-78,0,-107,-40,-107,-118r0,-153r49,0r0,153v-1,46,12,73,58,73v45,0,56,-26,56,-73r0,-153r51,0r0,153","w":277},"V":{"d":"255,-267r-104,267r-46,0r-103,-267r53,0r73,199r74,-199r53,0","w":256},"W":{"d":"352,-267r-74,267r-45,0r-54,-195r-54,195r-44,0r-74,-267r52,0r44,180r50,-180r53,0r49,179r44,-179r53,0","w":360},"X":{"d":"260,0r-61,0r-70,-100r-70,100r-62,0r102,-140r-92,-127r61,0r60,86r61,-86r61,0r-93,127","w":256},"Y":{"d":"259,-267r-106,155r0,112r-49,0r0,-112r-106,-155r60,0r71,108r70,-108r60,0","w":256},"Z":{"d":"224,0r-215,0r0,-42r147,-179r-132,0r0,-46r196,0r0,42r-147,179r151,0r0,46","w":235},"[":{"d":"100,68r-82,0r0,-329r82,0r0,41r-35,0r0,248r35,0r0,40","w":103},"\\":{"d":"108,0r-41,0r-76,-261r42,0","w":103},"]":{"d":"87,68r-83,0r0,-40r35,0r0,-248r-35,0r0,-41r83,0r0,329","w":103},"^":{"d":"165,-142r-50,0r-31,-63r-32,63r-50,0r65,-119r34,0","w":174},"_":{"d":"207,54r-209,0r0,-33r209,0r0,33","w":205},"`":{"d":"109,-203r-41,0r-50,-63r61,0","w":136},"a":{"d":"65,-56v4,34,66,19,75,-1r0,-29v-39,-2,-79,6,-75,30xm107,-198v52,0,80,20,80,75r0,123r-47,0r0,-10v-45,27,-123,15,-123,-45v0,-49,45,-72,123,-70v1,-24,-10,-33,-35,-32v-23,0,-35,10,-36,30r-48,0v3,-47,32,-71,86,-71"},"b":{"d":"199,-98v0,73,-58,124,-124,92r0,6r-47,0r0,-261r47,0r0,78v57,-40,124,8,124,85xm150,-98v6,-59,-47,-78,-75,-34r0,79v34,34,83,12,75,-45"},"c":{"d":"188,-69v-7,45,-31,73,-81,73v-62,0,-85,-39,-91,-101v-11,-113,161,-140,172,-27r-50,0v1,-21,-12,-33,-31,-33v-31,0,-42,26,-42,60v0,34,10,61,42,61v20,0,30,-13,31,-33r50,0","w":194},"d":{"d":"65,-95v-6,59,47,78,75,34r0,-79v-34,-34,-83,-13,-75,45xm16,-95v0,-74,57,-125,124,-92r0,-74r47,0r0,261r-47,0r0,-10v-60,39,-124,-9,-124,-85"},"e":{"d":"197,-69v-7,46,-36,73,-86,73v-62,0,-95,-38,-95,-101v0,-61,30,-101,91,-101v66,0,95,45,92,117r-133,0v-2,47,76,63,81,12r50,0xm148,-122v-4,-30,-41,-46,-66,-26v-7,6,-12,14,-15,26r81,0"},"f":{"d":"120,-219v-25,-5,-46,-7,-41,26r33,0r0,40r-33,0r0,153r-48,0r0,-153r-26,0r0,-40r26,0v-5,-60,35,-84,89,-68r0,42","w":111},"g":{"d":"16,-95v0,-74,57,-125,124,-92r0,-6r47,0r0,172v10,88,-85,116,-144,75v-13,-9,-22,-26,-22,-47r49,0v0,33,60,32,66,3v2,-5,3,-12,4,-20v-61,39,-124,-9,-124,-85xm65,-95v-6,59,47,78,75,34r0,-79v-34,-34,-83,-13,-75,45"},"h":{"d":"140,-123v1,-46,-45,-38,-65,-9r0,132r-48,0r0,-261r48,0r0,79v46,-35,113,-12,113,58r0,124r-48,0r0,-123"},"i":{"d":"72,0r-47,0r0,-193r47,0r0,193xm72,-211r-47,0r0,-50r47,0r0,50","w":92},"j":{"d":"-11,24v20,10,35,8,35,-23r0,-194r48,0r0,195v3,55,-28,80,-83,67r0,-45xm72,-211r-48,0r0,-50r48,0r0,50","w":92},"k":{"d":"197,0r-57,0r-54,-85r-11,10r0,75r-47,0r0,-261r47,0r0,127r58,-59r62,0r-77,75","w":194},"l":{"d":"72,0r-47,0r0,-261r47,0r0,261","w":92},"m":{"d":"77,-182v23,-23,81,-20,94,10v34,-45,115,-31,115,48r0,124r-48,0r0,-123v2,-45,-37,-38,-57,-10r0,133r-47,0r0,-123v2,-45,-37,-38,-57,-10r0,133r-47,0r0,-193r47,0r0,11","w":318},"n":{"d":"140,-123v1,-46,-45,-38,-65,-9r0,132r-48,0r0,-193r48,0r0,11v46,-35,113,-12,113,58r0,124r-48,0r0,-123"},"o":{"d":"16,-97v0,-62,31,-101,91,-101v61,0,92,39,92,101v0,62,-30,101,-92,101v-62,0,-91,-40,-91,-101xm65,-97v0,34,11,61,42,61v32,0,43,-27,43,-61v0,-34,-11,-60,-43,-60v-31,0,-42,27,-42,60"},"p":{"d":"199,-98v0,73,-58,124,-124,92r0,74r-47,0r0,-261r47,0r0,10v57,-40,124,8,124,85xm150,-98v6,-59,-47,-78,-75,-34r0,79v34,34,83,12,75,-45"},"q":{"d":"16,-95v0,-74,57,-125,124,-92r0,-6r47,0r0,261r-47,0r0,-78v-60,39,-124,-9,-124,-85xm65,-95v-6,59,47,78,75,34r0,-79v-34,-34,-83,-13,-75,45"},"r":{"d":"74,-182v18,-16,36,-18,61,-13r0,49v-23,-10,-50,-4,-61,15r0,131r-48,0r0,-193r48,0r0,11","w":132},"s":{"d":"139,-112v74,26,32,116,-41,116v-54,0,-82,-24,-85,-73r49,0v0,22,12,33,36,33v23,0,44,-21,24,-32v-38,-20,-107,-11,-104,-70v2,-40,32,-60,74,-60v52,0,79,22,80,66r-47,0v4,-30,-54,-35,-59,-9v7,21,53,16,73,29","w":194},"t":{"d":"78,-58v-5,22,14,23,33,18r0,38v-47,15,-81,-2,-81,-58r0,-93r-22,0r0,-40r22,0r0,-44r48,0r0,44r28,0r0,40r-28,0r0,95","w":111},"u":{"d":"75,-71v-4,48,47,37,65,10r0,-132r48,0r0,193r-48,0r0,-12v-46,35,-114,12,-114,-57r0,-124r49,0r0,122"},"v":{"d":"190,-193r-73,193r-39,0r-73,-193r51,0r41,121r42,-121r51,0","w":194},"w":{"d":"269,-193r-57,193r-43,0r-32,-110r-32,110r-43,0r-58,-193r53,0r27,112r32,-112r42,0r33,112r27,-112r51,0","w":277},"x":{"d":"196,0r-59,0r-40,-62r-39,62r-59,0r71,-100r-66,-93r59,0r34,55r35,-55r59,0r-66,93","w":194},"y":{"d":"22,21v28,13,39,5,53,-29r-70,-185r51,0r41,121r42,-121r51,0v-33,80,-58,169,-97,243v-12,20,-43,27,-71,18r0,-47","w":194},"z":{"d":"184,0r-173,0r0,-37r101,-114r-95,0r0,-42r161,0r0,37r-101,113r107,0r0,43","w":194},"{":{"d":"90,-21v2,42,-10,53,30,51r0,42v-79,12,-78,-51,-80,-124v0,-15,-14,-23,-32,-23r0,-43v48,2,29,-59,36,-102v6,-35,31,-49,76,-45r0,42v-40,-2,-28,9,-30,51v-1,35,-7,62,-28,75v22,14,26,40,28,76","w":127},"|":{"d":"70,72r-42,0r0,-333r42,0r0,333","w":98},"}":{"d":"38,-172v-2,-42,10,-53,-30,-51r0,-42v79,-12,79,51,80,124v0,17,14,22,32,23r0,43v-79,1,20,167,-112,147r0,-42v39,2,28,-10,30,-51v1,-36,7,-62,28,-76v-21,-14,-27,-39,-28,-75","w":127},"~":{"d":"155,-137v21,-1,34,-11,47,-24r0,37v-35,44,-95,7,-139,-3v-21,1,-34,12,-47,25r0,-38v36,-43,94,-5,139,3","w":217},"\u00a0":{"w":104},"\u00a1":{"d":"31,-193r46,0r0,44r-46,0r0,-44xm31,74v-1,-68,4,-130,7,-194r32,0r7,194r-46,0","w":108},"\u00a2":{"d":"105,-36v21,0,32,-13,33,-33r49,0v-7,49,-36,75,-93,73r-11,40r-33,-9r11,-41v-31,-16,-46,-45,-46,-91v0,-64,35,-102,99,-100r11,-40r33,9r-11,39v23,11,37,33,40,65r-50,0v0,-9,0,-15,-2,-19xm102,-157v-42,1,-46,73,-28,104","w":207},"\u00a3":{"d":"87,-111v3,24,-4,45,-15,58v45,5,77,24,117,-3r0,50v-39,22,-75,-5,-118,-5v-17,0,-39,7,-67,20r0,-47v25,-11,40,-34,34,-73r-34,0r0,-40r23,0v-43,-99,106,-161,153,-69v5,10,7,21,8,34r-48,0v2,-52,-70,-48,-70,-4v0,15,3,25,7,39r55,0r0,40r-45,0","w":207},"\u00a4":{"d":"182,-180v14,24,13,60,0,82r26,26r-32,33r-27,-26v-24,15,-62,14,-83,-1r-27,27r-32,-33r26,-26v-14,-25,-13,-59,0,-82r-26,-27r32,-32r27,27v24,-16,58,-15,83,-1r27,-26r32,32xm68,-139v0,23,16,39,39,39v24,0,40,-16,40,-39v0,-22,-16,-39,-40,-39v-23,0,-39,17,-39,39","w":224},"\u00a5":{"d":"212,-261r-64,112r48,0r0,39r-69,0r0,15r69,0r0,38r-69,0r0,57r-47,0r0,-57r-69,0r0,-38r69,0r0,-15r-69,0r0,-39r48,0r-65,-112r55,0r54,100r55,-100r54,0","w":207},"\u00a6":{"d":"73,78r-45,0r0,-154r45,0r0,154xm73,-127r-45,0r0,-154r45,0r0,154","w":104},"\u00a7":{"d":"43,-165v-46,-47,13,-125,84,-95v26,11,44,34,48,68r-49,0v-2,-22,-12,-33,-29,-33v-40,0,-19,40,4,49v31,23,87,38,87,90v0,25,-14,38,-32,50v53,49,-10,133,-85,103v-29,-11,-47,-35,-51,-71r49,0v-3,39,54,48,60,14v-23,-53,-123,-53,-118,-125v1,-25,13,-39,32,-50xm70,-142v-40,38,30,66,57,84v43,-39,-32,-62,-57,-84","w":207},"\u00a8":{"d":"126,-211r-47,0r0,-50r47,0r0,50xm56,-211r-47,0r0,-50r47,0r0,50","w":134},"\u00a9":{"d":"3,-131v0,-82,53,-135,134,-135v81,0,134,53,134,135v0,83,-53,134,-134,134v-82,0,-134,-52,-134,-134xm40,-131v0,60,39,98,97,98v58,0,97,-38,97,-98v0,-59,-39,-98,-97,-98v-59,0,-97,37,-97,98xm102,-130v-5,44,56,63,66,18r40,0v-10,41,-34,61,-71,61v-48,-1,-70,-32,-74,-80v-7,-78,101,-106,134,-45v4,7,7,15,9,24r-40,0v-3,-16,-13,-24,-28,-24v-26,0,-33,21,-36,46","w":274},"\u00aa":{"d":"46,-166v6,16,54,8,47,-17v-24,-1,-50,4,-47,17xm72,-271v40,0,63,16,63,56r0,91r-42,0r0,-5v-35,17,-91,8,-91,-36v0,-36,33,-52,90,-50v1,-15,-8,-19,-21,-19v-14,0,-21,5,-22,15r-43,0v3,-35,25,-52,66,-52","w":149},"\u00ab":{"d":"199,-13r-45,0r-63,-91r63,-90r45,0r-52,90xm128,-13r-44,0r-63,-91r63,-90r44,0r-52,91","w":224},"\u00ac":{"d":"216,-137r0,90r-41,0r0,-50r-142,0r0,-40r183,0","w":253},"\u00ae":{"d":"3,-131v0,-82,53,-135,134,-135v81,0,134,53,134,135v0,83,-53,134,-134,134v-82,0,-134,-52,-134,-134xm40,-131v0,60,39,98,97,98v58,0,97,-38,97,-98v0,-59,-39,-98,-97,-98v-59,0,-97,37,-97,98xm126,-205v65,-8,78,64,39,87v16,14,19,41,28,61r-42,0v-7,-21,-9,-51,-33,-53r0,53r-37,0r0,-148r45,0xm118,-144v16,1,31,-3,30,-14v1,-10,-13,-14,-30,-13r0,27","w":274},"\u00af":{"d":"204,-293r-206,0r0,-34r206,0r0,34","w":201},"\u00b0":{"d":"19,-227v0,-34,23,-57,59,-57v35,0,57,23,57,57v0,36,-23,59,-57,59v-35,0,-59,-24,-59,-59xm55,-227v0,13,8,24,23,23v31,0,26,-45,0,-45v-13,1,-23,9,-23,22","w":161},"\u00b1":{"d":"209,-124r-73,0r0,73r-46,0r0,-73r-73,0r0,-45r73,0r0,-73r46,0r0,73r73,0r0,45xm209,0r-192,0r0,-46r192,0r0,46","w":235},"\u00b2":{"d":"129,-237v0,41,-34,48,-57,67r58,0r0,37r-128,0v5,-50,52,-66,81,-95v3,-11,-1,-20,-15,-20v-11,0,-18,7,-21,19r-44,0v2,-69,126,-76,126,-8","w":134},"\u00b3":{"d":"4,-234v3,-62,120,-69,120,-9v0,13,-5,23,-13,30v42,27,8,84,-44,84v-39,0,-60,-18,-65,-53r45,0v1,11,7,16,19,16v13,0,20,-5,20,-16v0,-12,-24,-11,-39,-11r0,-32v22,0,33,-5,33,-15v-4,-13,-30,-9,-31,6r-45,0","w":134},"\u00b4":{"d":"113,-266r-49,63r-42,0r30,-63r61,0","w":136},"\u00b5":{"d":"180,-47v0,10,8,11,20,11r0,38v-28,1,-54,1,-63,-18v-16,16,-41,25,-69,17r0,67r-48,0r0,-261r48,0r0,128v-4,31,39,34,54,15r11,-11r0,-132r47,0r0,146","w":207},"\u00b6":{"d":"3,-182v-4,-94,104,-79,194,-79r0,40r-17,0r0,289r-44,0r0,-289r-22,0r0,289r-44,0r0,-176v-41,-5,-66,-29,-67,-74","w":200},"\u00b7":{"d":"77,-110r-50,0r0,-50r50,0r0,50","w":103},"\u2219":{"d":"77,-110r-50,0r0,-50r50,0r0,50","w":103},"\u00b8":{"d":"105,41v2,43,-45,44,-86,41r0,-38v12,1,39,7,42,-4v0,-4,-8,-6,-25,-6r0,-40r42,0r0,14v18,3,26,13,27,33","w":134},"\u00b9":{"d":"96,-133r-42,0r0,-84v-10,3,-23,4,-40,4r0,-38v32,0,47,-11,47,-33r35,0r0,151","w":134},"\u00ba":{"d":"5,-195v0,-46,23,-76,68,-76v45,0,68,30,68,76v0,46,-23,76,-68,76v-46,0,-68,-30,-68,-76xm73,-159v16,0,25,-12,25,-36v0,-24,-9,-36,-25,-36v-16,0,-24,12,-24,36v0,24,8,36,24,36","w":147},"\u00bb":{"d":"195,-104r-63,91r-45,0r52,-90r-52,-91r45,0xm124,-104r-63,91r-44,0r51,-90r-51,-91r44,0","w":224},"\u00bc":{"d":"98,-123r-41,0r0,-78v-9,3,-22,4,-38,4r0,-36v29,0,44,-10,44,-31r35,0r0,141xm268,-261r-185,261r-47,0r186,-261r46,0xm285,-26r-17,0r0,26r-41,0r0,-26r-64,0r0,-31r72,-84r33,0r0,78r17,0r0,37xm227,-63r0,-18r-15,18r15,0","w":311},"\u00bd":{"d":"98,-123r-41,0r0,-78v-9,3,-21,4,-37,4r0,-36v29,0,43,-10,43,-31r35,0r0,141xm262,-261r-185,261r-47,0r186,-261r46,0xm291,-97v0,35,-30,45,-52,61r52,0r0,36r-121,0v0,-36,45,-63,73,-83v9,-7,7,-24,-10,-23v-10,0,-17,6,-19,17r-41,0v1,-67,118,-71,118,-8","w":311},"\u00be":{"d":"13,-215v2,-61,112,-67,112,-10v0,12,-4,21,-11,27v37,26,8,78,-42,78v-36,0,-56,-17,-61,-51r43,0v1,11,7,16,17,16v12,0,18,-5,18,-15v1,-10,-23,-9,-36,-9r0,-34v27,2,42,-16,18,-16v-8,0,-13,5,-15,14r-43,0xm276,-261r-185,261r-47,0r186,-261r46,0xm290,-26r-17,0r0,26r-40,0r0,-26r-65,0r0,-31r72,-84r33,0r0,78r17,0r0,37xm233,-63r0,-18r-16,18r16,0","w":311},"\u00bf":{"d":"62,-12v-4,26,12,43,37,44v22,0,36,-15,41,-46r48,0v-5,51,-34,86,-89,86v-50,0,-84,-25,-86,-75v-2,-66,72,-58,65,-130r46,0v9,69,-41,80,-62,121xm125,-143r-50,0r0,-50r50,0r0,50","w":207},"\u00c0":{"d":"158,-119r-32,-84r-31,84r63,0xm258,0r-56,0r-29,-76r-93,0r-28,76r-53,0r103,-267r47,0xm165,-284r-41,0r-50,-63r61,0","w":256},"\u00c1":{"d":"158,-119r-32,-84r-31,84r63,0xm258,0r-56,0r-29,-76r-93,0r-28,76r-53,0r103,-267r47,0xm187,-347r-49,63r-42,0r30,-63r61,0","w":256},"\u00c2":{"d":"198,-284r-55,0r-14,-22r-14,22r-55,0r49,-63r40,0xm158,-119r-32,-84r-31,84r63,0xm258,0r-56,0r-29,-76r-93,0r-28,76r-53,0r103,-267r47,0","w":256},"\u00c3":{"d":"101,-338v19,0,30,10,45,14v3,0,4,-5,4,-15r37,0v5,54,-47,64,-86,40v-3,0,-4,5,-4,15r-38,0v1,-30,12,-54,42,-54xm158,-119r-32,-84r-31,84r63,0xm258,0r-56,0r-29,-76r-93,0r-28,76r-53,0r103,-267r47,0","w":256},"\u00c4":{"d":"158,-119r-32,-84r-31,84r63,0xm258,0r-56,0r-29,-76r-93,0r-28,76r-53,0r103,-267r47,0xm186,-285r-47,0r0,-50r47,0r0,50xm116,-285r-47,0r0,-50r47,0r0,50","w":256},"\u00c5":{"d":"158,-119r-32,-84r-31,84r63,0xm258,0r-56,0r-29,-76r-93,0r-28,76r-53,0r103,-267r47,0xm87,-306v0,-23,15,-39,39,-39v23,0,39,16,39,39v0,23,-15,39,-38,39v-24,0,-40,-14,-40,-39xm126,-295v6,0,10,-5,10,-11v0,-5,-5,-10,-10,-10v-5,0,-10,5,-10,10v0,6,4,11,10,11","w":256},"\u00c6":{"d":"354,0r-181,0r0,-73r-75,0r-41,73r-57,0r154,-267r194,0r0,46r-125,0r0,60r115,0r0,46r-115,0r0,69r131,0r0,46xm173,-118r0,-92r-51,92r51,0","w":372},"\u00c7":{"d":"20,-134v-11,-133,164,-185,225,-81v6,12,10,25,11,40r-51,0v-3,-34,-25,-52,-59,-52v-53,0,-75,38,-75,93v0,55,21,94,74,94v37,0,58,-20,60,-56r51,0v-6,63,-44,100,-111,100v-83,0,-118,-55,-125,-138xm193,41v2,43,-45,44,-86,41r0,-38v12,1,39,7,42,-4v0,-4,-8,-6,-25,-6r0,-40r42,0r0,14v18,3,26,13,27,33","w":277},"\u00c8":{"d":"235,0r-204,0r0,-267r199,0r0,46r-149,0r0,60r139,0r0,46r-139,0r0,69r154,0r0,46xm165,-284r-41,0r-50,-63r61,0","w":256},"\u00c9":{"d":"235,0r-204,0r0,-267r199,0r0,46r-149,0r0,60r139,0r0,46r-139,0r0,69r154,0r0,46xm201,-347r-49,63r-42,0r30,-63r61,0","w":256},"\u00ca":{"d":"204,-284r-55,0r-15,-22r-14,22r-55,0r49,-63r40,0xm235,0r-204,0r0,-267r199,0r0,46r-149,0r0,60r139,0r0,46r-139,0r0,69r154,0r0,46","w":256},"\u00cb":{"d":"235,0r-204,0r0,-267r199,0r0,46r-149,0r0,60r139,0r0,46r-139,0r0,69r154,0r0,46xm183,-285r-47,0r0,-50r47,0r0,50xm113,-285r-47,0r0,-50r47,0r0,50","w":256},"\u00cc":{"d":"83,0r-49,0r0,-267r49,0r0,267xm93,-284r-41,0r-50,-63r61,0","w":111},"\u00cd":{"d":"83,0r-49,0r0,-267r49,0r0,267xm113,-347r-49,63r-42,0r30,-63r61,0","w":111},"\u00ce":{"d":"128,-284r-55,0r-14,-22r-15,22r-55,0r50,-63r40,0xm83,0r-49,0r0,-267r49,0r0,267","w":111},"\u00cf":{"d":"83,0r-49,0r0,-267r49,0r0,267xm119,-285r-47,0r0,-50r47,0r0,50xm49,-285r-47,0r0,-50r47,0r0,50","w":111},"\u00d0":{"d":"256,-135v0,90,-45,135,-136,135r-88,0r0,-111r-28,0r0,-46r28,0r0,-110r88,0v91,0,136,44,136,132xm82,-46v78,6,123,-13,123,-89v0,-74,-46,-92,-123,-86r0,64r68,0r0,46r-68,0r0,65","w":277},"\u00d1":{"d":"115,-338v18,0,30,9,44,14v3,0,5,-5,5,-15r37,0v5,54,-48,64,-86,40v-3,0,-5,5,-5,15r-37,0v1,-30,12,-54,42,-54xm246,0r-47,0r-119,-178r0,178r-48,0r0,-267r47,0r118,179r0,-179r49,0r0,267","w":277},"\u00d2":{"d":"21,-134v0,-84,46,-137,128,-137v81,0,128,53,128,137v0,83,-46,138,-128,138v-82,0,-128,-53,-128,-138xm71,-134v0,55,25,94,78,94v53,0,77,-38,77,-94v0,-56,-26,-93,-77,-93v-52,0,-78,38,-78,93xm181,-284r-41,0r-50,-63r61,0","w":298},"\u00d3":{"d":"21,-134v0,-84,46,-137,128,-137v81,0,128,53,128,137v0,83,-46,138,-128,138v-82,0,-128,-53,-128,-138xm71,-134v0,55,25,94,78,94v53,0,77,-38,77,-94v0,-56,-26,-93,-77,-93v-52,0,-78,38,-78,93xm197,-347r-49,63r-42,0r30,-63r61,0","w":298},"\u00d4":{"d":"219,-284r-55,0r-15,-22r-14,22r-55,0r49,-63r40,0xm21,-134v0,-84,46,-137,128,-137v81,0,128,53,128,137v0,83,-46,138,-128,138v-82,0,-128,-53,-128,-138xm71,-134v0,55,25,94,78,94v53,0,77,-38,77,-94v0,-56,-26,-93,-77,-93v-52,0,-78,38,-78,93","w":298},"\u00d5":{"d":"81,-284v-3,-53,49,-64,87,-40v3,0,5,-5,5,-15r37,0v5,54,-48,64,-86,40v-3,0,-5,5,-5,15r-38,0xm21,-134v0,-84,46,-137,128,-137v81,0,128,53,128,137v0,83,-46,138,-128,138v-82,0,-128,-53,-128,-138xm71,-134v0,55,25,94,78,94v53,0,77,-38,77,-94v0,-56,-26,-93,-77,-93v-52,0,-78,38,-78,93","w":298},"\u00d6":{"d":"21,-134v0,-84,46,-137,128,-137v81,0,128,53,128,137v0,83,-46,138,-128,138v-82,0,-128,-53,-128,-138xm71,-134v0,55,25,94,78,94v53,0,77,-38,77,-94v0,-56,-26,-93,-77,-93v-52,0,-78,38,-78,93xm208,-285r-47,0r0,-50r47,0r0,50xm138,-285r-47,0r0,-50r47,0r0,50","w":298},"\u00d7":{"d":"192,-76r-31,31r-52,-53r-53,53r-31,-31r53,-53r-53,-52r31,-31r53,52r52,-52r31,31r-52,52","w":217},"\u00d8":{"d":"141,-271v33,0,55,9,76,24r29,-33r30,25r-32,35v17,24,25,52,25,86v0,113,-114,174,-204,114r-29,33r-29,-25r31,-35v-17,-23,-25,-50,-25,-87v0,-84,46,-137,128,-137xm186,-212v-71,-50,-154,36,-114,127xm96,-54v74,48,154,-37,114,-128","w":290},"\u00d9":{"d":"246,-114v1,77,-29,118,-107,118v-78,0,-107,-40,-107,-118r0,-153r49,0r0,153v-1,46,12,73,58,73v45,0,56,-26,56,-73r0,-153r51,0r0,153xm175,-284r-41,0r-50,-63r61,0","w":277},"\u00da":{"d":"246,-114v1,77,-29,118,-107,118v-78,0,-107,-40,-107,-118r0,-153r49,0r0,153v-1,46,12,73,58,73v45,0,56,-26,56,-73r0,-153r51,0r0,153xm200,-347r-49,63r-42,0r30,-63r61,0","w":277},"\u00db":{"d":"206,-284r-54,0r-15,-22r-14,22r-55,0r49,-63r40,0xm246,-114v1,77,-29,118,-107,118v-78,0,-107,-40,-107,-118r0,-153r49,0r0,153v-1,46,12,73,58,73v45,0,56,-26,56,-73r0,-153r51,0r0,153","w":277},"\u00dc":{"d":"246,-114v1,77,-29,118,-107,118v-78,0,-107,-40,-107,-118r0,-153r49,0r0,153v-1,46,12,73,58,73v45,0,56,-26,56,-73r0,-153r51,0r0,153xm197,-285r-47,0r0,-50r47,0r0,50xm127,-285r-47,0r0,-50r47,0r0,50","w":277},"\u00dd":{"d":"259,-267r-106,155r0,112r-49,0r0,-112r-106,-155r60,0r71,108r70,-108r60,0xm190,-347r-49,63r-42,0r30,-63r61,0","w":256},"\u00de":{"d":"231,-136v0,81,-73,90,-158,85r0,51r-49,0r0,-267r49,0r0,49v85,-6,158,5,158,82xm129,-97v57,13,70,-72,17,-74v-22,-2,-49,-1,-73,-1r0,75r56,0","w":248},"\u00df":{"d":"100,-224v-27,0,-32,21,-32,50r0,174r-48,0r0,-175v0,-60,27,-90,81,-90v41,1,67,18,71,56v2,17,-18,48,-26,68v16,30,65,33,65,81v0,70,-108,86,-131,28v-4,-8,-7,-16,-7,-25r47,0v2,14,8,21,21,21v24,0,28,-31,10,-41v-24,-13,-53,-25,-53,-59v0,-25,23,-48,28,-70v0,-12,-13,-18,-26,-18","w":227},"\u00e0":{"d":"65,-56v4,34,66,19,75,-1r0,-29v-39,-2,-79,6,-75,30xm107,-198v52,0,80,20,80,75r0,123r-47,0r0,-10v-45,27,-123,15,-123,-45v0,-49,45,-72,123,-70v1,-24,-10,-33,-35,-32v-23,0,-35,10,-36,30r-48,0v3,-47,32,-71,86,-71xm144,-203r-41,0r-50,-63r61,0"},"\u00e1":{"d":"65,-56v4,34,66,19,75,-1r0,-29v-39,-2,-79,6,-75,30xm107,-198v52,0,80,20,80,75r0,123r-47,0r0,-10v-45,27,-123,15,-123,-45v0,-49,45,-72,123,-70v1,-24,-10,-33,-35,-32v-23,0,-35,10,-36,30r-48,0v3,-47,32,-71,86,-71xm166,-266r-49,63r-42,0r30,-63r61,0"},"\u00e2":{"d":"177,-203r-55,0r-14,-22r-14,22r-55,0r49,-63r40,0xm65,-56v4,34,66,19,75,-1r0,-29v-39,-2,-79,6,-75,30xm107,-198v52,0,80,20,80,75r0,123r-47,0r0,-10v-45,27,-123,15,-123,-45v0,-49,45,-72,123,-70v1,-24,-10,-33,-35,-32v-23,0,-35,10,-36,30r-48,0v3,-47,32,-71,86,-71"},"\u00e3":{"d":"40,-208v-4,-56,49,-62,87,-40v3,0,4,-4,4,-14r37,0v5,55,-50,63,-86,39v-3,0,-4,5,-4,15r-38,0xm65,-56v4,34,66,19,75,-1r0,-29v-39,-2,-79,6,-75,30xm107,-198v52,0,80,20,80,75r0,123r-47,0r0,-10v-45,27,-123,15,-123,-45v0,-49,45,-72,123,-70v1,-24,-10,-33,-35,-32v-23,0,-35,10,-36,30r-48,0v3,-47,32,-71,86,-71"},"\u00e4":{"d":"65,-56v4,34,66,19,75,-1r0,-29v-39,-2,-79,6,-75,30xm107,-198v52,0,80,20,80,75r0,123r-47,0r0,-10v-45,27,-123,15,-123,-45v0,-49,45,-72,123,-70v1,-24,-10,-33,-35,-32v-23,0,-35,10,-36,30r-48,0v3,-47,32,-71,86,-71xm167,-211r-47,0r0,-50r47,0r0,50xm97,-211r-47,0r0,-50r47,0r0,50"},"\u00e5":{"d":"65,-56v4,34,66,19,75,-1r0,-29v-39,-2,-79,6,-75,30xm107,-198v52,0,80,20,80,75r0,123r-47,0r0,-10v-45,27,-123,15,-123,-45v0,-49,45,-72,123,-70v1,-24,-10,-33,-35,-32v-23,0,-35,10,-36,30r-48,0v3,-47,32,-71,86,-71xm69,-244v0,-23,15,-38,38,-38v23,0,39,15,39,38v0,23,-16,38,-39,38v-23,0,-38,-15,-38,-38xm107,-254v-11,0,-12,20,0,20v5,0,10,-5,10,-10v0,-5,-5,-10,-10,-10"},"\u00e6":{"d":"88,-36v29,-1,44,-19,43,-50v-38,-2,-71,6,-71,30v0,13,10,20,28,20xm306,-69v-1,73,-109,96,-153,45v-29,41,-141,42,-141,-31v0,-49,43,-72,119,-70v-1,-22,-9,-32,-33,-32v-21,0,-32,10,-34,30r-48,0v-5,-72,102,-89,146,-51v15,-13,34,-20,56,-20v66,1,92,46,89,117r-127,0v-3,49,73,63,76,12r50,0xm256,-122v-7,-47,-69,-47,-75,0r75,0","w":331},"\u00e7":{"d":"188,-69v-7,45,-31,73,-81,73v-62,0,-85,-39,-91,-101v-11,-113,161,-140,172,-27r-50,0v1,-21,-12,-33,-31,-33v-31,0,-42,26,-42,60v0,34,10,61,42,61v20,0,30,-13,31,-33r50,0xm151,41v2,43,-45,44,-86,41r0,-38v12,1,39,7,42,-4v0,-4,-8,-6,-25,-6r0,-40r42,0r0,14v18,3,26,13,27,33","w":194},"\u00e8":{"d":"197,-69v-7,46,-36,73,-86,73v-62,0,-95,-38,-95,-101v0,-61,30,-101,91,-101v66,0,95,45,92,117r-133,0v-2,47,76,63,81,12r50,0xm148,-122v-4,-30,-41,-46,-66,-26v-7,6,-12,14,-15,26r81,0xm144,-203r-41,0r-50,-63r61,0"},"\u00e9":{"d":"197,-69v-7,46,-36,73,-86,73v-62,0,-95,-38,-95,-101v0,-61,30,-101,91,-101v66,0,95,45,92,117r-133,0v-2,47,76,63,81,12r50,0xm148,-122v-4,-30,-41,-46,-66,-26v-7,6,-12,14,-15,26r81,0xm176,-266r-49,63r-42,0r30,-63r61,0"},"\u00ea":{"d":"177,-203r-55,0r-14,-22r-14,22r-55,0r49,-63r40,0xm197,-69v-7,46,-36,73,-86,73v-62,0,-95,-38,-95,-101v0,-61,30,-101,91,-101v66,0,95,45,92,117r-133,0v-2,47,76,63,81,12r50,0xm148,-122v-4,-30,-41,-46,-66,-26v-7,6,-12,14,-15,26r81,0"},"\u00eb":{"d":"197,-69v-7,46,-36,73,-86,73v-62,0,-95,-38,-95,-101v0,-61,30,-101,91,-101v66,0,95,45,92,117r-133,0v-2,47,76,63,81,12r50,0xm148,-122v-4,-30,-41,-46,-66,-26v-7,6,-12,14,-15,26r81,0xm166,-211r-47,0r0,-50r47,0r0,50xm96,-211r-47,0r0,-50r47,0r0,50"},"\u00ec":{"d":"72,0r-47,0r0,-193r47,0r0,193xm52,-266r30,63r-42,0r-49,-63r61,0","w":92},"\u00ed":{"d":"72,0r-47,0r0,-193r47,0r0,193xm108,-266r-49,63r-42,0r30,-63r61,0","w":92},"\u00ee":{"d":"72,0r-47,0r0,-193r47,0r0,193xm118,-203r-55,0r-14,-22r-15,22r-54,0r49,-63r40,0","w":92},"\u00ef":{"d":"72,0r-47,0r0,-193r47,0r0,193xm105,-211r-47,0r0,-50r47,0r0,50xm41,-211r-48,0r0,-50r48,0r0,50","w":92},"\u00f0":{"d":"8,-95v0,-63,36,-103,102,-97r-11,-15r-42,19r-11,-27r31,-13r-46,-33r65,0r19,15r38,-18r13,28r-29,13v31,35,54,68,54,128v0,62,-32,99,-92,99v-61,0,-91,-38,-91,-99xm57,-95v0,34,11,59,42,59v31,0,43,-25,43,-59v0,-34,-12,-58,-43,-58v-30,0,-42,25,-42,58","w":207},"\u00f1":{"d":"45,-208v-4,-55,50,-62,87,-40v3,0,4,-4,4,-14r38,0v5,55,-52,62,-87,39v-3,0,-4,5,-4,15r-38,0xm140,-123v1,-46,-45,-38,-65,-9r0,132r-48,0r0,-193r48,0r0,11v46,-35,113,-12,113,58r0,124r-48,0r0,-123"},"\u00f2":{"d":"16,-97v0,-62,31,-101,91,-101v61,0,92,39,92,101v0,62,-30,101,-92,101v-62,0,-91,-40,-91,-101xm65,-97v0,34,11,61,42,61v32,0,43,-27,43,-61v0,-34,-11,-60,-43,-60v-31,0,-42,27,-42,60xm144,-203r-41,0r-50,-63r61,0"},"\u00f3":{"d":"16,-97v0,-62,31,-101,91,-101v61,0,92,39,92,101v0,62,-30,101,-92,101v-62,0,-91,-40,-91,-101xm65,-97v0,34,11,61,42,61v32,0,43,-27,43,-61v0,-34,-11,-60,-43,-60v-31,0,-42,27,-42,60xm164,-266r-49,63r-42,0r30,-63r61,0"},"\u00f4":{"d":"179,-203r-55,0r-14,-22r-15,22r-55,0r50,-63r40,0xm16,-97v0,-62,31,-101,91,-101v61,0,92,39,92,101v0,62,-30,101,-92,101v-62,0,-91,-40,-91,-101xm65,-97v0,34,11,61,42,61v32,0,43,-27,43,-61v0,-34,-11,-60,-43,-60v-31,0,-42,27,-42,60"},"\u00f5":{"d":"45,-208v-4,-55,50,-62,87,-40v3,0,4,-4,4,-14r38,0v5,55,-52,62,-87,39v-3,0,-4,5,-4,15r-38,0xm16,-97v0,-62,31,-101,91,-101v61,0,92,39,92,101v0,62,-30,101,-92,101v-62,0,-91,-40,-91,-101xm65,-97v0,34,11,61,42,61v32,0,43,-27,43,-61v0,-34,-11,-60,-43,-60v-31,0,-42,27,-42,60"},"\u00f6":{"d":"16,-97v0,-62,31,-101,91,-101v61,0,92,39,92,101v0,62,-30,101,-92,101v-62,0,-91,-40,-91,-101xm65,-97v0,34,11,61,42,61v32,0,43,-27,43,-61v0,-34,-11,-60,-43,-60v-31,0,-42,27,-42,60xm166,-211r-47,0r0,-50r47,0r0,50xm96,-211r-47,0r0,-50r47,0r0,50"},"\u00f7":{"d":"134,-158r-50,0r0,-49r50,0r0,49xm198,-107r-178,0r0,-43r178,0r0,43xm134,-50r-50,0r0,-50r50,0r0,50","w":217},"\u00f8":{"d":"8,-97v0,-79,71,-123,138,-89r17,-23r29,22r-19,24v39,62,13,174,-74,167v-18,-1,-33,-4,-46,-11r-17,22r-29,-22r20,-23v-12,-17,-19,-40,-19,-67xm120,-152v-44,-20,-74,27,-61,78xm78,-42v45,23,75,-26,62,-78v-36,45,-56,71,-62,78","w":207},"\u00f9":{"d":"75,-71v-4,48,47,37,65,10r0,-132r48,0r0,193r-48,0r0,-12v-46,35,-114,12,-114,-57r0,-124r49,0r0,122xm144,-203r-41,0r-50,-63r61,0"},"\u00fa":{"d":"75,-71v-4,48,47,37,65,10r0,-132r48,0r0,193r-48,0r0,-12v-46,35,-114,12,-114,-57r0,-124r49,0r0,122xm166,-266r-49,63r-42,0r30,-63r61,0"},"\u00fb":{"d":"177,-203r-55,0r-14,-22r-14,22r-55,0r49,-63r40,0xm75,-71v-4,48,47,37,65,10r0,-132r48,0r0,193r-48,0r0,-12v-46,35,-114,12,-114,-57r0,-124r49,0r0,122"},"\u00fc":{"d":"75,-71v-4,48,47,37,65,10r0,-132r48,0r0,193r-48,0r0,-12v-46,35,-114,12,-114,-57r0,-124r49,0r0,122xm166,-211r-47,0r0,-50r47,0r0,50xm96,-211r-47,0r0,-50r47,0r0,50"},"\u00fd":{"d":"22,21v28,13,39,5,53,-29r-70,-185r51,0r41,121r42,-121r51,0v-33,80,-58,169,-97,243v-12,20,-43,27,-71,18r0,-47xm166,-266r-49,63r-42,0r30,-63r61,0","w":194},"\u00fe":{"d":"191,-98v0,73,-58,124,-124,92r0,74r-47,0r0,-329r47,0r0,78v57,-40,124,8,124,85xm142,-98v6,-59,-47,-78,-75,-34r0,79v34,34,83,12,75,-45","w":207},"\u00ff":{"d":"22,21v28,13,39,5,53,-29r-70,-185r51,0r41,121r42,-121r51,0v-33,80,-58,169,-97,243v-12,20,-43,27,-71,18r0,-47xm154,-211r-47,0r0,-50r47,0r0,50xm84,-211r-47,0r0,-50r47,0r0,50","w":194}}});


/*!
 * jQuery UI 1.8.14
 *
 * Copyright 2011, 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,b){var d=a.nodeName.toLowerCase();if("area"===d){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&l(a)}return(/input|select|textarea|button|object/.test(d)?!a.disabled:"a"==d?a.href||b:b)&&l(a)}function l(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.14",
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"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",
function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,m,n){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(m)g-=parseFloat(c.curCSS(f,"border"+this+"Width",true))||0;if(n)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(this).css(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(this).css(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){return k(a,!isNaN(c.attr(a,"tabindex")))},tabbable:function(a){var b=c.attr(a,"tabindex"),d=isNaN(b);
return(d||b>=0)&&k(a,!d)}});c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).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 Widget 1.8.14
 *
 * Copyright 2011, 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/Widget
 */
(function(b,j){if(b.cleanData){var k=b.cleanData;b.cleanData=function(a){for(var c=0,d;(d=a[c])!=null;c++)b(d).triggerHandler("remove");k(a)}}else{var l=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return l.call(b(this),a,c)})}}b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,
a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options);b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.charAt(0)==="_")return h;
e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==j){h=i;return false}}):this.each(function(){var g=b.data(this,a);g?g.option(d||{})._init():b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options,
this._getCreateOptions(),a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},
widget:function(){return this.element},option:function(a,c){var d=a;if(arguments.length===0)return b.extend({},this.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}this._setOptions(d);return this},_setOptions:function(a){var c=this;b.each(a,function(d,e){c._setOption(d,e)});return this},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},
enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery);
;/*
 * jQuery UI Tabs 1.8.14
 *
 * Copyright 2011, 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/Tabs
 *
 * Depends:
 *	jquery.ui.core.js
 *	jquery.ui.widget.js
 */
(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&&
e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=
d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]||
(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");
this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected=
this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");
if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));
this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+
g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",
function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")};
this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected=
-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";
d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=
d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b,
e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]);
j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();
if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1<this.anchors.length?1:-1));e.disabled=d.map(d.grep(e.disabled,function(h){return h!=b}),function(h){return h>=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null,
this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this},
load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c,
"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},
url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.14"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k<a.anchors.length?k:0)},b);j&&j.stopPropagation()});e=a._unrotate||(a._unrotate=!e?function(j){j.clientX&&
a.rotate(null)}:function(){t=c.selected;h()});if(b){this.element.bind("tabsshow",h);this.anchors.bind(c.event+".tabs",e);h()}else{clearTimeout(a.rotation);this.element.unbind("tabsshow",h);this.anchors.unbind(c.event+".tabs",e);delete this._rotate;delete this._unrotate}return this}})})(jQuery);
;

/* Table sorter plugin */

(function($){$.extend({tablesorter:new
function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",cssChildRow:"expand-child",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,sortLocaleCompare:true,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'/\.|\,/g',onRenderHeader:null,selectorHeaders:'thead th',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}if(table.tBodies.length==0)return;var rows=table.tBodies[0].rows;if(rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,rows,-1,i);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;};function detectParserForColumn(table,rows,rowIndex,cellIndex){var l=parsers.length,node=false,nodeValue=false,keepLooking=true;while(nodeValue==''&&keepLooking){rowIndex++;if(rows[rowIndex]){node=getNodeFromRowAndCellIndex(rows,rowIndex,cellIndex);nodeValue=trimAndGetNodeText(table.config,node);if(table.config.debug){log('Checking if value was empty on row:'+rowIndex);}}else{keepLooking=false;}}for(var i=1;i<l;i++){if(parsers[i].is(nodeValue,table,node)){return parsers[i];}}return parsers[0];}function getNodeFromRowAndCellIndex(rows,rowIndex,cellIndex){return rows[rowIndex].cells[cellIndex];}function trimAndGetNodeText(config,node){return $.trim(getElementText(config,node));}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildCache(table){if(table.config.debug){var cacheTime=new Date();}var totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]&&table.tBodies[0].rows[0].cells.length)||0,parsers=table.config.parsers,cache={row:[],normalized:[]};for(var i=0;i<totalRows;++i){var c=$(table.tBodies[0].rows[i]),cols=[];if(c.hasClass(table.config.cssChildRow)){cache.row[cache.row.length-1]=cache.row[cache.row.length-1].add(c);continue;}cache.row.push(c);for(var j=0;j<totalCells;++j){cols.push(parsers[j].format(getElementText(table.config,c[0].cells[j]),table,c[0].cells[j]));}cols.push(cache.normalized.length);cache.normalized.push(cols);cols=null;};if(table.config.debug){benchmark("Building cache for "+totalRows+" rows:",cacheTime);}return cache;};function getElementText(config,node){var text="";if(!node)return"";if(!config.supportsTextContent)config.supportsTextContent=node.textContent||false;if(config.textExtraction=="simple"){if(config.supportsTextContent){text=node.textContent;}else{if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){text=node.childNodes[0].innerHTML;}else{text=node.innerHTML;}}}else{if(typeof(config.textExtraction)=="function"){text=config.textExtraction(node);}else{text=$(node).text();}}return text;}function appendToTable(table,cache){if(table.config.debug){var appendTime=new Date()}var c=cache,r=c.row,n=c.normalized,totalRows=n.length,checkCell=(n[0].length-1),tableBody=$(table.tBodies[0]),rows=[];for(var i=0;i<totalRows;i++){var pos=n[i][checkCell];rows.push(r[pos]);if(!table.config.appender){var l=r[pos].length;for(var j=0;j<l;j++){tableBody[0].appendChild(r[pos][j]);}}}if(table.config.appender){table.config.appender(table,rows);}rows=null;if(table.config.debug){benchmark("Rebuilt table:",appendTime);}applyWidget(table);setTimeout(function(){$(table).trigger("sortEnd");},0);};function buildHeaders(table){if(table.config.debug){var time=new Date();}var meta=($.metadata)?true:false;var header_index=computeTableHeaderCellIndexes(table);$tableHeaders=$(table.config.selectorHeaders,table).each(function(index){this.column=header_index[this.parentNode.rowIndex+"-"+this.cellIndex];this.order=formatSortingOrder(table.config.sortInitialOrder);this.count=this.order;if(checkHeaderMetadata(this)||checkHeaderOptions(table,index))this.sortDisabled=true;if(checkHeaderOptionsSortingLocked(table,index))this.order=this.lockedOrder=checkHeaderOptionsSortingLocked(table,index);if(!this.sortDisabled){var $th=$(this).addClass(table.config.cssHeader);if(table.config.onRenderHeader)table.config.onRenderHeader.apply($th);}table.config.headerList[index]=this;});if(table.config.debug){benchmark("Built headers:",time);log($tableHeaders);}return $tableHeaders;};function computeTableHeaderCellIndexes(t){var matrix=[];var lookup={};var thead=t.getElementsByTagName('THEAD')[0];var trs=thead.getElementsByTagName('TR');for(var i=0;i<trs.length;i++){var cells=trs[i].cells;for(var j=0;j<cells.length;j++){var c=cells[j];var rowIndex=c.parentNode.rowIndex;var cellId=rowIndex+"-"+c.cellIndex;var rowSpan=c.rowSpan||1;var colSpan=c.colSpan||1
var firstAvailCol;if(typeof(matrix[rowIndex])=="undefined"){matrix[rowIndex]=[];}for(var k=0;k<matrix[rowIndex].length+1;k++){if(typeof(matrix[rowIndex][k])=="undefined"){firstAvailCol=k;break;}}lookup[cellId]=firstAvailCol;for(var k=rowIndex;k<rowIndex+rowSpan;k++){if(typeof(matrix[k])=="undefined"){matrix[k]=[];}var matrixrow=matrix[k];for(var l=firstAvailCol;l<firstAvailCol+colSpan;l++){matrixrow[l]="x";}}}}return lookup;}function checkCellColSpan(table,rows,row){var arr=[],r=table.tHead.rows,c=r[row].cells;for(var i=0;i<c.length;i++){var cell=c[i];if(cell.colSpan>1){arr=arr.concat(checkCellColSpan(table,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;};function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).metadata().sorter===false)){return true;};return false;}function checkHeaderOptions(table,i){if((table.config.headers[i])&&(table.config.headers[i].sorter===false)){return true;};return false;}function checkHeaderOptionsSortingLocked(table,i){if((table.config.headers[i])&&(table.config.headers[i].lockedOrder))return table.config.headers[i].lockedOrder;return false;}function applyWidget(table){var c=table.config.widgets;var l=c.length;for(var i=0;i<l;i++){getWidgetById(c[i]).format(table);}}function getWidgetById(name){var l=widgets.length;for(var i=0;i<l;i++){if(widgets[i].id.toLowerCase()==name.toLowerCase()){return widgets[i];}}};function formatSortingOrder(v){if(typeof(v)!="Number"){return(v.toLowerCase()=="desc")?1:0;}else{return(v==1)?1:0;}}function isValueInArray(v,a){var l=a.length;for(var i=0;i<l;i++){if(a[i][0]==v){return true;}}return false;}function setHeadersCss(table,$headers,list,css){$headers.removeClass(css[0]).removeClass(css[1]);var h=[];$headers.each(function(offset){if(!this.sortDisabled){h[this.column]=$(this);}});var l=list.length;for(var i=0;i<l;i++){h[list[i][0]].addClass(css[list[i][1]]);}}function fixColumnWidth(table,$headers){var c=table.config;if(c.widthFixed){var colgroup=$('<colgroup>');$("tr:first td",table.tBodies[0]).each(function(){colgroup.append($('<col>').css('width',$(this).width()));});$(table).prepend(colgroup);};}function updateHeaderSortCount(table,sortList){var c=table.config,l=sortList.length;for(var i=0;i<l;i++){var s=sortList[i],o=c.headerList[s[0]];o.count=s[1];o.count++;}}function multisort(table,sortList,cache){if(table.config.debug){var sortTime=new Date();}var dynamicExp="var sortWrapper = function(a,b) {",l=sortList.length;for(var i=0;i<l;i++){var c=sortList[i][0];var order=sortList[i][1];var s=(table.config.parsers[c].type=="text")?((order==0)?makeSortFunction("text","asc",c):makeSortFunction("text","desc",c)):((order==0)?makeSortFunction("numeric","asc",c):makeSortFunction("numeric","desc",c));var e="e"+i;dynamicExp+="var "+e+" = "+s;dynamicExp+="if("+e+") { return "+e+"; } ";dynamicExp+="else { ";}var orgOrderCol=cache.normalized[0].length-1;dynamicExp+="return a["+orgOrderCol+"]-b["+orgOrderCol+"];";for(var i=0;i<l;i++){dynamicExp+="}; ";}dynamicExp+="return 0; ";dynamicExp+="}; ";if(table.config.debug){benchmark("Evaling expression:"+dynamicExp,new Date());}eval(dynamicExp);cache.normalized.sort(sortWrapper);if(table.config.debug){benchmark("Sorting on "+sortList.toString()+" and dir "+order+" time:",sortTime);}return cache;};function makeSortFunction(type,direction,index){var a="a["+index+"]",b="b["+index+"]";if(type=='text'&&direction=='asc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+a+" < "+b+") ? -1 : 1 )));";}else if(type=='text'&&direction=='desc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+b+" < "+a+") ? -1 : 1 )));";}else if(type=='numeric'&&direction=='asc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+a+" - "+b+"));";}else if(type=='numeric'&&direction=='desc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+b+" - "+a+"));";}};function makeSortText(i){return"((a["+i+"] < b["+i+"]) ? -1 : ((a["+i+"] > b["+i+"]) ? 1 : 0));";};function makeSortTextDesc(i){return"((b["+i+"] < a["+i+"]) ? -1 : ((b["+i+"] > a["+i+"]) ? 1 : 0));";};function makeSortNumeric(i){return"a["+i+"]-b["+i+"];";};function makeSortNumericDesc(i){return"b["+i+"]-a["+i+"];";};function sortText(a,b){if(table.config.sortLocaleCompare)return a.localeCompare(b);return((a<b)?-1:((a>b)?1:0));};function sortTextDesc(a,b){if(table.config.sortLocaleCompare)return b.localeCompare(a);return((b<a)?-1:((b>a)?1:0));};function sortNumeric(a,b){return a-b;};function sortNumericDesc(a,b){return b-a;};function getCachedSortType(parsers,i){return parsers[i].type;};this.construct=function(settings){return this.each(function(){if(!this.tHead||!this.tBodies)return;var $this,$document,$headers,cache,config,shiftDown=0,sortOrder;this.config={};config=$.extend(this.config,$.tablesorter.defaults,settings);$this=$(this);$.data(this,"tablesorter",config);$headers=buildHeaders(this);this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);var sortCSS=[config.cssDesc,config.cssAsc];fixColumnWidth(this);$headers.click(function(e){var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!this.sortDisabled&&totalRows>0){$this.trigger("sortStart");var $cell=$(this);var i=this.column;this.order=this.count++%2;if(this.lockedOrder)this.order=this.lockedOrder;if(!e[config.sortMultiSortKey]){config.sortList=[];if(config.sortForce!=null){var a=config.sortForce;for(var j=0;j<a.length;j++){if(a[j][0]!=i){config.sortList.push(a[j]);}}}config.sortList.push([i,this.order]);}else{if(isValueInArray(i,config.sortList)){for(var j=0;j<config.sortList.length;j++){var s=config.sortList[j],o=config.headerList[s[0]];if(s[0]==i){o.count=s[1];o.count++;s[1]=o.count%2;}}}else{config.sortList.push([i,this.order]);}};setTimeout(function(){setHeadersCss($this[0],$headers,config.sortList,sortCSS);appendToTable($this[0],multisort($this[0],config.sortList,cache));},1);return false;}}).mousedown(function(){if(config.cancelSelection){this.onselectstart=function(){return false};return false;}});$this.bind("update",function(){var me=this;setTimeout(function(){me.config.parsers=buildParserCache(me,$headers);cache=buildCache(me);},1);}).bind("updateCell",function(e,cell){var config=this.config;var pos=[(cell.parentNode.rowIndex-1),cell.cellIndex];cache.normalized[pos[0]][pos[1]]=config.parsers[pos[1]].format(getElementText(config,cell),cell);}).bind("sorton",function(e,list){$(this).trigger("sortStart");config.sortList=list;var sortList=config.sortList;updateHeaderSortCount(this,sortList);setHeadersCss(this,$headers,sortList,sortCSS);appendToTable(this,multisort(this,sortList,cache));}).bind("appendCache",function(){appendToTable(this,cache);}).bind("applyWidgetId",function(e,id){getWidgetById(id).format(this);}).bind("applyWidgets",function(){applyWidget(this);});if($.metadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sortlist;}if(config.sortList.length>0){$this.trigger("sorton",[config.sortList]);}applyWidget(this);});};this.addParser=function(parser){var l=parsers.length,a=true;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==parser.id.toLowerCase()){a=false;}}if(a){parsers.push(parser);};};this.addWidget=function(widget){widgets.push(widget);};this.formatFloat=function(s){var i=parseFloat(s);return(isNaN(i))?0:i;};this.formatInt=function(s){var i=parseInt(s);return(isNaN(i))?0:i;};this.isDigit=function(s,config){return/^[-+]?\d*$/.test($.trim(s.replace(/[,.']/g,'')));};this.clearTableBody=function(table){if($.browser.msie){function empty(){while(this.firstChild)this.removeChild(this.firstChild);}empty.apply(table.tBodies[0]);}else{table.tBodies[0].innerHTML="";}};}});$.fn.extend({tablesorter:$.tablesorter.construct});var ts=$.tablesorter;ts.addParser({id:"text",is:function(s){return true;},format:function(s){return $.trim(s.toLocaleLowerCase());},type:"text"});ts.addParser({id:"digit",is:function(s,table){var c=table.config;return $.tablesorter.isDigit(s,c);},format:function(s){return $.tablesorter.formatFloat(s);},type:"numeric"});ts.addParser({id:"currency",is:function(s){return/^[Â£$â‚¬?.]/.test(s);},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/[Â£$â‚¬]/g),""));},type:"numeric"});ts.addParser({id:"ipAddress",is:function(s){return/^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s);},format:function(s){var a=s.split("."),r="",l=a.length;for(var i=0;i<l;i++){var item=a[i];if(item.length==2){r+="0"+item;}else{r+=item;}}return $.tablesorter.formatFloat(r);},type:"numeric"});ts.addParser({id:"url",is:function(s){return/^(https?|ftp|file):\/\/$/.test(s);},format:function(s){return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//),''));},type:"text"});ts.addParser({id:"isoDate",is:function(s){return/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s);},format:function(s){return $.tablesorter.formatFloat((s!="")?new Date(s.replace(new RegExp(/-/g),"/")).getTime():"0");},type:"numeric"});ts.addParser({id:"percent",is:function(s){return/\%$/.test($.trim(s));},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g),""));},type:"numeric"});ts.addParser({id:"usLongDate",is:function(s){return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"shortDate",is:function(s){return/\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s);},format:function(s,table){var c=table.config;s=s.replace(/\-/g,"/");if(c.dateFormat=="us"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$1/$2");}else if(c.dateFormat=="uk"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$2/$1");}else if(c.dateFormat=="dd/mm/yy"||c.dateFormat=="dd-mm-yy"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/,"$1/$2/$3");}return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"time",is:function(s){return/^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s);},format:function(s){return $.tablesorter.formatFloat(new Date("2000/01/01 "+s).getTime());},type:"numeric"});ts.addParser({id:"metadata",is:function(s){return false;},format:function(s,table,cell){var c=table.config,p=(!c.parserMetadataName)?'sortValue':c.parserMetadataName;return $(cell).metadata()[p];},type:"numeric"});ts.addWidget({id:"zebra",format:function(table){if(table.config.debug){var time=new Date();}var $tr,row=-1,odd;$("tr:visible",table.tBodies[0]).each(function(i){$tr=$(this);if(!$tr.hasClass(table.config.cssChildRow))row++;odd=(row%2==0);$tr.removeClass(table.config.widgetZebra.css[odd?0:1]).addClass(table.config.widgetZebra.css[odd?1:0])});if(table.config.debug){$.tablesorter.benchmark("Applying Zebra widget",time);}}});})(jQuery);

/*
 * 	Easy Slider 1.7 - jQuery plugin
 *	written by Alen Grakalic	
 *	http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
 *
 *	Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)
 *	Dual licensed under the MIT (MIT-LICENSE.txt)
 *	and GPL (GPL-LICENSE.txt) licenses.
 *
 *	Built for jQuery library
 *	http://jquery.com
 *
 */

(function($){$.fn.easySlider=function(options){var defaults={prevId:'prevBtn',prevText:'Previous',nextId:'nextBtn',nextText:'Next',controlsShow:true,controlsBefore:'',controlsAfter:'',controlsFade:true,controlsAppend:'',firstId:'firstBtn',firstText:'First',firstShow:false,lastId:'lastBtn',lastText:'Last',lastShow:false,vertical:false,speed:800,auto:false,pause:2000,continuous:false,numeric:false,numericId:'controls'};var options=$.extend(defaults,options);this.each(function(){var obj=$(this);var s=$("li",obj).length;var w=$("li",obj).width();var h=$("li",obj).height();var clickable=true;obj.width(w);obj.height(h);obj.css("overflow","hidden");var ts=s-1;var t=0;$("ul",obj).css('width',s*w);if(options.continuous){$("ul",obj).prepend($("ul li:last-child",obj).clone().css("margin-left","-"+w+"px"));$("ul",obj).append($("ul li:nth-child(2)",obj).clone());$("ul",obj).css('width',(s+1)*w);};if(!options.vertical)$("li",obj).css('float','left');if(options.controlsShow){var html=options.controlsBefore;if(options.numeric){html+='<ol id="'+options.numericId+'"></ol>';}else{if(options.firstShow)html+='<span id="'+options.firstId+'"><a href=\"javascript:void(0);\">'+options.firstText+'</a></span>';html+=' <span id="'+options.prevId+'"><a href=\"javascript:void(0);\">'+options.prevText+'</a></span>';html+=' <span id="'+options.nextId+'"><a href=\"javascript:void(0);\">'+options.nextText+'</a></span>';if(options.lastShow)html+=' <span id="'+options.lastId+'"><a href=\"javascript:void(0);\">'+options.lastText+'</a></span>';};html+=options.controlsAfter;$(obj).after(html);};if(options.numeric){for(var i=0;i<s;i++){$(document.createElement("li")).attr('id',options.numericId+(i+1)).html('<a rel='+i+' href=\"javascript:void(0);\">&#8226;</a>').appendTo($("#"+options.numericId)).click(function(){animate($("a",$(this)).attr('rel'),true);});};}else{$("a","#"+options.nextId).click(function(){animate("next",true);});$("a","#"+options.prevId).click(function(){animate("prev",true);});$("a","#"+options.firstId).click(function(){animate("first",true);});$("a","#"+options.lastId).click(function(){animate("last",true);});};function setCurrent(i){i=parseInt(i)+1;$("li","#"+options.numericId).removeClass("current");$("li#"+options.numericId+i).addClass("current");};function adjust(){if(t>ts)t=0;if(t<0)t=ts;if(!options.vertical){$("ul",obj).css("margin-left",(t*w*-1));}else{$("ul",obj).css("margin-left",(t*h*-1));}
clickable=true;if(options.numeric)setCurrent(t);};function animate(dir,clicked){if(clickable){clickable=false;var ot=t;switch(dir){case"next":t=(ot>=ts)?(options.continuous?t+1:ts):t+1;break;case"prev":t=(t<=0)?(options.continuous?t-1:0):t-1;break;case"first":t=0;break;case"last":t=ts;break;default:t=dir;break;};var diff=Math.abs(ot-t);var speed=diff*options.speed;if(!options.vertical){p=(t*w*-1);$("ul",obj).animate({marginLeft:p},{queue:false,duration:speed,complete:adjust});}else{p=(t*h*-1);$("ul",obj).animate({marginTop:p},{queue:false,duration:speed,complete:adjust});};if(!options.continuous&&options.controlsFade){if(t==ts){$("a","#"+options.nextId).hide();$("a","#"+options.lastId).hide();}else{$("a","#"+options.nextId).show();$("a","#"+options.lastId).show();};if(t==0){$("a","#"+options.prevId).hide();$("a","#"+options.firstId).hide();}else{$("a","#"+options.prevId).show();$("a","#"+options.firstId).show();};};if(clicked)clearTimeout(timeout);if(options.auto&&dir=="next"&&!clicked){;timeout=setTimeout(function(){animate("next",false);},diff*options.speed+options.pause);};};};var timeout;if(options.auto){;timeout=setTimeout(function(){animate("next",false);},options.pause);};if(options.numeric)setCurrent(0);if(!options.continuous&&options.controlsFade){$("a","#"+options.prevId).hide();$("a","#"+options.firstId).hide();};});};})(jQuery);

/**
* hoverIntent r6 // 2011.02.26 // jQuery 1.5.1+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne brian(at)cherne(dot)net
*/
(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 ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t)}if(e.type=="mouseenter"){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.bind('mouseenter',handleHover).bind('mouseleave',handleHover)}})(jQuery);

/*
 * Image Subscription 1.0 - jQuery plugin
 * written by Melle Heeres - www.heer.es
 *  
*/
(function($){  
	$.fn.imageSubscription = function(options) {  

		var defaults = {  
			baseClass: "",
			subScriptClass: "",
			ignoreImgWithClass: false
		};  
		
		var options = $.extend(defaults, options);  
		 
		 
		return this.each(function() {  
			
			obj = $(this);
			
			//check if this object has the ignoreClass
			
			if(!obj.hasClass(options.ignoreImgWithClass)){
				//get image properties
				obj.p = new Array();
				obj.p['src'] = obj.attr("src");
				
				
				if(!obj.attr("width")) {
					obj.p['width'] = obj.css("width").replace("px", "");
				} else {
					obj.p['width'] = obj.attr("width");
				}
				
				if(!obj.attr("height")) {
					obj.p['height'] = obj.css("height").replace("px", "");
				} else {
					obj.p['height'] = obj.attr("height");
				}
				
				obj.p['title'] = obj.attr("title");
				obj.p['alt'] = obj.attr("alt");
				obj.p['style'] = obj.attr("style");
				
				var subText;
				
				if(obj.p['title']){
					subText = obj.p['title'];
				} else {
					subText = obj.p['alt'];
				}
				
				
				var height = "";
				
				if(!subText){ 
					height = "height:"+obj.p["height"]+"px;";
				 } 
				
				
				//lets create new html
				html = "<div class=\""+options.baseClass+"\" style=\""+height+" width: "+obj.p["width"]+"px\">";
				html += "<img src=\""+obj.p['src']+"\" width=\""+obj.p['width']+"\" height=\""+obj.p['height']+"\" title=\""+obj.p['title']+"\" alt=\""+obj.p['alt']+"\" />";
				
				if(subText){
					html += "<p class=\""+options.subScriptClass+"\">"+subText+"</p>";
				}
				
				html += "</div>";
				
				obj.replaceWith(html);
			}
		});  
	
		
	};  
})(jQuery);  



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
(function($) {
	var tmp, loading, overlay, wrap, outer, content, close, title, nav_left, nav_right,

		selectedIndex = 0, selectedOpts = {}, selectedArray = [], currentIndex = 0, currentOpts = {}, currentArray = [],

		ajaxLoader = null, imgPreloader = new Image(), imgRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i, swfRegExp = /[^\.]\.(swf)\s*$/i,

		loadingTimer, loadingFrame = 1,

		titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),

		isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,

		/*
		 * Private methods 
		 */

		_abort = function() {
			loading.hide();

			imgPreloader.onerror = imgPreloader.onload = null;

			if (ajaxLoader) {
				ajaxLoader.abort();
			}

			tmp.empty();
		},

		_error = function() {
			if (false === selectedOpts.onError(selectedArray, selectedIndex, selectedOpts)) {
				loading.hide();
				busy = false;
				return;
			}

			selectedOpts.titleShow = false;

			selectedOpts.width = 'auto';
			selectedOpts.height = 'auto';

			tmp.html( '<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>' );

			_process_inline();
		},

		_start = function() {
			var obj = selectedArray[ selectedIndex ],
				href, 
				type, 
				title,
				str,
				emb,
				ret;

			_abort();

			selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox')));

			ret = selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts);

			if (ret === false) {
				busy = false;
				return;
			} else if (typeof ret == 'object') {
				selectedOpts = $.extend(selectedOpts, ret);
			}

			title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || '';

			if (obj.nodeName && !selectedOpts.orig) {
				selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
			}

			if (title === '' && selectedOpts.orig && selectedOpts.titleFromAlt) {
				title = selectedOpts.orig.attr('alt');
			}

			href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null;

			if ((/^(?:javascript)/i).test(href) || href == '#') {
				href = null;
			}

			if (selectedOpts.type) {
				type = selectedOpts.type;

				if (!href) {
					href = selectedOpts.content;
				}

			} else if (selectedOpts.content) {
				type = 'html';

			} else if (href) {
				if (href.match(imgRegExp)) {
					type = 'image';

				} else if (href.match(swfRegExp)) {
					type = 'swf';

				} else if ($(obj).hasClass("iframe")) {
					type = 'iframe';

				} else if (href.indexOf("#") === 0) {
					type = 'inline';

				} else {
					type = 'ajax';
				}
			}

			if (!type) {
				_error();
				return;
			}

			if (type == 'inline') {
				obj	= href.substr(href.indexOf("#"));
				type = $(obj).length > 0 ? 'inline' : 'ajax';
			}

			selectedOpts.type = type;
			selectedOpts.href = href;
			selectedOpts.title = title;

			if (selectedOpts.autoDimensions) {
				if (selectedOpts.type == 'html' || selectedOpts.type == 'inline' || selectedOpts.type == 'ajax') {
					selectedOpts.width = 'auto';
					selectedOpts.height = 'auto';
				} else {
					selectedOpts.autoDimensions = false;	
				}
			}

			if (selectedOpts.modal) {
				selectedOpts.overlayShow = true;
				selectedOpts.hideOnOverlayClick = false;
				selectedOpts.hideOnContentClick = false;
				selectedOpts.enableEscapeButton = false;
				selectedOpts.showCloseButton = false;
			}

			selectedOpts.padding = parseInt(selectedOpts.padding, 10);
			selectedOpts.margin = parseInt(selectedOpts.margin, 10);

			tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));

			$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
				$(this).replaceWith(content.children());				
			});

			switch (type) {
				case 'html' :
					tmp.html( selectedOpts.content );
					_process_inline();
				break;

				case 'inline' :
					if ( $(obj).parent().is('#fancybox-content') === true) {
						busy = false;
						return;
					}

					$('<div class="fancybox-inline-tmp" />')
						.hide()
						.insertBefore( $(obj) )
						.bind('fancybox-cleanup', function() {
							$(this).replaceWith(content.children());
						}).bind('fancybox-cancel', function() {
							$(this).replaceWith(tmp.children());
						});

					$(obj).appendTo(tmp);

					_process_inline();
				break;

				case 'image':
					busy = false;

					$.fancybox.showActivity();

					imgPreloader = new Image();

					imgPreloader.onerror = function() {
						_error();
					};

					imgPreloader.onload = function() {
						busy = true;

						imgPreloader.onerror = imgPreloader.onload = null;

						_process_image();
					};

					imgPreloader.src = href;
				break;

				case 'swf':
					selectedOpts.scrolling = 'no';

					str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"><param name="movie" value="' + href + '"></param>';
					emb = '';

					$.each(selectedOpts.swf, function(name, val) {
						str += '<param name="' + name + '" value="' + val + '"></param>';
						emb += ' ' + name + '="' + val + '"';
					});

					str += '<embed src="' + href + '" type="application/x-shockwave-flash" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"' + emb + '></embed></object>';

					tmp.html(str);

					_process_inline();
				break;

				case 'ajax':
					busy = false;

					$.fancybox.showActivity();

					selectedOpts.ajax.win = selectedOpts.ajax.success;

					ajaxLoader = $.ajax($.extend({}, selectedOpts.ajax, {
						url	: href,
						data : selectedOpts.ajax.data || {},
						error : function(XMLHttpRequest, textStatus, errorThrown) {
							if ( XMLHttpRequest.status > 0 ) {
								_error();
							}
						},
						success : function(data, textStatus, XMLHttpRequest) {
							var o = typeof XMLHttpRequest == 'object' ? XMLHttpRequest : ajaxLoader;
							if (o.status == 200) {
								if ( typeof selectedOpts.ajax.win == 'function' ) {
									ret = selectedOpts.ajax.win(href, data, textStatus, XMLHttpRequest);

									if (ret === false) {
										loading.hide();
										return;
									} else if (typeof ret == 'string' || typeof ret == 'object') {
										data = ret;
									}
								}

								tmp.html( data );
								_process_inline();
							}
						}
					}));

				break;

				case 'iframe':
					_show();
				break;
			}
		},

		_process_inline = function() {
			var
				w = selectedOpts.width,
				h = selectedOpts.height;

			if (w.toString().indexOf('%') > -1) {
				w = parseInt( ($(window).width() - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';

			} else {
				w = w == 'auto' ? 'auto' : w + 'px';	
			}

			if (h.toString().indexOf('%') > -1) {
				h = parseInt( ($(window).height() - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';

			} else {
				h = h == 'auto' ? 'auto' : h + 'px';	
			}

			tmp.wrapInner('<div style="width:' + w + ';height:' + h + ';overflow: ' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + ';position:relative;"></div>');

			selectedOpts.width = tmp.width();
			selectedOpts.height = tmp.height();

			_show();
		},

		_process_image = function() {
			selectedOpts.width = imgPreloader.width;
			selectedOpts.height = imgPreloader.height;

			$("<img />").attr({
				'id' : 'fancybox-img',
				'src' : imgPreloader.src,
				'alt' : selectedOpts.title
			}).appendTo( tmp );

			_show();
		},

		_show = function() {
			var pos, equal;

			loading.hide();

			if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
				$.event.trigger('fancybox-cancel');

				busy = false;
				return;
			}

			busy = true;

			$(content.add( overlay )).unbind();

			$(window).unbind("resize.fb scroll.fb");
			$(document).unbind('keydown.fb');

			if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') {
				wrap.css('height', wrap.height());
			}

			currentArray = selectedArray;
			currentIndex = selectedIndex;
			currentOpts = selectedOpts;

			if (currentOpts.overlayShow) {
				overlay.css({
					'background-color' : currentOpts.overlayColor,
					'opacity' : currentOpts.overlayOpacity,
					'cursor' : currentOpts.hideOnOverlayClick ? 'pointer' : 'auto',
					'height' : $(document).height()
				});

				if (!overlay.is(':visible')) {
					if (isIE6) {
						$('select:not(#fancybox-tmp select)').filter(function() {
							return this.style.visibility !== 'hidden';
						}).css({'visibility' : 'hidden'}).one('fancybox-cleanup', function() {
							this.style.visibility = 'inherit';
						});
					}

					overlay.show();
				}
			} else {
				overlay.hide();
			}

			final_pos = _get_zoom_to();

			_process_title();

			if (wrap.is(":visible")) {
				$( close.add( nav_left ).add( nav_right ) ).hide();

				pos = wrap.position(),

				start_pos = {
					top	 : pos.top,
					left : pos.left,
					width : wrap.width(),
					height : wrap.height()
				};

				equal = (start_pos.width == final_pos.width && start_pos.height == final_pos.height);

				content.fadeTo(currentOpts.changeFade, 0.3, function() {
					var finish_resizing = function() {
						content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish);
					};

					$.event.trigger('fancybox-change');

					content
						.empty()
						.removeAttr('filter')
						.css({
							'border-width' : currentOpts.padding,
							'width'	: final_pos.width - currentOpts.padding * 2,
							'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
						});

					if (equal) {
						finish_resizing();

					} else {
						fx.prop = 0;

						$(fx).animate({prop: 1}, {
							 duration : currentOpts.changeSpeed,
							 easing : currentOpts.easingChange,
							 step : _draw,
							 complete : finish_resizing
						});
					}
				});

				return;
			}

			wrap.removeAttr("style");

			content.css('border-width', currentOpts.padding);

			if (currentOpts.transitionIn == 'elastic') {
				start_pos = _get_zoom_from();

				content.html( tmp.contents() );

				wrap.show();

				if (currentOpts.opacity) {
					final_pos.opacity = 0;
				}

				fx.prop = 0;

				$(fx).animate({prop: 1}, {
					 duration : currentOpts.speedIn,
					 easing : currentOpts.easingIn,
					 step : _draw,
					 complete : _finish
				});

				return;
			}

			if (currentOpts.titlePosition == 'inside' && titleHeight > 0) {	
				title.show();	
			}

			content
				.css({
					'width' : final_pos.width - currentOpts.padding * 2,
					'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
				})
				.html( tmp.contents() );

			wrap
				.css(final_pos)
				.fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish );
		},

		_format_title = function(title) {
			if (title && title.length) {
				if (currentOpts.titlePosition == 'float') {
					return '<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">' + title + '</td><td id="fancybox-title-float-right"></td></tr></table>';
				}

				return '<div id="fancybox-title-' + currentOpts.titlePosition + '">' + title + '</div>';
			}

			return false;
		},

		_process_title = function() {
			titleStr = currentOpts.title || '';
			titleHeight = 0;

			title
				.empty()
				.removeAttr('style')
				.removeClass();

			if (currentOpts.titleShow === false) {
				title.hide();
				return;
			}

			titleStr = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(titleStr, currentArray, currentIndex, currentOpts) : _format_title(titleStr);

			if (!titleStr || titleStr === '') {
				title.hide();
				return;
			}

			title
				.addClass('fancybox-title-' + currentOpts.titlePosition)
				.html( titleStr )
				.appendTo( 'body' )
				.show();

			switch (currentOpts.titlePosition) {
				case 'inside':
					title
						.css({
							'width' : final_pos.width - (currentOpts.padding * 2),
							'marginLeft' : currentOpts.padding,
							'marginRight' : currentOpts.padding
						});

					titleHeight = title.outerHeight(true);

					title.appendTo( outer );

					final_pos.height += titleHeight;
				break;

				case 'over':
					title
						.css({
							'marginLeft' : currentOpts.padding,
							'width'	: final_pos.width - (currentOpts.padding * 2),
							'bottom' : currentOpts.padding
						})
						.appendTo( outer );
				break;

				case 'float':
					title
						.css('left', parseInt((title.width() - final_pos.width - 40)/ 2, 10) * -1)
						.appendTo( wrap );
				break;

				default:
					title
						.css({
							'width' : final_pos.width - (currentOpts.padding * 2),
							'paddingLeft' : currentOpts.padding,
							'paddingRight' : currentOpts.padding
						})
						.appendTo( wrap );
				break;
			}

			title.hide();
		},

		_set_navigation = function() {
			if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) {
				$(document).bind('keydown.fb', function(e) {
					if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
						e.preventDefault();
						$.fancybox.close();

					} else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
						e.preventDefault();
						$.fancybox[ e.keyCode == 37 ? 'prev' : 'next']();
					}
				});
			}

			if (!currentOpts.showNavArrows) { 
				nav_left.hide();
				nav_right.hide();
				return;
			}

			if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex !== 0) {
				nav_left.show();
			}

			if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex != (currentArray.length -1)) {
				nav_right.show();
			}
		},

		_finish = function () {
			if (!$.support.opacity) {
				content.get(0).style.removeAttribute('filter');
				wrap.get(0).style.removeAttribute('filter');
			}

			if (selectedOpts.autoDimensions) {
				content.css('height', 'auto');
			}

			wrap.css('height', 'auto');

			if (titleStr && titleStr.length) {
				title.show();
			}

			if (currentOpts.showCloseButton) {
				close.show();
			}

			_set_navigation();
	
			if (currentOpts.hideOnContentClick)	{
				content.bind('click', $.fancybox.close);
			}

			if (currentOpts.hideOnOverlayClick)	{
				overlay.bind('click', $.fancybox.close);
			}

			$(window).bind("resize.fb", $.fancybox.resize);

			if (currentOpts.centerOnScroll) {
				$(window).bind("scroll.fb", $.fancybox.center);
			}

			if (currentOpts.type == 'iframe') {
				$('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" ' + ($.browser.msie ? 'allowtransparency="true""' : '') + ' scrolling="' + selectedOpts.scrolling + '" src="' + currentOpts.href + '"></iframe>').appendTo(content);
			}

			wrap.show();

			busy = false;

			$.fancybox.center();

			currentOpts.onComplete(currentArray, currentIndex, currentOpts);

			_preload_images();
		},

		_preload_images = function() {
			var href, 
				objNext;

			if ((currentArray.length -1) > currentIndex) {
				href = currentArray[ currentIndex + 1 ].href;

				if (typeof href !== 'undefined' && href.match(imgRegExp)) {
					objNext = new Image();
					objNext.src = href;
				}
			}

			if (currentIndex > 0) {
				href = currentArray[ currentIndex - 1 ].href;

				if (typeof href !== 'undefined' && href.match(imgRegExp)) {
					objNext = new Image();
					objNext.src = href;
				}
			}
		},

		_draw = function(pos) {
			var dim = {
				width : parseInt(start_pos.width + (final_pos.width - start_pos.width) * pos, 10),
				height : parseInt(start_pos.height + (final_pos.height - start_pos.height) * pos, 10),

				top : parseInt(start_pos.top + (final_pos.top - start_pos.top) * pos, 10),
				left : parseInt(start_pos.left + (final_pos.left - start_pos.left) * pos, 10)
			};

			if (typeof final_pos.opacity !== 'undefined') {
				dim.opacity = pos < 0.5 ? 0.5 : pos;
			}

			wrap.css(dim);

			content.css({
				'width' : dim.width - currentOpts.padding * 2,
				'height' : dim.height - (titleHeight * pos) - currentOpts.padding * 2
			});
		},

		_get_viewport = function() {
			return [
				$(window).width() - (currentOpts.margin * 2),
				$(window).height() - (currentOpts.margin * 2),
				$(document).scrollLeft() + currentOpts.margin,
				$(document).scrollTop() + currentOpts.margin
			];
		},

		_get_zoom_to = function () {
			var view = _get_viewport(),
				to = {},
				resize = currentOpts.autoScale,
				double_padding = currentOpts.padding * 2,
				ratio;

			if (currentOpts.width.toString().indexOf('%') > -1) {
				to.width = parseInt((view[0] * parseFloat(currentOpts.width)) / 100, 10);
			} else {
				to.width = currentOpts.width + double_padding;
			}

			if (currentOpts.height.toString().indexOf('%') > -1) {
				to.height = parseInt((view[1] * parseFloat(currentOpts.height)) / 100, 10);
			} else {
				to.height = currentOpts.height + double_padding;
			}

			if (resize && (to.width > view[0] || to.height > view[1])) {
				if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
					ratio = (currentOpts.width ) / (currentOpts.height );

					if ((to.width ) > view[0]) {
						to.width = view[0];
						to.height = parseInt(((to.width - double_padding) / ratio) + double_padding, 10);
					}

					if ((to.height) > view[1]) {
						to.height = view[1];
						to.width = parseInt(((to.height - double_padding) * ratio) + double_padding, 10);
					}

				} else {
					to.width = Math.min(to.width, view[0]);
					to.height = Math.min(to.height, view[1]);
				}
			}

			to.top = parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - to.height - 40) * 0.5)), 10);
			to.left = parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - to.width - 40) * 0.5)), 10);

			return to;
		},

		_get_obj_pos = function(obj) {
			var pos = obj.offset();

			pos.top += parseInt( obj.css('paddingTop'), 10 ) || 0;
			pos.left += parseInt( obj.css('paddingLeft'), 10 ) || 0;

			pos.top += parseInt( obj.css('border-top-width'), 10 ) || 0;
			pos.left += parseInt( obj.css('border-left-width'), 10 ) || 0;

			pos.width = obj.width();
			pos.height = obj.height();

			return pos;
		},

		_get_zoom_from = function() {
			var orig = selectedOpts.orig ? $(selectedOpts.orig) : false,
				from = {},
				pos,
				view;

			if (orig && orig.length) {
				pos = _get_obj_pos(orig);

				from = {
					width : pos.width + (currentOpts.padding * 2),
					height : pos.height + (currentOpts.padding * 2),
					top	: pos.top - currentOpts.padding - 20,
					left : pos.left - currentOpts.padding - 20
				};

			} else {
				view = _get_viewport();

				from = {
					width : currentOpts.padding * 2,
					height : currentOpts.padding * 2,
					top	: parseInt(view[3] + view[1] * 0.5, 10),
					left : parseInt(view[2] + view[0] * 0.5, 10)
				};
			}

			return from;
		},

		_animate_loading = function() {
			if (!loading.is(':visible')){
				clearInterval(loadingTimer);
				return;
			}

			$('div', loading).css('top', (loadingFrame * -40) + 'px');

			loadingFrame = (loadingFrame + 1) % 12;
		};

	/*
	 * Public methods 
	 */

	$.fn.fancybox = function(options) {
		if (!$(this).length) {
			return this;
		}

		$(this)
			.data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
			.unbind('click.fb')
			.live('click.fb', function(e) {
				$(this).data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})));
				e.preventDefault();

				if (busy) {
					return;
				}

				busy = true;

				$(this).blur();

				selectedArray = [];
				selectedIndex = 0;

				var rel = $(this).attr('rel') || '';

				if (!rel || rel == '' || rel === 'nofollow') {
					selectedArray.push(this);

				} else {
					selectedArray = $("a[rel=" + rel + "], area[rel=" + rel + "]");
					selectedIndex = selectedArray.index( this );
				}

				_start();

				return;
			});

		return this;
	};

	$.fancybox = function(obj) {
		var opts;

		if (busy) {
			return;
		}

		busy = true;
		opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {};

		selectedArray = [];
		selectedIndex = parseInt(opts.index, 10) || 0;

		if ($.isArray(obj)) {
			for (var i = 0, j = obj.length; i < j; i++) {
				if (typeof obj[i] == 'object') {
					$(obj[i]).data('fancybox', $.extend({}, opts, obj[i]));
				} else {
					obj[i] = $({}).data('fancybox', $.extend({content : obj[i]}, opts));
				}
			}

			selectedArray = jQuery.merge(selectedArray, obj);

		} else {
			if (typeof obj == 'object') {
				$(obj).data('fancybox', $.extend({}, opts, obj));
			} else {
				obj = $({}).data('fancybox', $.extend({content : obj}, opts));
			}

			selectedArray.push(obj);
		}

		if (selectedIndex > selectedArray.length || selectedIndex < 0) {
			selectedIndex = 0;
		}

		_start();
	};

	$.fancybox.showActivity = function() {
		clearInterval(loadingTimer);

		loading.show();
		loadingTimer = setInterval(_animate_loading, 66);
	};

	$.fancybox.hideActivity = function() {
		loading.hide();
	};

	$.fancybox.next = function() {
		return $.fancybox.pos( currentIndex + 1);
	};

	$.fancybox.prev = function() {
		return $.fancybox.pos( currentIndex - 1);
	};

	$.fancybox.pos = function(pos) {
		if (busy) {
			return;
		}

		pos = parseInt(pos);

		selectedArray = currentArray;

		if (pos > -1 && pos < currentArray.length) {
			selectedIndex = pos;
			_start();

		} else if (currentOpts.cyclic && currentArray.length > 1) {
			selectedIndex = pos >= currentArray.length ? 0 : currentArray.length - 1;
			_start();
		}

		return;
	};

	$.fancybox.cancel = function() {
		if (busy) {
			return;
		}

		busy = true;

		$.event.trigger('fancybox-cancel');

		_abort();

		selectedOpts.onCancel(selectedArray, selectedIndex, selectedOpts);

		busy = false;
	};

	// Note: within an iframe use - parent.$.fancybox.close();
	$.fancybox.close = function() {
		if (busy || wrap.is(':hidden')) {
			return;
		}

		busy = true;

		if (currentOpts && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
			busy = false;
			return;
		}

		_abort();

		$(close.add( nav_left ).add( nav_right )).hide();

		$(content.add( overlay )).unbind();

		$(window).unbind("resize.fb scroll.fb");
		$(document).unbind('keydown.fb');

		content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');

		if (currentOpts.titlePosition !== 'inside') {
			title.empty();
		}

		wrap.stop();

		function _cleanup() {
			overlay.fadeOut('fast');

			title.empty().hide();
			wrap.hide();

			$.event.trigger('fancybox-cleanup');

			content.empty();

			currentOpts.onClosed(currentArray, currentIndex, currentOpts);

			currentArray = selectedOpts	= [];
			currentIndex = selectedIndex = 0;
			currentOpts = selectedOpts	= {};

			busy = false;
		}

		if (currentOpts.transitionOut == 'elastic') {
			start_pos = _get_zoom_from();

			var pos = wrap.position();

			final_pos = {
				top	 : pos.top ,
				left : pos.left,
				width :	wrap.width(),
				height : wrap.height()
			};

			if (currentOpts.opacity) {
				final_pos.opacity = 1;
			}

			title.empty().hide();

			fx.prop = 1;

			$(fx).animate({ prop: 0 }, {
				 duration : currentOpts.speedOut,
				 easing : currentOpts.easingOut,
				 step : _draw,
				 complete : _cleanup
			});

		} else {
			wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup);
		}
	};

	$.fancybox.resize = function() {
		if (overlay.is(':visible')) {
			overlay.css('height', $(document).height());
		}

		$.fancybox.center(true);
	};

	$.fancybox.center = function() {
		var view, align;

		if (busy) {
			return;	
		}

		align = arguments[0] === true ? 1 : 0;
		view = _get_viewport();

		if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) {
			return;	
		}

		wrap
			.stop()
			.animate({
				'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)),
				'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding))
			}, typeof arguments[0] == 'number' ? arguments[0] : 200);
	};

	$.fancybox.init = function() {
		if ($("#fancybox-wrap").length) {
			return;
		}

		$('body').append(
			tmp	= $('<div id="fancybox-tmp"></div>'),
			loading	= $('<div id="fancybox-loading"><div></div></div>'),
			overlay	= $('<div id="fancybox-overlay"></div>'),
			wrap = $('<div id="fancybox-wrap"></div>')
		);

		outer = $('<div id="fancybox-outer"></div>')
			.append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>')
			.appendTo( wrap );

		outer.append(
			content = $('<div id="fancybox-content"></div>'),
			close = $('<a id="fancybox-close"></a>'),
			title = $('<div id="fancybox-title"></div>'),

			nav_left = $('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),
			nav_right = $('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>')
		);

		close.click($.fancybox.close);
		loading.click($.fancybox.cancel);

		nav_left.click(function(e) {
			e.preventDefault();
			$.fancybox.prev();
		});

		nav_right.click(function(e) {
			e.preventDefault();
			$.fancybox.next();
		});

		if ($.fn.mousewheel) {
			wrap.bind('mousewheel.fb', function(e, delta) {
				if (busy) {
					e.preventDefault();

				} else if ($(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight) {
					e.preventDefault();
					$.fancybox[ delta > 0 ? 'prev' : 'next']();
				}
			});
		}

		if (!$.support.opacity) {
			wrap.addClass('fancybox-ie');
		}

		if (isIE6) {
			loading.addClass('fancybox-ie6');
			wrap.addClass('fancybox-ie6');

			$('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
		}
	};

	$.fn.fancybox.defaults = {
		padding : 10,
		margin : 40,
		opacity : false,
		modal : false,
		cyclic : false,
		scrolling : 'auto',	// 'auto', 'yes' or 'no'

		width : 560,
		height : 340,

		autoScale : true,
		autoDimensions : true,
		centerOnScroll : false,

		ajax : {},
		swf : { wmode: 'transparent' },

		hideOnOverlayClick : true,
		hideOnContentClick : false,

		overlayShow : true,
		overlayOpacity : 0.7,
		overlayColor : '#777',

		titleShow : true,
		titlePosition : 'float', // 'float', 'outside', 'inside' or 'over'
		titleFormat : null,
		titleFromAlt : false,

		transitionIn : 'fade', // 'elastic', 'fade' or 'none'
		transitionOut : 'fade', // 'elastic', 'fade' or 'none'

		speedIn : 300,
		speedOut : 300,

		changeSpeed : 300,
		changeFade : 'fast',

		easingIn : 'swing',
		easingOut : 'swing',

		showCloseButton	 : true,
		showNavArrows : true,
		enableEscapeButton : true,
		enableKeyboardNav : true,

		onStart : function(){},
		onCancel : function(){},
		onComplete : function(){},
		onCleanup : function(){},
		onClosed : function(){},
		onError : function(){}
	};

	$(document).ready(function() {
		$.fancybox.init();
	});

})(jQuery);

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.js
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
(function($){$.fn.lightBox=function(settings){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:sitebase + 'images/lightbox/lightbox-ico-loading.gif',imageBtnPrev:sitebase + 'images/lightbox/lightbox-btn-prev.gif',imageBtnNext:sitebase + 'images/lightbox/lightbox-btn-next.gif',imageBtnClose:sitebase + 'images/lightbox/lightbox-btn-close.gif',imageBlank:sitebase + 'images/lightbox/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'Afbeelding',txtOf:'van',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0},settings);var jQueryMatchedObj=this;function _initialize(){_start(this,jQueryMatchedObj);return false;}
function _start(objClicked,jQueryMatchedObj){$('embed, object, select').css({'visibility':'hidden'});_set_interface();settings.imageArray.length=0;settings.activeImage=0;if(jQueryMatchedObj.length==1){settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')));}else{for(var i=0;i<jQueryMatchedObj.length;i++){settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title')));}}
while(settings.imageArray[settings.activeImage][0]!=objClicked.getAttribute('href')){settings.activeImage++;}
_set_image_to_view();}
function _set_interface(){$('body').append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+settings.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span><span id="image-download-link"><a href="#" id="image-download-href">Afbeelding downloaden</a></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+settings.imageBtnClose+'"></a></div></div></div></div>');var arrPageSizes=___getPageSize();$('#jquery-overlay').css({backgroundColor:settings.overlayBgColor,opacity:settings.overlayOpacity,width:arrPageSizes[0],height:arrPageSizes[1]}).fadeIn();var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]}).show();$('#jquery-overlay,#jquery-lightbox').click(function(){_finish();});$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function(){_finish();return false;});$(window).resize(function(){var arrPageSizes=___getPageSize();$('#jquery-overlay').css({width:arrPageSizes[0],height:arrPageSizes[1]});var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]});});}
function _set_image_to_view(){$('#lightbox-loading').show();if(settings.fixedNavigation){$('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}else{$('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}
var objImagePreloader=new Image();objImagePreloader.onload=function(){$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);objImagePreloader.onload=function(){};};objImagePreloader.src=settings.imageArray[settings.activeImage][0];  /*change the linkname into download*/ var newlink = objImagePreloader.src.replace("photo.php", "photo_download.php"); $("#image-download-href").attr("href", newlink); };function _resize_container_image_box(intImageWidth,intImageHeight){var intCurrentWidth=$('#lightbox-container-image-box').width();var intCurrentHeight=$('#lightbox-container-image-box').height();var intWidth=(intImageWidth+(settings.containerBorderSize*2));var intHeight=(intImageHeight+(settings.containerBorderSize*2));var intDiffW=intCurrentWidth-intWidth;var intDiffH=intCurrentHeight-intHeight;$('#lightbox-container-image-box').animate({width:intWidth,height:intHeight},settings.containerResizeSpeed,function(){_show_image();});if((intDiffW==0)&&(intDiffH==0)){if($.browser.msie){___pause(250);}else{___pause(100);}}
$('#lightbox-container-image-data-box').css({width:intImageWidth});$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({height:intImageHeight+(settings.containerBorderSize*2)});};function _show_image(){$('#lightbox-loading').hide();$('#lightbox-image').fadeIn(function(){_show_image_data();_set_navigation();});_preload_neighbor_images();};function _show_image_data(){$('#lightbox-container-image-data-box').slideDown('fast');$('#lightbox-image-details-caption').hide();if(settings.imageArray[settings.activeImage][1]){$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();}
if(settings.imageArray.length>1){$('#lightbox-image-details-currentNumber').html(settings.txtImage+' '+(settings.activeImage+1)+' '+settings.txtOf+' '+settings.imageArray.length).show();}}
function _set_navigation(){$('#lightbox-nav').show();$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({'background':'transparent url('+settings.imageBlank+') no-repeat'});if(settings.activeImage!=0){if(settings.fixedNavigation){$('#lightbox-nav-btnPrev').css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnPrev').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}}
if(settings.activeImage!=(settings.imageArray.length-1)){if(settings.fixedNavigation){$('#lightbox-nav-btnNext').css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnNext').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}}
_enable_keyboard_navigation();}
function _enable_keyboard_navigation(){$(document).keydown(function(objEvent){_keyboard_action(objEvent);});}
function _disable_keyboard_navigation(){$(document).unbind();}
function _keyboard_action(objEvent){if(objEvent==null){keycode=event.keyCode;escapeKey=27;}else{keycode=objEvent.keyCode;escapeKey=objEvent.DOM_VK_ESCAPE;}
key=String.fromCharCode(keycode).toLowerCase();if((key==settings.keyToClose)||(key=='x')||(keycode==27)){_finish();}
if((key==settings.keyToPrev)||(keycode==37)){if(settings.activeImage!=0){settings.activeImage=settings.activeImage-1;_set_image_to_view();_disable_keyboard_navigation();}}
if((key==settings.keyToNext)||(keycode==39)){if(settings.activeImage!=(settings.imageArray.length-1)){settings.activeImage=settings.activeImage+1;_set_image_to_view();_disable_keyboard_navigation();}}}
function _preload_neighbor_images(){if((settings.imageArray.length-1)>settings.activeImage){objNext=new Image();objNext.src=settings.imageArray[settings.activeImage+1][0];}
if(settings.activeImage>0){objPrev=new Image();objPrev.src=settings.imageArray[settings.activeImage-1][0];}}
function _finish(){$('#jquery-lightbox').remove();$('#jquery-overlay').fadeOut(function(){$('#jquery-overlay').remove();});$('embed, object, select').css({'visibility':'visible'});}
function ___getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;}
var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;}
windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;}
if(yScroll<windowHeight){pageHeight=windowHeight;}else{pageHeight=yScroll;}
if(xScroll<windowWidth){pageWidth=xScroll;}else{pageWidth=windowWidth;}
arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize;};function ___getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft;}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft;}
arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll;};function ___pause(ms){var date=new Date();curDate=null;do{var curDate=new Date();}
while(curDate-date<ms);};return this.unbind('click').click(_initialize);};})(jQuery);



/**
 * This jQuery plugin displays pagination links inside the selected elements.
 *
 * @author Gabriel Birke (birke *at* d-scribe *dot* de)
 * @version 1.2
 * @param {int} maxentries Number of entries to paginate
 * @param {Object} opts Several options (see README for documentation)
 * @return {Object} jQuery Object
 */

jQuery.fn.pagination=function(maxentries,opts){opts=jQuery.extend({items_per_page:10,num_display_entries:10,current_page:0,num_edge_entries:0,link_to:"#",prev_text:"Prev",next_text:"Next",ellipse_text:"...",prev_show_always:true,next_show_always:true,callback:function(){return false;}},opts||{});return this.each(function(){function numPages(){return Math.ceil(maxentries/opts.items_per_page);}
function getInterval(){var ne_half=Math.ceil(opts.num_display_entries/2);var np=numPages();var upper_limit=np-opts.num_display_entries;var start=current_page>ne_half?Math.max(Math.min(current_page-ne_half,upper_limit),0):0;var end=current_page>ne_half?Math.min(current_page+ne_half,np):Math.min(opts.num_display_entries,np);return[start,end];}
function pageSelected(page_id,evt){current_page=page_id;drawLinks();var continuePropagation=opts.callback(page_id,panel);if(!continuePropagation){if(evt.stopPropagation){evt.stopPropagation();}
else{evt.cancelBubble=true;}}
return continuePropagation;}
function drawLinks(){panel.empty();var interval=getInterval();var np=numPages();var getClickHandler=function(page_id){return function(evt){return pageSelected(page_id,evt);}}
var appendItem=function(page_id,appendopts){page_id=page_id<0?0:(page_id<np?page_id:np-1);appendopts=jQuery.extend({text:page_id+1,classes:""},appendopts||{});if(page_id==current_page){var lnk=jQuery("<span class='current'>"+(appendopts.text)+"</span>");}
else
{var lnk=jQuery("<a>"+(appendopts.text)+"</a>").bind("click",getClickHandler(page_id)).attr('href',opts.link_to.replace(/__id__/,page_id));}
if(appendopts.classes){lnk.addClass(appendopts.classes);}
panel.append(lnk);}
if(opts.prev_text&&(current_page>0||opts.prev_show_always)){appendItem(current_page-1,{text:opts.prev_text,classes:"prev"});}
if(interval[0]>0&&opts.num_edge_entries>0)
{var end=Math.min(opts.num_edge_entries,interval[0]);for(var i=0;i<end;i++){appendItem(i);}
if(opts.num_edge_entries<interval[0]&&opts.ellipse_text)
{jQuery("<span>"+opts.ellipse_text+"</span>").appendTo(panel);}}
for(var i=interval[0];i<interval[1];i++){appendItem(i);}
if(interval[1]<np&&opts.num_edge_entries>0)
{if(np-opts.num_edge_entries>interval[1]&&opts.ellipse_text)
{jQuery("<span>"+opts.ellipse_text+"</span>").appendTo(panel);}
var begin=Math.max(np-opts.num_edge_entries,interval[1]);for(var i=begin;i<np;i++){appendItem(i);}}
if(opts.next_text&&(current_page<np-1||opts.next_show_always)){appendItem(current_page+1,{text:opts.next_text,classes:"next"});}}
var current_page=opts.current_page;maxentries=(!maxentries||maxentries<0)?1:maxentries;opts.items_per_page=(!opts.items_per_page||opts.items_per_page<0)?1:opts.items_per_page;var panel=jQuery(this);this.selectPage=function(page_id){pageSelected(page_id);}
this.prevPage=function(){if(current_page>0){pageSelected(current_page-1);return true;}
else{return false;}}
this.nextPage=function(){if(current_page<numPages()-1){pageSelected(current_page+1);return true;}
else{return false;}}
drawLinks();opts.callback(current_page,this);});}
