var preload_default = [ 'assets/background.jpg', 'assets/background2.jpg', 'assets/background3.jpg', 'assets/background4.jpg', 'assets/background5.jpg', 'assets/background6.jpg', 'assets/background7.jpg', 'assets/thumbs/thumb1.jpg', 'assets/thumbs/thumb2.jpg', 'assets/thumbs/thumb3.jpg', 'assets/thumbs/thumb4.jpg', 'assets/thumbs/thumb5.jpg', 'assets/thumbs/thumb6.jpg', 'assets/thumbs/thumb7.jpg', 'assets/thumbs/thumb8.jpg', 'assets/thumbs/thumb9.jpg', 'assets/thumbs/thumb10.jpg', 'assets/thumbs/thumb11.jpg', 'assets/thumbs/thumb12.jpg', 'assets/thumbs/thumb13.jpg', 'assets/thumbs/thumb14.jpg', 'assets/thumbs/thumb15.jpg', 'assets/thumbs/thumb16.jpg', 'assets/thumbs/thumb17.jpg', 'assets/thumbs/thumb18.jpg', 'assets/thumbs/thumb19.jpg', 'assets/thumbs/thumb20.jpg', 'assets/thumbs/thumb21.jpg', 'assets/thumbs/thumb22.jpg', 'assets/thumbs/thumb23.jpg', 'assets/thumbs/thumb24.jpg', 'assets/thumbs/thumb25.jpg', 'assets/thumbs/thumb26.jpg', 'assets/thumbs/thumb27.jpg', 'assets/thumbs/thumb28.jpg', 'assets/thumbs/thumb29.jpg', 'assets/thumbs/thumb30.jpg',  'assets/petrol.png', 'assets/latest.png' ];
var list_backgrounds = [ 'assets/background.jpg', 'assets/background2.jpg', 'assets/background3.jpg', 'assets/background4.jpg', 'assets/background5.jpg', 'assets/background6.jpg', 'assets/background7.jpg', ];
/*
 * 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:
 * Copyright 2006 House Industries/Brand Design Co., Inc. All Rights Reserved.
 * 
 * Trademark:
 * United is a trademark of House Industries/Brand Design Co., Inc.
 * 
 * Full name:
 * UnitedSansReg-Medium
 * 
 * Description:
 * Part of the United family from House Industries.
 * 
 * Manufacturer:
 * House Industries
 * 
 * Designer:
 * Tal Leming
 * 
 * Vendor URL:
 * http://www.houseindustries.com
 * 
 * License information:
 * http://www.houseindustries.com/license
 */
Cufon.registerFont({"w":218,"face":{"font-family":"United Sans Rg Md","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"274","descent":"-86","bbox":"-17 -277 285 62","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":88,"k":{"V":7,"T":7,"Y":7,"A":5,"J":9}},"!":{"d":"34,-66r0,-182r28,0r0,182r-28,0xm34,0r0,-41r28,0r0,41r-28,0","w":96},"\"":{"d":"77,-153r0,-95r25,0r0,95r-25,0xm22,-153r0,-95r24,0r0,95r-24,0","w":123,"k":{"V":-4,"W":-5,"4":2,"7":-5,"v":-5,"w":-4,"x":-2,"T":-4,"a":2,"A":13,"J":16,"Z":2,"f":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"t":-4,"y":-4,"z":-2}},"#":{"d":"41,-62r0,-43r-30,0r0,-20r30,0r0,-61r-30,0r0,-20r30,0r0,-42r22,0r0,42r51,0r0,-42r22,0r0,42r31,0r0,20r-31,0r0,61r31,0r0,20r-31,0r0,43r-22,0r0,-43r-51,0r0,43r-22,0xm63,-125r51,0r0,-61r-51,0r0,61","w":177},"$":{"d":"52,-7r-30,-30r0,-36r27,0r0,27r16,16r74,0r17,-17r0,-54r-13,-13r-93,0r-28,-28r0,-68r32,-31r35,0r0,-36r26,0r0,36r37,0r31,30r0,35r-28,0r0,-26r-16,-17r-72,0r-17,18r0,51r13,12r93,0r28,28r0,71r-32,32r-37,0r0,36r-26,0r0,-36r-37,0","w":205,"k":{"w":-2,"v":-2,"X":4,"W":2,"V":2,"7":2,"1":2,"T":2,"Y":5,"A":2,"J":2,"Z":2}},"%":{"d":"37,-130r-23,-23r0,-73r23,-22r55,0r22,22r0,73r-22,23r-55,0xm37,-159v7,15,47,17,54,0r0,-61v-8,-14,-46,-14,-54,0r0,61xm165,0r-22,-23r0,-73r22,-22r55,0r23,22r0,73r-23,23r-55,0xm166,-29v7,16,46,16,54,0r0,-61v-8,-14,-46,-15,-54,0r0,61xm51,0r132,-248r21,0r-132,248r-21,0","w":257},"&":{"d":"55,0r-30,-30r0,-72r26,-26r-25,-25r0,-66r30,-29r103,0r30,30r0,32r-27,0r0,-24r-17,-16r-76,0r-15,16r0,50r19,20r142,0r0,23r-26,0r0,87r-31,30r-103,0xm69,-23r76,0r16,-17r0,-77r-86,0r-22,22r0,56","w":221,"k":{"x":2,"w":-5,"v":-4,"X":5,"V":4,"9":-2,"7":4,"4":-5,"3":4,"1":4,"T":4,"Y":7,"A":4,"J":5,"0":-2,"6":-2,"C":-2,"G":-2,"O":-2,"Q":-2,"Z":2,"f":-2,"g":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"s":-4,"t":-5,"y":-4,"z":-2,"I":4}},"'":{"d":"22,-153r0,-95r24,0r0,95r-24,0","w":67,"k":{"V":-4,"W":-5,"4":2,"7":-5,"v":-5,"w":-4,"x":-2,"T":-4,"a":2,"A":13,"J":16,"Z":2,"f":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"t":-4,"y":-4,"z":-2}},"(":{"d":"63,23r-34,-34r0,-226r34,-34r32,0r0,23v-23,-4,-28,11,-38,20r0,208v10,9,15,24,38,20r0,23r-32,0","w":111,"k":{"8":2,"4":5,"v":4,"w":2,"3":2,"T":-2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":4,"t":5,"y":4,"S":2,"j":-14}},")":{"d":"82,-11r-33,34r-33,0r0,-23v23,4,29,-11,39,-20r0,-208v-11,-9,-15,-24,-39,-20r0,-23r33,0r33,34r0,226","w":111},"*":{"d":"39,-144r-16,-12r29,-34r-44,-11r7,-19r41,17r-4,-45r21,0r-3,45r41,-17r6,19r-43,11r29,34r-17,12r-23,-38","w":125,"k":{"x":2,"w":-7,"v":-2,"X":5,"W":-4,"7":-4,"4":7,"2":2,"1":2,"T":-2,"Y":2,"a":9,"A":18,"J":25,"Z":7,"f":2,"g":11,"c":11,"d":11,"e":11,"o":11,"q":11,"s":9,"t":-2,"y":-2,"I":4}},"+":{"d":"5,-113r0,-22r54,0r0,-58r23,0r0,58r54,0r0,22r-54,0r0,59r-23,0r0,-59r-54,0","w":140,"k":{"V":4,"5":-4,"4":-7,"7":11,"v":-5,"w":-7,"X":11,"1":11,"x":4,"3":5,"T":14,"Y":13,"A":5,"J":11,"Z":5,"f":-2,"t":-5,"y":-5,"I":7,"S":-2}},",":{"d":"20,37r0,-16v15,3,18,-7,16,-21r-16,0r0,-40r34,0r0,62v-8,9,-14,18,-34,15","w":73,"k":{"j":-7,"V":16,"W":9,"4":7,"7":9,"v":14,"w":9,"T":23,"Y":27,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":11,"\"":16,"'":16,"t":14,"y":14,"U":2}},"-":{"d":"5,-112r0,-24r95,0r0,24r-95,0","w":105,"k":{"V":4,"W":2,"4":-5,"7":11,"v":-4,"w":-5,"X":16,"1":13,"x":5,"3":5,"T":11,"Y":14,"A":7,"J":20,"Z":7,"f":-2,"s":-2,"t":-5,"y":-2,"z":4,"I":13,"S":-2}},".":{"d":"20,0r0,-40r34,0r0,40r-34,0","w":73,"k":{"V":16,"W":9,"4":7,"7":9,"v":14,"w":9,"T":23,"Y":27,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":11,"\"":16,"'":16,"t":14,"y":14,"U":2}},"\/":{"d":"4,23r83,-294r25,0r-84,294r-24,0","w":115,"k":{"x":13,"w":4,"v":4,"p":18,"W":-5,"V":-9,"9":5,"8":7,"7":-7,"4":13,"3":4,"2":9,"1":2,"\/":23,"T":-7,"Y":-5,"a":29,"A":18,"J":23,"0":7,"6":7,"C":7,"G":7,"O":7,"Q":7,"f":7,"g":25,"c":25,"d":25,"e":25,"o":25,"q":25,"m":20,"n":20,"r":20,"s":22,"t":5,"u":18,"y":4,"z":14,"S":5}},"0":{"d":"61,0r-34,-34r0,-181r34,-33r101,0r34,33r0,181r-34,34r-101,0xm74,-23r75,0r19,-19r0,-164r-19,-19r-75,0r-19,19r0,164","w":222,"k":{"V":2,"W":2,"\\":7,"7":2,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"1":{"d":"20,0r0,-21r51,0r0,-207r-51,0r0,-20r78,0r0,227r49,0r0,21r-127,0","w":159,"k":{"w":4,"v":7,"\\":16,"W":4,"V":9,"?":11,"=":2,"<":7,"7":9,"4":5,"1":2,"*":22,"$":2,"#":7,"T":14,"Y":20,"f":5,"+":11,"\"":20,"'":20,"t":7,"u":2,"y":5,"-":9,"%":18}},"2":{"d":"22,0r0,-104r27,-27r91,0r13,-13r0,-64r-18,-18r-69,0r-16,16r0,27r-28,0r0,-35r30,-30r97,0r31,31r0,82r-27,27r-91,0r-13,13r0,72r131,0r0,23r-158,0","w":200,"k":{"w":-2,"v":-2,"\\":5,"4":4,"T":2,"Y":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\"":-2,"'":-2,"y":-4,"%":-2}},"3":{"d":"51,0r-31,-32r0,-39r27,0r0,30r18,18r77,0r16,-16r0,-56r-22,-22r-81,0r0,-23r83,0r19,-20r0,-50r-16,-16r-76,0r-18,19r0,30r-27,0r0,-40r31,-31r104,0r30,29r0,65r-26,26r26,26r0,72r-30,30r-104,0","w":210,"k":{"V":2,"\\":7,"\/":5,"v":-2,"X":4,"1":2,"x":2,"Y":4,"A":2,"J":2,"f":2,"t":2,"y":-2,"z":2,"I":2,")":2,"]":2,"}":2}},"4":{"d":"143,0r0,-69r-132,0r0,-19r47,-160r27,0r-44,155r102,0r0,-155r27,0r0,155r25,0r0,24r-25,0r0,69r-27,0","w":207,"k":{"x":2,"v":2,"\\":5,"W":2,"V":2,"?":4,"=":-4,"<":-5,"7":2,"4":-2,"1":2,"*":4,"T":2,"Y":5,",":-4,".":-4,"+":-4,"\"":2,"'":2,"y":2,"z":2,"-":-5,"%":4}},"5":{"d":"53,0r-30,-30r0,-39r28,0r0,30r16,16r72,0r17,-17r0,-83r-13,-13r-72,0r-21,21r-27,0r0,-133r158,0r0,23r-130,0r0,83r18,-17r88,0r27,27r0,100r-31,32r-100,0","w":203,"k":{"x":2,"w":2,"v":2,"?":2,"7":2,"1":2,"\/":4,"*":4,"T":2,"Y":2,"A":2,"f":2,"+":-2,"\"":2,"'":2,"y":2,"z":2,"%":2}},"6":{"d":"61,0r-34,-34r0,-181r34,-33r101,0r31,30r0,37r-27,0r0,-27r-17,-17r-75,0r-19,19r0,72r17,-18r92,0r30,30r0,88r-34,34r-99,0xm74,-23r73,0r19,-19r0,-71r-16,-16r-75,0r-20,21r0,66","k":{"\\":7,"X":4,"V":2,"1":2,"\/":5,"Y":4,"A":2,"J":2,"f":2,")":2,"]":2,"}":2}},"7":{"d":"63,0r0,-87r69,-138r-127,0r0,-23r160,0r0,18r-74,144r0,86r-28,0","w":173,"k":{"x":7,"w":2,"v":4,"p":5,"\\":-11,"W":-5,"V":-5,"?":-4,"=":4,"<":7,"7":-4,"4":7,"2":2,"\/":20,"*":-5,"$":2,"T":-2,"Y":-5,"a":9,"A":16,"J":16,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,":":7,";":7,"f":2,"g":11,"c":11,"d":11,"e":11,"o":11,"q":11,"m":4,"n":4,"r":4,",":22,".":22,"+":5,"\"":-5,"'":-5,"s":11,"t":-2,"u":2,"y":4,"z":5,")":-2,"]":-2,"}":-2,"-":4,"S":2,"@":2,"%":-5}},"8":{"d":"55,0r-30,-30r0,-73r26,-26r-25,-25r0,-65r30,-29r110,0r30,29r0,65r-25,25r26,26r0,73r-31,30r-111,0xm69,-23r84,0r16,-16r0,-57r-22,-22r-72,0r-22,22r0,57xm73,-141r76,0r19,-20r0,-49r-16,-16r-83,0r-15,16r0,49","w":221,"k":{"V":2,"\\":7,"\/":5,"v":-2,"X":4,"1":2,"x":2,"Y":4,"A":2,"J":2,"f":2,"t":2,"y":-2,"z":2,"I":2,")":2,"]":2,"}":2}},"9":{"d":"57,0r-31,-31r0,-39r27,0r0,30r17,17r75,0r19,-19r0,-78r-17,18r-92,0r-30,-29r0,-84r34,-33r99,0r34,33r0,181r-34,34r-101,0xm68,-125r76,0r20,-20r0,-61r-19,-19r-73,0r-19,19r0,66","k":{"V":2,"W":2,"\\":7,"7":2,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},":":{"d":"22,0r0,-40r34,0r0,40r-34,0xm22,-112r0,-40r34,0r0,40r-34,0","w":77,"k":{"V":7,"W":4,"7":7,"v":2,"X":2,"T":14,"Y":20,"y":2}},";":{"d":"22,37r0,-16v15,3,16,-7,15,-21r-15,0r0,-40r34,0r0,62v-8,9,-14,18,-34,15xm22,-112r0,-40r34,0r0,40r-34,0","w":77,"k":{"j":-7,"V":7,"W":4,"7":7,"v":2,"X":2,"T":14,"Y":20,"y":2}},"<":{"d":"138,-51r-130,-60r0,-26r130,-60r0,24r-106,49r106,49r0,24","w":151,"k":{"v":-2,"Y":4,"J":5,"Z":2,"f":2,"y":-2,"S":-2}},"=":{"d":"12,-143r0,-23r119,0r0,23r-119,0xm12,-81r0,-23r119,0r0,23r-119,0","w":142,"k":{"x":2,"w":-5,"v":-7,"X":9,"V":2,"7":5,"4":-4,"3":2,"1":4,"T":9,"Y":11,"A":4,"J":7,"Z":5,"t":-4,"y":-5,"I":7}},">":{"d":"144,-111r-130,60r0,-24r106,-49r-106,-49r0,-24r130,60r0,26","w":151,"k":{"x":2,"w":-5,"v":-2,"X":11,"W":2,"V":4,"7":13,"4":-7,"3":5,"1":9,"T":14,"Y":11,"a":2,"A":5,"J":11,"Z":9,"t":-2,"y":-4,"I":7}},"?":{"d":"71,-66r0,-47r24,-25v20,-1,46,5,52,-10r0,-60r-17,-18r-74,0r-16,16r0,28r-27,0r0,-36r30,-30r100,0r32,31r0,78r-25,25v-19,1,-45,-4,-52,9r0,39r-27,0xm71,0r0,-42r27,0r0,42r-27,0","w":190,"k":{"\"":-2,"'":-2}},"@":{"d":"66,47r-41,-41r0,-188r41,-41r172,0r41,41r0,154r-28,28r-50,0r-1,-29r-29,29r-67,0r-28,-27r0,-49r28,-27r91,0r0,-35r-16,-16r-58,0v-8,7,-16,13,-13,30r-27,0r0,-23r28,-28r82,0r30,30r0,125v18,3,24,-7,31,-15r0,-140r-27,-27r-146,0r-28,27r0,174r28,27r154,0r0,21r-167,0xm116,-21r52,0r27,-27r0,-35r-79,0r-13,14r0,35","w":304,"k":{"V":5,"W":2,"7":4,"X":4,"1":2,"x":2,"T":4,"Y":9,"A":2,"Z":2,"I":2}},"A":{"d":"7,0r74,-248r42,0r74,248r-28,0r-21,-72r-93,0r-20,72r-28,0xm102,-233r-40,138r79,0","w":204},"B":{"d":"31,0r0,-248r134,0r30,29r0,65r-26,25r26,26r0,73r-30,30r-134,0xm58,-23r93,0r16,-16r0,-57r-21,-22r-88,0r0,95xm58,-141r89,0r20,-20r0,-49r-16,-16r-93,0r0,85","w":220,"k":{"V":2,"\\":7,"\/":5,"v":-2,"X":4,"1":2,"x":2,"Y":4,"A":2,"J":2,"f":2,"t":2,"y":-2,"z":2,"I":2,")":2,"]":2,"}":2}},"C":{"d":"61,0r-34,-34r0,-181r34,-33r96,0r32,31r0,41r-27,0r0,-31r-18,-18r-70,0r-19,19r0,164r19,19r70,0r18,-18r0,-33r27,0r0,42r-32,32r-96,0","w":212,"k":{"W":-2,"\\":2,"=":4,"<":4,"\/":2,"v":2,"X":2,"1":2,"x":2,">":2,"T":2,"Y":2,"A":2,"Z":2,"f":2,"+":5,"t":2,"y":2,"z":2,"-":5}},"D":{"d":"31,0r0,-248r129,0r34,33r0,181r-34,34r-129,0xm58,-23r89,0r19,-19r0,-164r-19,-19r-89,0r0,202","w":221,"k":{"V":2,"W":2,"\\":7,"7":2,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"E":{"d":"31,0r0,-248r140,0r0,23r-113,0r0,89r106,0r0,23r-106,0r0,90r114,0r0,23r-141,0","w":190,"k":{"*":2,"$":2,"=":2,"4":2,"v":5,"w":4,"x":2,">":2,"3":2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":4,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"+":2,"\"":-2,"'":-2,"s":4,"t":5,"u":2,"y":5,"z":2,"-":2}},"F":{"d":"31,0r0,-248r137,0r0,23r-110,0r0,90r103,0r0,23r-103,0r0,112r-27,0","w":179,"k":{"x":11,"w":2,"v":4,"p":7,"\\":-2,"?":-2,">":2,"9":2,"8":2,"4":4,"3":2,"2":2,"1":2,"\/":20,"$":2,"a":9,"A":13,"J":22,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"Z":2,":":4,";":4,"f":5,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"m":7,"n":7,"r":7,",":18,".":18,"+":-2,"\"":-2,"'":-2,"s":5,"t":5,"u":5,"y":4,"z":7}},"G":{"d":"61,0r-34,-34r0,-181r34,-33r99,0r30,30r0,35r-28,0r0,-27r-15,-15r-73,0r-19,19r0,164r19,19r71,0r19,-19r0,-62r-60,0r0,-23r88,0r0,93r-34,34r-97,0","w":217,"k":{"V":2,"\\":5,"\/":4,"X":2,"1":2,"x":2,"T":2,"Y":2}},"H":{"d":"31,0r0,-248r27,0r0,112r107,0r0,-112r28,0r0,248r-28,0r0,-112r-107,0r0,112r-27,0","w":223},"I":{"d":"16,0r0,-21r44,0r0,-207r-44,0r0,-20r116,0r0,20r-44,0r0,207r44,0r0,21r-116,0","w":148,"k":{"*":4,"8":2,"=":7,"4":5,"<":7,"v":5,"w":4,"x":2,"a":5,"f":4,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"+":7,"s":5,"t":7,"u":4,"y":5,"-":13,"&":2}},"J":{"d":"7,0r0,-23r60,0r20,-19r0,-206r27,0r0,214r-33,34r-74,0","w":143,"k":{"\/":5,"X":2,"x":4,"A":4,"J":2,",":2,".":2}},"K":{"d":"174,0r-68,-123r-48,64r0,59r-27,0r0,-248r27,0r0,151r111,-151r30,0r-75,103r80,145r-30,0","w":214,"k":{"*":4,"$":7,"8":5,"=":9,"4":11,"<":14,"9":4,"?":5,"7":2,"v":14,"w":11,"x":2,">":4,"3":4,"T":2,"a":7,"0":7,"6":7,"C":7,"G":7,"O":7,"Q":7,"f":7,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"m":2,"n":2,"r":2,"+":14,"\"":2,"'":2,"s":7,"t":11,"u":9,"y":14,"-":18,"S":5,"&":2,"i":2,"j":2,"U":4}},"L":{"d":"31,0r0,-248r27,0r0,225r104,0r0,23r-131,0","w":174,"k":{"V":18,"W":7,"*":27,"\\":22,"$":2,"8":2,"=":11,"5":2,"4":11,"<":14,"9":2,"?":23,"7":16," ":7,"v":16,"w":9,">":4,"3":2,"T":27,"Y":29,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"+":14,"\"":22,"'":22,"s":4,"t":11,"u":4,"y":16,"-":18,"S":2,"U":2}},"M":{"d":"31,0r0,-248r43,0r77,227r77,-227r43,0r0,248r-26,0r0,-228r-78,228r-34,0r-77,-228r0,228r-25,0","w":301},"N":{"d":"31,0r0,-248r32,0r108,211r0,-211r25,0r0,248r-32,0r-109,-212r0,212r-24,0","w":226},"O":{"d":"61,0r-34,-34r0,-181r34,-33r101,0r34,33r0,181r-34,34r-101,0xm74,-23r75,0r19,-19r0,-164r-19,-19r-75,0r-19,19r0,164","w":222,"k":{"V":2,"W":2,"\\":7,"7":2,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"P":{"d":"31,0r0,-248r129,0r32,31r0,85r-32,32r-102,0r0,100r-27,0xm58,-123r88,0r18,-18r0,-67r-18,-18r-88,0r0,103","w":206,"k":{"x":2,"w":-2,"v":-2,"\\":2,"X":5,"W":-4,"V":-2,"?":-2,">":-4,"=":-7,"<":-7,"7":-2,"4":4,"1":2,"\/":13,"*":-7,"T":-4,"Y":2,"a":4,"A":14,"J":20,"Z":2,"f":-2,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,",":22,".":22,"+":-7,"\"":-9,"'":-9,"s":2,"y":-2,"I":2,")":-2,"]":-2,"}":-2,"-":-7}},"Q":{"d":"170,56r-35,-35r0,-21r-74,0r-34,-34r0,-181r34,-33r101,0r34,33r0,181r-34,34v-2,23,18,25,26,38xm74,-23r75,0r19,-19r0,-164r-19,-19r-75,0r-19,19r0,164","w":222,"k":{"V":2,"W":2,"\\":7,"7":2,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"R":{"d":"31,0r0,-248r131,0r32,31r0,75r-30,30r33,112r-28,0r-31,-108r-80,0r0,108r-27,0xm58,-131r89,0r19,-19r0,-58r-18,-18r-90,0r0,95","k":{"\\":2,"4":2,"7":2,"1":2,"Y":4,"a":4,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"s":2,"u":2,"-":-2}},"S":{"d":"52,0r-30,-30r0,-36r27,0r0,27r16,16r74,0r17,-17r0,-61r-13,-13r-93,0r-28,-28r0,-75r32,-31r98,0r31,30r0,35r-28,0r0,-27r-16,-16r-72,0r-17,18r0,58r13,12r93,0r28,28r0,78r-32,32r-100,0","w":205,"k":{"V":2,"\\":5,"\/":5,"X":4,"1":2,"x":2,">":-2,"T":2,"Y":4,"A":2,"+":-2,"t":2,")":2,"]":2,"}":2,"-":-2}},"T":{"d":"80,0r0,-225r-71,0r0,-23r169,0r0,23r-71,0r0,225r-27,0","w":186,"k":{"V":-2,"W":-4,"*":-2,"\\":-7,"$":2,"8":2,"=":9,"4":5,"<":14,"9":2,"?":-4,"7":-2,"\/":20," ":7,"v":14,"w":13,"X":2,"x":16,"p":20,"T":-2,"Y":-2,"a":29,"A":16,"J":23,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"Z":2,":":14,";":14,"f":7,"g":27,"c":25,"d":25,"e":25,"o":25,"q":25,"m":20,"n":20,"r":20,",":23,".":23,"+":14,"\"":-4,"'":-4,"s":27,"t":9,"u":20,"y":14,"z":20,")":-2,"]":-2,"}":-2,"-":11,"S":2,"@":4,"i":2,"j":2}},"U":{"d":"63,0r-34,-34r0,-214r28,0r0,206r19,19r67,0r19,-19r0,-206r28,0r0,214r-34,34r-93,0","k":{"\/":5,"X":2,"x":4,"A":4,"J":2,",":2,".":2}},"V":{"d":"75,0r-68,-248r28,0r61,229r61,-229r26,0r-67,248r-41,0","w":189,"k":{"x":5,"w":4,"v":4,"p":9,"\\":-9,"X":2,"W":-2,"V":-2,"?":-2,"=":2,"<":4,"9":2,"8":2,"7":-5,"4":5,"3":2,"2":4,"\/":13,"$":5," ":7,"T":-2,"a":14,"A":13,"J":14,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,":":7,";":7,"f":4,"g":13,"c":13,"d":13,"e":13,"o":13,"q":13,"m":9,"n":9,"r":9,",":16,".":16,"+":4,"\"":-4,"'":-4,"s":13,"t":4,"u":9,"y":4,"z":9,"-":4,"S":2,"&":2,"@":5,"i":2,"j":2}},"W":{"d":"58,0r-49,-248r26,0r43,225r51,-225r37,0r51,225r43,-225r25,0r-50,248r-36,0r-51,-226r-52,226r-38,0","w":293,"k":{"x":4,"w":2,"v":2,"p":4,"\\":-5,"X":2,"W":-4,"V":-2,"?":-4,"<":2,"7":-5,"4":4,"2":2,"\/":5,"*":-4,"$":2,"T":-4,"Y":-2,"a":9,"A":5,"J":9,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,":":4,";":4,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"m":4,"n":4,"r":4,",":9,".":9,"\"":-5,"'":-5,"s":5,"u":4,"y":2,"z":4,"-":2,"@":2,"i":2,"j":2}},"X":{"d":"11,0r71,-127r-69,-121r30,0r56,99r58,-99r28,0r-71,121r74,127r-30,0r-59,-105r-59,105r-29,0","w":200,"k":{"w":7,"v":11,"p":2,"X":2,"W":2,"V":2,"?":5,"=":9,"<":11,"9":2,"8":4,"4":9,"3":4,"*":5,"$":4,"T":2,"Y":2,"a":7,"0":4,"6":4,"C":4,"G":4,"O":4,"Q":4,"Z":2,":":2,";":2,"f":5,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"m":2,"n":2,"r":2,"+":11,"s":5,"t":9,"u":7,"y":11,"-":16,"S":4,"&":4,"U":2}},"Y":{"d":"82,0r0,-82r-77,-166r30,0r63,138r63,-138r27,0r-78,166r0,82r-28,0","w":192,"k":{"W":-2,"*":2,"\\":-5,"$":5,"8":4,"=":11,"4":9,"<":11,"9":4,"?":2,"7":-5,"\/":18," ":7,"v":13,"w":14,"X":2,"x":20,">":4,"3":2,"p":20,"2":4,"T":-2,"a":29,"A":20,"J":23,"0":5,"6":5,"C":5,"G":5,"O":5,"Q":5,":":20,";":20,"f":9,"g":25,"c":25,"d":25,"e":25,"o":25,"q":25,"m":20,"n":20,"r":20,",":27,".":27,"+":13,"s":25,"t":9,"u":18,"y":13,"z":16,"-":14,"S":4,"&":4,"@":9,"i":2,"j":2}},"Z":{"d":"14,0r0,-19r119,-206r-116,0r0,-23r147,0r0,19r-119,206r121,0r0,23r-152,0","w":180,"k":{"*":2,"$":2,"=":5,"4":4,"<":9,"v":7,"w":5,"X":2,"x":2,">":2,"T":2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"Z":2,"f":5,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"+":7,"s":4,"t":5,"u":2,"y":7,"-":7}},"[":{"d":"31,23r0,-294r65,0r0,23r-38,0r0,248r38,0r0,23r-65,0","w":112,"k":{"8":2,"4":5,"v":4,"w":2,"3":2,"T":-2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":4,"t":5,"y":4,"S":2,"j":-14}},"\\":{"d":"28,-271r84,294r-25,0r-83,-294r24,0","w":115,"k":{"x":-4,"w":4,"v":9,"W":5,"V":13,"9":5,"8":5,"7":22,"5":4,"4":5,"3":2,"T":20,"Y":13,"a":2,"A":-2,"0":7,"6":7,"C":7,"G":7,"O":7,"Q":7,"f":9,"g":2,"c":5,"d":5,"e":5,"o":5,"q":5,"s":2,"t":5,"u":5,"y":4,"S":5,"j":-25,"U":4}},"]":{"d":"82,-271r0,294r-66,0r0,-23r38,0r0,-248r-38,0r0,-23r66,0","w":112},"^":{"d":"8,-126r49,-122r33,0r49,122r-27,0r-39,-104r-39,104r-26,0","w":146},"_":{"d":"-3,33r0,-18r170,0r0,18r-170,0","w":165},"`":{"d":"57,-193v-10,-15,-32,-18,-32,-43r19,0v10,15,32,18,32,43r-19,0","w":100},"a":{"d":"47,0r-27,-27r0,-49r28,-27r91,0r0,-35r-16,-16r-59,0v-8,7,-16,13,-13,30r-27,0r0,-23r28,-28r83,0r30,30r0,145r-20,0r-1,-29r-29,29r-68,0xm59,-21r53,0r27,-27r0,-35r-79,0r-14,14r0,35","w":192,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"b":{"d":"29,0r0,-248r26,0r0,100r27,-27r63,0r31,30r0,115r-31,30r-65,0r-30,-30r-1,30r-20,0xm86,-21r47,0r16,-16r0,-101r-16,-16r-46,0r-32,32r0,70","w":200,"k":{"*":11,"\\":25,"?":11,"7":11,"\/":4,"v":2,"1":4,"x":4,"3":2,"f":2,"\"":2,"'":2,"t":2,"y":2,"z":2,")":4,"]":4,"}":4}},"c":{"d":"55,0r-30,-30r0,-115r30,-30r83,0r28,28r0,30r-26,0r0,-23r-14,-14r-58,0r-17,16r0,101r17,16r58,0v9,-8,17,-17,14,-37r26,0r0,29r-28,29r-83,0","w":186,"k":{"*":7,"\\":20,"=":-2,"<":-4,"?":5,"7":7,"\/":2,"1":2,"x":2,"f":2,",":-2,".":-2,"+":-2,"-":-2}},"d":{"d":"55,0r-30,-30r0,-115r30,-30r63,0r28,27r0,-100r26,0r0,248r-20,0r-2,-30r-29,30r-66,0xm68,-21r47,0r31,-30r0,-71r-33,-32r-45,0r-17,16r0,101","w":201},"e":{"d":"55,0r-30,-30r0,-115r30,-30r86,0r30,30r0,64r-120,0r0,44r17,16r64,0v9,-6,16,-14,13,-31r26,0r0,25r-26,27r-90,0xm51,-102r94,0r0,-36r-16,-16r-61,0r-17,16r0,36","w":194,"k":{"*":11,"\\":23,"?":9,"7":11,"\/":2,"v":2,"1":2,"x":4,"f":2,"y":2,"z":2,")":2,"]":2,"}":2}},"f":{"d":"38,0r0,-154r-27,0r0,-21r27,0r0,-45r28,-28r58,0r0,20r-45,0r-15,15r0,38r56,0r0,21r-56,0r0,154r-26,0","w":127,"k":{"w":-2,"v":-2,"p":2,"\\":-13,"?":-11,">":-2,"<":-2,"7":-9,"5":-2,"4":2,"3":-2,"2":-2,"\/":9,"*":-9,"!":-4,"a":11,":":4,";":4,"f":2,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"m":2,"n":2,"r":2,",":22,".":22,"+":-2,"\"":-11,"'":-11,"s":7,"u":2,"y":-2,"z":2,")":-9,"]":-9,"}":-9,"-":-2,"&":-5,"@":-2}},"g":{"d":"53,62r-26,-25r0,-23r27,0v-2,15,4,21,11,27r65,0r16,-16r0,-59r-26,26r-65,0r-30,-30r0,-107r30,-30r64,0r31,32r2,-32r20,0r0,207r-30,30r-89,0xm68,-28r49,0r29,-30r0,-64r-33,-32r-45,0r-17,16r0,93","w":201,"k":{"\\":20,"?":2,"7":5,"j":-11}},"h":{"d":"29,0r0,-248r26,0r0,100r27,-27r57,0r30,30r0,145r-26,0r0,-138r-16,-16r-40,0r-32,32r0,122r-26,0","w":195,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"i":{"d":"57,0r-26,0r0,-175r26,0r0,175xm31,-205r0,-37r26,0r0,37r-26,0","w":87},"j":{"d":"-17,62r0,-20r32,0r16,-15r0,-202r26,0r0,208r-29,29r-45,0xm31,-205r0,-37r26,0r0,37r-26,0","w":87,"k":{"j":-13}},"k":{"d":"150,0r-52,-93r-43,49r0,44r-26,0r0,-248r26,0r0,173r87,-100r31,0r-57,64r63,111r-29,0","w":189,"k":{"*":4,"\\":14,"8":2,"=":2,"4":9,"<":5,"9":2,"?":4,"7":13,"3":2,"a":7,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"+":7,"s":5,"t":2,"u":4,"-":9,"&":2}},"l":{"d":"57,0r-26,0r0,-248r26,0r0,248","w":87},"m":{"d":"29,0r0,-175r20,0r1,32r32,-32r49,0r27,27r27,-27r54,0r30,30r0,145r-26,0r0,-138r-16,-16r-37,0r-28,28r0,126r-26,0r0,-138r-16,-16r-32,0r-33,33r0,121r-26,0","w":296,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"n":{"d":"29,0r0,-175r20,0r1,32r32,-32r57,0r30,30r0,145r-26,0r0,-138r-16,-16r-39,0r-33,33r0,121r-26,0","w":195,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"o":{"d":"55,0r-30,-30r0,-115r30,-30r86,0r31,30r0,115r-31,30r-86,0xm68,-21r61,0r16,-16r0,-101r-16,-16r-61,0r-17,16r0,101","w":196,"k":{"*":11,"\\":25,"?":11,"7":11,"\/":4,"v":2,"1":4,"x":4,"3":2,"f":2,"\"":2,"'":2,"t":2,"y":2,"z":2,")":4,"]":4,"}":4}},"p":{"d":"29,62r0,-237r20,0r1,31r31,-31r64,0r31,30r0,115r-31,30r-64,0r-26,-26r0,88r-26,0xm86,-21r47,0r16,-16r0,-101r-16,-16r-46,0r-32,32r0,70","w":200,"k":{"*":11,"\\":25,"?":11,"7":11,"\/":4,"v":2,"1":4,"x":4,"3":2,"f":2,"\"":2,"'":2,"t":2,"y":2,"z":2,")":4,"]":4,"}":4}},"q":{"d":"146,62r0,-88r-26,26r-65,0r-30,-30r0,-115r30,-30r65,0r30,31r2,-31r20,0r0,237r-26,0xm68,-21r46,0r32,-31r0,-70r-32,-32r-46,0r-17,16r0,101","w":201,"k":{"\\":20,"?":2,"7":5,"j":-11}},"r":{"d":"29,0r0,-175r20,0r1,34r34,-34r39,0r0,23r-34,0r-34,34r0,118r-26,0","w":133,"k":{"\\":9,"$":2,"4":2,"<":-2,"7":11,"\/":16,"v":-2,"w":-2,"1":7,"x":2,">":2,"2":2,"a":5,"f":-2,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,",":16,".":16,"+":2,"s":4,"y":-2,"z":2,")":4,"]":4,"}":4,"-":-2,"&":2}},"s":{"d":"47,0r-25,-25r0,-26r26,0v-2,16,3,25,11,30r64,0r14,-14v-1,-16,4,-37,-8,-42r-85,0r-22,-22r0,-49r28,-27r86,0r26,25r0,26r-27,0v2,-16,-3,-25,-11,-30r-62,0r-13,14v1,16,-4,37,8,42r84,0r22,22r0,48r-27,28r-89,0","w":185,"k":{"*":9,"\\":23,"?":9,"7":11,"\/":2,"v":2,"1":4,"x":2,"f":2,"s":4,"y":2,"z":2,")":4,"]":4,"}":4,"-":-2}},"t":{"d":"68,0r-31,-30r0,-124r-28,0r0,-21r28,0r0,-54r27,0r0,54r65,0r0,21r-65,0r0,116r17,17r48,0r0,21r-61,0","w":145,"k":{"*":4,"\\":5,"4":2,"<":2,"7":7,"\/":-2,"v":2,"w":2,"a":4,"f":4,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"+":2,"\"":2,"'":2,"s":4,"t":4,"u":2,"y":2,")":-2,"]":-2,"}":-2,"-":2}},"u":{"d":"57,0r-30,-30r0,-145r26,0r0,138r16,16r39,0r33,-33r0,-121r26,0r0,175r-20,0r-2,-32r-32,32r-56,0","w":195,"k":{"\\":20,"?":2,"7":5}},"v":{"d":"65,0r-60,-175r28,0r52,156r51,-156r27,0r-60,175r-38,0","w":168,"k":{"x":-2,"w":-4,"v":-4,"\\":4,"?":-7,">":-2,"=":-7,"<":-2,"9":-2,"8":-2,"7":9,"5":-4,"4":-2,"3":-2,"2":2,"1":4,"\/":9,"*":-2,"$":-2,"a":2,":":2,";":2,"f":-2,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,",":14,".":14,"+":-5,"\"":-5,"'":-5,"s":4,"t":-4,"y":-4,"z":-2,")":4,"]":4,"}":4,"-":-4}},"w":{"d":"47,0r-42,-175r26,0r36,158r45,-158r33,0r44,158r37,-158r22,0r-41,175r-36,0r-43,-155r-43,155r-38,0","w":253,"k":{"v":-4,"\\":4,"?":-4,"=":-5,"<":-5,"7":5,"4":-2,"1":4,"\/":4,"*":-7,"$":-2,"a":2,"f":-2,",":9,".":9,"+":-7,"\"":-4,"'":-4,"t":-2,"y":-4,")":2,"]":2,"}":2,"-":-5}},"x":{"d":"136,0r-50,-71r-50,71r-29,0r64,-88r-61,-87r30,0r47,69r49,-69r27,0r-61,85r63,90r-29,0","w":172,"k":{"v":-2,"\\":13,"?":-2,"=":2,"<":2,"7":7,"4":4,"\/":-4,"*":2,"a":2,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"+":4,"\"":-2,"'":-2,"s":2,"t":2,"u":2,"y":-2,"-":5}},"y":{"d":"65,0r-60,-175r28,0r51,156r52,-156r27,0r-74,215r-22,22r-53,0r0,-20r41,0v13,-9,17,-26,22,-42r-12,0","w":168,"k":{"*":-2,"\\":4,"8":-2,"=":-5,"<":-4,"?":-7,"7":9,"\/":9,"v":-4,"w":-4,"1":4,"x":-2,">":-2,"3":-2,"2":2,"a":2,":":2,";":2,"f":-2,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,",":14,".":14,"+":-5,"\"":-4,"'":-4,"s":4,"t":-4,"y":-2,"z":-2,")":4,"]":4,"}":4,"-":-2}},"z":{"d":"13,0r0,-16r99,-138r-98,0r0,-21r129,0r0,17r-99,137r100,0r0,21r-131,0","w":156,"k":{"\\":13,"4":2,"7":5,"v":-2,"a":2,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"+":-2,"\"":-2,"'":-2,"s":2,"y":-2}},"{":{"d":"77,23r-34,-34r0,-93v-6,-9,-15,-14,-32,-12r0,-23v17,2,26,-4,32,-13r0,-85r34,-34r32,0r0,23v-23,-4,-28,11,-38,20r0,81r-20,19r20,19r0,89v10,9,15,24,38,20r0,23r-32,0","w":124,"k":{"8":2,"4":5,"v":4,"w":2,"3":2,"T":-2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":4,"t":5,"y":4,"S":2,"j":-14}},"|":{"d":"36,23r0,-294r27,0r0,294r-27,0","w":99},"}":{"d":"82,-11r-34,34r-32,0r0,-23v23,4,28,-11,38,-20r0,-89r19,-19r-19,-19r0,-81v-10,-9,-15,-24,-38,-20r0,-23r32,0r34,34r0,85v6,9,14,16,32,13r0,23v-17,-2,-26,3,-32,12r0,93","w":124},"~":{"d":"10,-195r0,-30r23,-23r33,0r34,35v20,1,25,-13,23,-35r21,0r0,29r-23,24r-32,0r-35,-35v-20,-1,-25,13,-23,35r-21,0","w":154},"\u00a0":{"w":88,"k":{"V":7,"T":7,"Y":7,"A":5,"J":9}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2006 House Industries/Brand Design Co., Inc. All Rights Reserved.
 * 
 * Trademark:
 * United is a trademark of House Industries/Brand Design Co., Inc.
 * 
 * Description:
 * Part of the United family from House Industries.
 * 
 * Manufacturer:
 * House Industries
 * 
 * Designer:
 * Tal Leming
 * 
 * Vendor URL:
 * http://www.houseindustries.com
 * 
 * License information:
 * http://www.houseindustries.com/license
 */
Cufon.registerFont({"w":230,"face":{"font-family":"United Sans Rg Bd","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"274","descent":"-86","bbox":"-18 -277 306 63","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":88,"k":{"V":7,"T":7,"Y":7,"A":5,"J":9}},"!":{"d":"30,-68r0,-180r42,0r0,180r-42,0xm30,0r0,-45r42,0r0,45r-42,0","w":101},"\"":{"d":"77,-150r0,-98r33,0r0,98r-33,0xm17,-150r0,-98r33,0r0,98r-33,0","w":127,"k":{"V":-4,"W":-5,"4":2,"7":-4,"v":-4,"w":-2,"x":-2,"T":-4,"a":2,"A":14,"J":18,"Z":2,"f":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"t":-4,"y":-2,"z":-2}},"#":{"d":"39,-58r0,-41r-29,0r0,-28r29,0r0,-53r-29,0r0,-28r29,0r0,-40r33,0r0,40r46,0r0,-40r32,0r0,40r30,0r0,28r-30,0r0,53r30,0r0,28r-30,0r0,41r-32,0r0,-41r-46,0r0,41r-33,0xm72,-127r46,0r0,-53r-46,0r0,53","w":190},"$":{"d":"51,-7r-32,-32r0,-36r42,0r0,23r13,13r67,0r14,-14v-1,-21,5,-48,-10,-55r-97,0r-28,-29r0,-71r33,-34r35,0r0,-35r40,0r0,35r37,0r32,32r0,36r-43,0v2,-18,-3,-28,-12,-35r-66,0r-14,14v1,20,-5,46,10,52r97,0r29,29r0,74r-33,33r-37,0r0,36r-40,0r0,-36r-37,0","w":216,"k":{"w":-2,"v":-2,"X":4,"W":2,"V":2,"7":2,"1":2,"T":2,"Y":5,"A":2,"J":2,"Z":2}},"%":{"d":"35,-128r-24,-24r0,-73r24,-23r62,0r24,23r0,73r-24,24r-62,0xm42,-160v6,13,42,14,48,0v-2,-22,7,-56,-9,-65v-16,0,-34,-2,-39,9r0,56xm178,0r-23,-24r0,-72r23,-24r62,0r24,24r0,72r-24,24r-62,0xm185,-32v6,12,42,14,48,0v-2,-22,7,-56,-9,-65v-16,0,-34,-2,-39,9r0,56xm53,0r139,-248r29,0r-139,248r-29,0","w":275},"&":{"d":"53,0r-32,-32r0,-68r27,-27r-26,-27r0,-63r32,-31r115,0r32,32r0,33r-43,0v2,-18,-4,-28,-13,-34r-68,0r-13,14r0,44r16,16r145,0r0,31r-25,0r0,80r-32,32r-115,0xm77,-32r67,0r14,-13r0,-66r-77,0r-17,16r0,50","w":229,"k":{"x":2,"w":-5,"v":-4,"X":5,"V":4,"9":-2,"7":4,"4":-7,"3":4,"1":4,"T":4,"Y":9,"A":4,"J":5,"0":-2,"6":-2,"C":-2,"G":-2,"O":-2,"Q":-2,"Z":2,"f":-4,"g":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"s":-4,"t":-5,"y":-4,"z":-2,"I":4}},"'":{"d":"17,-150r0,-98r33,0r0,98r-33,0","w":67,"k":{"V":-4,"W":-5,"4":2,"7":-4,"v":-4,"w":-2,"x":-2,"T":-4,"a":2,"A":14,"J":18,"Z":2,"f":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"t":-4,"y":-2,"z":-2}},"(":{"d":"61,24r-35,-36r0,-224r35,-36r45,0r0,33r-21,0r-17,17r0,196r17,17r21,0r0,33r-45,0","w":119,"k":{"8":2,"4":5,"v":4,"w":2,"3":2,"T":-2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":4,"t":5,"y":4,"S":2,"j":-18}},")":{"d":"94,-12r-35,36r-45,0r0,-33r21,0r17,-17r0,-196r-17,-17r-21,0r0,-33r45,0r35,36r0,224","w":119},"*":{"d":"42,-137r-24,-18r30,-31r-42,-9r10,-29r38,19r-6,-43r31,0r-6,43r38,-19r10,29r-43,8r30,32r-24,18r-21,-38","w":126,"k":{"x":2,"w":-7,"v":-2,"X":7,"W":-4,"7":-4,"4":7,"2":2,"1":2,"T":-2,"Y":2,"a":9,"A":18,"J":27,"Z":5,"f":2,"g":11,"c":11,"d":11,"e":11,"o":11,"q":11,"s":9,"t":-4,"y":-2,"I":2}},"+":{"d":"5,-108r0,-32r50,0r0,-53r34,0r0,53r50,0r0,32r-50,0r0,54r-34,0r0,-54r-50,0","w":144,"k":{"V":4,"5":-4,"4":-7,"7":11,"v":-5,"w":-5,"X":11,"1":11,"x":4,"3":5,"T":14,"Y":14,"A":5,"J":11,"Z":5,"f":-2,"t":-5,"y":-5,"I":7,"S":-2}},",":{"d":"17,40r0,-19v7,0,17,2,19,-4r0,-17r-19,0r0,-48r43,0r0,71r-17,17r-26,0","w":77,"k":{"j":-13,"V":16,"W":9,"4":5,"7":11,"v":14,"w":9,"T":23,"Y":29,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":13,"\"":20,"'":20,"t":14,"y":14,"U":2}},"-":{"d":"5,-107r0,-35r98,0r0,35r-98,0","w":107,"k":{"V":5,"W":2,"4":-7,"7":11,"v":-4,"w":-5,"X":18,"1":11,"x":5,"3":5,"T":11,"Y":16,"A":9,"J":20,"Z":5,"f":-2,"s":-2,"t":-5,"y":-2,"z":2,"I":13,"S":-2}},".":{"d":"17,0r0,-48r43,0r0,48r-43,0","w":77,"k":{"V":16,"W":9,"4":5,"7":11,"v":14,"w":9,"T":23,"Y":29,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":13,"\"":20,"'":20,"t":14,"y":14,"U":2}},"\/":{"d":"0,24r86,-296r37,0r-85,296r-38,0","w":123,"k":{"x":13,"w":4,"v":4,"p":18,"W":-5,"V":-9,"9":5,"8":7,"7":-7,"4":13,"3":4,"2":9,"1":2,"\/":27,"T":-5,"Y":-5,"a":29,"A":20,"J":23,"0":7,"6":7,"C":7,"G":7,"O":7,"Q":7,"f":7,"g":23,"c":23,"d":23,"e":23,"o":23,"q":23,"m":18,"n":18,"r":18,"s":22,"t":5,"u":18,"y":4,"z":14,"S":5}},"0":{"d":"59,0r-36,-36r0,-177r36,-35r113,0r36,35r0,177r-36,36r-113,0xm82,-33r67,0r16,-17r0,-149r-16,-17r-67,0r-16,17r0,149","k":{"V":2,"W":2,"\\":7,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"1":{"d":"18,0r0,-32r49,0r0,-185r-49,0r0,-31r92,0r0,216r48,0r0,32r-140,0","w":168,"k":{"w":4,"v":9,"\\":16,"W":4,"V":9,"?":13,"=":2,"<":7,"7":9,"4":5,"1":2,"*":22,"$":2,"#":7,"T":14,"Y":20,"f":5,"+":11,"\"":20,"'":20,"t":7,"y":7,"-":9,"%":20,"B":2,"D":2,"E":2,"F":2,"H":2,"K":2,"L":2,"M":2,"N":2,"P":2,"R":2}},"2":{"d":"19,0r0,-107r29,-28r93,0r11,-11r0,-57r-13,-13r-64,0r-13,12r0,25r-42,0r0,-37r32,-32r109,0r33,33r0,85r-29,28r-93,0v-16,10,-8,44,-10,68r132,0r0,34r-175,0","w":210,"k":{"w":-2,"v":-2,"\\":5,"4":2,"T":2,"Y":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\"":-2,"'":-2,"y":-4,"%":-2}},"3":{"d":"50,0r-33,-33r0,-41r42,0r0,28r14,14r71,0r14,-13r0,-50r-17,-16r-86,0r0,-33r86,0r16,-16r0,-43r-13,-13r-71,0r-14,14r0,27r-42,0r0,-41r33,-32r118,0r32,31r0,63r-27,26r27,28r0,68r-32,32r-118,0","w":221,"k":{"V":2,"\\":7,"\/":5,"v":-2,"X":4,"1":2,"x":2,"Y":4,"A":2,"J":2,"f":2,"t":2,"y":-2,"z":2,"I":2,")":2,"]":2,"}":2}},"4":{"d":"141,0r0,-66r-132,0r0,-27r47,-155r39,0r-41,148r87,0r0,-148r42,0r0,148r24,0r0,34r-24,0r0,66r-42,0","w":217,"k":{"x":2,"v":2,"\\":5,"W":2,"V":2,"?":4,"=":-4,"<":-5,"7":2,"4":-2,"1":2,"*":4,"T":2,"Y":5,",":-4,".":-4,"+":-5,"\"":2,"'":2,"y":2,"z":2,"-":-5,"%":2}},"5":{"d":"53,0r-32,-32r0,-40r42,0r0,27r13,13r65,0r14,-14r0,-73v-11,-17,-49,-8,-75,-10r-19,18r-40,0r0,-137r173,0r0,33r-131,0r0,71r18,-18r87,0r29,30r0,99r-33,33r-111,0","w":214,"k":{"x":2,"w":2,"v":2,"?":2,"7":2,"1":2,"\/":4,"*":4,"T":2,"Y":2,"A":2,"f":2,"+":-2,"\"":2,"'":2,"y":2,"z":2,"%":2}},"6":{"d":"58,0r-35,-35r0,-179r35,-34r117,0r32,32r0,37r-42,0r0,-23r-14,-14r-69,0r-16,17r0,64r17,-18r93,0r31,31r0,87r-34,35r-115,0xm81,-32r68,0r16,-16r0,-60r-13,-13r-71,0r-15,16r0,57","w":228,"k":{"\\":7,"X":4,"V":2,"1":2,"\/":5,"Y":4,"A":2,"J":2,"f":2,")":2,"]":2,"}":2}},"7":{"d":"62,0r0,-90r65,-123r-122,0r0,-35r172,0r0,27r-73,135r0,86r-42,0","w":183,"k":{"x":5,"w":2,"v":4,"p":4,"\\":-13,"W":-5,"V":-5,"?":-5,"=":4,"<":7,"7":-4,"4":7,"2":2,"\/":18,"*":-5,"$":2,"T":-2,"Y":-5,"a":7,"A":16,"J":16,":":7,";":7,"f":2,"g":11,"c":11,"d":11,"e":11,"o":11,"q":11,"m":4,"n":4,"r":4,",":22,".":22,"+":5,"\"":-5,"'":-5,"s":9,"t":-2,"u":2,"y":4,"z":5,"-":4,")":-2,"]":-2,"}":-2,"S":2,"@":2,"%":-7}},"8":{"d":"53,0r-32,-32r0,-69r27,-27r-26,-27r0,-62r32,-31r123,0r32,31r0,62r-27,27r27,27r0,69r-32,32r-124,0xm77,-32r76,0r14,-13r0,-51r-17,-17r-69,0r-17,17r0,51xm80,-144r70,0r16,-16r0,-43r-13,-14r-75,0r-14,14r0,43","k":{"V":2,"\\":7,"\/":5,"v":-2,"X":4,"1":2,"x":2,"Y":4,"A":2,"J":2,"f":2,"t":2,"y":-2,"z":2,"I":2,")":2,"]":2,"}":2}},"9":{"d":"54,0r-32,-32r0,-40r42,0r0,26r13,14r69,0r17,-17r0,-68r-18,18r-92,0r-32,-31r0,-84r35,-34r115,0r34,34r0,179r-34,35r-117,0xm76,-131r71,0r16,-16r0,-53r-16,-16r-68,0r-15,16v1,26,-6,60,12,69","w":228,"k":{"V":2,"W":2,"\\":7,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},":":{"d":"19,0r0,-48r44,0r0,48r-44,0xm19,-108r0,-48r44,0r0,48r-44,0","w":82,"k":{"V":9,"W":4,"7":7,"v":2,"X":2,"T":13,"Y":20,"y":2}},";":{"d":"19,40r0,-19v8,0,18,2,20,-4r0,-17r-20,0r0,-48r44,0r0,71r-17,17r-27,0xm19,-108r0,-48r44,0r0,48r-44,0","w":81,"k":{"j":-13,"V":9,"W":4,"7":7,"v":2,"X":2,"T":13,"Y":20,"y":2}},"<":{"d":"140,-46r-133,-58r0,-40r133,-58r0,36r-99,42r99,42r0,36","w":154,"k":{"v":-2,"X":2,"Y":4,"J":4,"Z":2,"f":2,"y":-2,"S":-2}},"=":{"d":"10,-140r0,-32r120,0r0,32r-120,0xm10,-75r0,-32r120,0r0,32r-120,0","w":140,"k":{"x":2,"w":-5,"v":-5,"X":9,"V":2,"7":4,"4":-4,"3":2,"1":4,"T":9,"Y":11,"A":4,"J":5,"Z":4,"t":-4,"y":-5,"I":7}},">":{"d":"148,-104r-134,58r0,-36r100,-42r-100,-42r0,-36r134,58r0,40","w":154,"k":{"x":2,"w":-5,"v":-2,"X":11,"W":2,"V":4,"7":11,"4":-7,"3":5,"1":9,"T":13,"Y":13,"a":2,"A":5,"J":13,"Z":7,"t":-2,"y":-4,"I":7,"S":-2}},"?":{"d":"67,-68r0,-49r26,-26v19,-1,46,6,52,-9r0,-50r-14,-14r-66,0r-13,13r0,26r-42,0r0,-39r31,-32r113,0r34,33r0,79r-27,27v-19,1,-46,-5,-52,9r0,32r-42,0xm67,0r0,-45r42,0r0,45r-42,0","w":200,"k":{"\"":-2,"'":-2}},"@":{"d":"67,52r-45,-45r0,-193r45,-46r194,0r45,46r0,156r-30,30r-66,0r-2,-27r-27,27r-72,0r-28,-29r0,-48r28,-29r92,0r0,-33r-13,-12v-25,3,-68,-13,-61,25r-41,0r0,-24r28,-29r95,0r32,32r0,120v16,2,22,-5,28,-12r0,-137r-27,-27r-156,0r-27,27r0,172r27,27r163,0r0,29r-182,0xm121,-38v7,15,37,9,58,10r22,-22r0,-31v-27,3,-68,-8,-80,10r0,33","w":328,"k":{"V":5,"7":2,"X":4,"1":2,"x":2,"T":2,"Y":9,"A":2,"Z":2,"I":2}},"A":{"d":"5,0r72,-248r61,0r72,248r-43,0r-17,-63r-88,0r-17,63r-40,0xm106,-224r-34,127r69,0","w":214},"B":{"d":"27,0r0,-248r149,0r32,31r0,62r-27,27r27,27r0,69r-32,32r-149,0xm70,-32r82,0r14,-13r0,-51r-17,-17r-79,0r0,81xm70,-144r79,0r16,-16r0,-43r-13,-14r-82,0r0,73","w":229,"k":{"V":2,"\\":7,"\/":5,"v":-2,"X":4,"1":2,"x":2,"Y":4,"A":2,"J":2,"f":2,"t":2,"y":-2,"z":2,"I":2,")":2,"]":2,"}":2}},"C":{"d":"59,0r-36,-36r0,-177r36,-35r109,0r35,34r0,44r-42,0r0,-30r-16,-16r-63,0r-16,17r0,150r16,17r63,0r16,-16r0,-32r42,0r0,46r-35,34r-109,0","w":221,"k":{"W":-2,"\\":2,"=":2,"<":4,"\/":2,"v":2,"X":2,"1":2,"x":2,">":2,"T":2,"Y":4,"A":2,"Z":2,"f":2,"+":4,"t":2,"y":2,"z":2,"-":5}},"D":{"d":"27,0r0,-248r144,0r36,35r0,177r-36,36r-144,0xm69,-33r79,0r17,-17r0,-149r-17,-17r-79,0r0,183","k":{"V":2,"W":2,"\\":7,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"E":{"d":"27,0r0,-248r153,0r0,33r-111,0r0,73r102,0r0,33r-102,0r0,76r111,0r0,33r-153,0","w":197,"k":{"*":2,"$":2,"=":2,"4":2,"v":5,"w":4,"x":2,">":2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":4,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"+":2,"\"":-2,"'":-2,"s":4,"t":5,"u":2,"y":5,"z":2,"-":2}},"F":{"d":"27,0r0,-248r149,0r0,33r-107,0r0,77r99,0r0,33r-99,0r0,105r-42,0","w":186,"k":{"x":11,"w":2,"v":4,"p":5,"\\":-2,"?":-2,">":2,"4":4,"2":2,"\/":20,"$":2,"a":7,"A":13,"J":22,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"Z":2,":":4,";":4,"f":5,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"m":5,"n":5,"r":5,",":18,".":18,"+":-2,"\"":-2,"'":-2,"s":5,"t":4,"u":5,"y":4,"z":7}},"G":{"d":"59,0r-36,-36r0,-177r36,-35r113,0r32,32r0,38r-42,0r0,-25r-13,-13r-67,0r-16,17r0,150r16,17r66,0r15,-15r0,-52r-56,0r0,-33r99,0r0,97r-35,35r-112,0","w":226,"k":{"V":2,"\\":5,"\/":4,"X":4,"1":2,"x":2,"T":2,"Y":4}},"H":{"d":"27,0r0,-248r42,0r0,107r94,0r0,-107r43,0r0,248r-43,0r0,-104r-94,0r0,104r-42,0","w":232},"I":{"d":"14,0r0,-30r43,0r0,-188r-43,0r0,-30r129,0r0,30r-43,0r0,188r43,0r0,30r-129,0","w":157,"k":{"*":2,"8":2,"=":7,"4":4,"<":7,"v":5,"w":4,"x":2,"a":4,"f":4,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"+":7,"s":4,"t":7,"u":4,"y":5,"-":13,"&":2}},"J":{"d":"8,0r0,-34r56,0r17,-16r0,-198r42,0r0,212r-35,36r-80,0","w":148,"k":{"\/":5,"X":2,"x":4,"A":4,"J":2,",":2,".":2}},"K":{"d":"169,0r-57,-113r-44,59r0,54r-42,0r0,-248r42,0r0,140r97,-140r47,0r-72,102r76,146r-47,0","w":225,"k":{"*":4,"$":9,"8":5,"=":9,"4":11,"<":16,"9":4,"?":5,"7":2,"v":16,"w":11,"x":2,">":2,"3":4,"T":2,"a":7,"0":7,"6":7,"C":7,"G":7,"O":7,"Q":7,"f":7,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"m":2,"n":2,"r":2,"+":14,"\"":2,"'":2,"s":9,"t":11,"u":9,"y":16,"-":18,"S":5,"&":2,"i":2,"j":2,"U":4}},"L":{"d":"27,0r0,-248r42,0r0,213r99,0r0,35r-141,0","w":178,"k":{"V":18,"W":7,"*":29,"\\":22,"$":2,"8":2,"=":9,"5":2,"4":11,"<":14,"9":2,"?":23,"7":18," ":7,"v":16,"w":9,">":4,"3":2,"T":27,"Y":29,"a":2,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"+":14,"\"":22,"'":22,"s":2,"t":11,"u":2,"y":16,"-":16,"S":2,"U":2}},"M":{"d":"26,0r0,-248r66,0r64,212r64,-212r66,0r0,248r-41,0r0,-217r-66,217r-50,0r-66,-217r0,217r-37,0","w":311},"N":{"d":"26,0r0,-248r46,0r98,184r0,-184r37,0r0,248r-46,0r-97,-186r0,186r-38,0","w":233},"O":{"d":"59,0r-36,-36r0,-177r36,-35r113,0r36,35r0,177r-36,36r-113,0xm82,-33r67,0r16,-17r0,-149r-16,-17r-67,0r-16,17r0,149","k":{"V":2,"W":2,"\\":7,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"P":{"d":"27,0r0,-248r145,0r34,34r0,87r-34,34r-103,0r0,93r-42,0xm69,-125r79,0r15,-15r0,-62r-15,-15r-79,0r0,92","w":217,"k":{"x":2,"w":-2,"v":-2,"\\":2,"X":7,"W":-4,"V":-2,"?":-2,">":-4,"=":-7,"<":-7,"7":-2,"4":2,"2":2,"1":2,"\/":14,"*":-7,"T":-4,"Y":2,"a":4,"A":14,"J":20,"Z":2,"f":-2,"c":2,"d":2,"e":2,"o":2,"q":2,",":22,".":22,"+":-7,"\"":-9,"'":-9,"s":2,"y":-2,"I":2,"-":-7}},"Q":{"d":"171,59r-36,-37r0,-22r-76,0r-36,-36r0,-177r36,-35r113,0r36,35r0,177r-36,36v1,19,18,21,25,33xm82,-33r67,0r16,-17r0,-149r-16,-17r-67,0r-16,17r0,149","k":{"V":2,"W":2,"\\":7,"\/":7,"X":4,"1":2,"x":4,"T":2,"Y":5,"A":2,"J":2,"Z":2,",":2,".":2,")":2,"]":2,"}":2}},"R":{"d":"27,0r0,-248r147,0r33,33r0,76r-30,31r34,108r-43,0r-32,-102r-67,0r0,102r-42,0xm69,-134r80,0r16,-16r0,-52r-15,-15r-81,0r0,83","w":227,"k":{"\\":2,"=":-2,"4":2,"<":-2,"?":-2,"7":2,"1":2,">":-2,"Y":4,"a":4,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"+":-2,"s":2,"u":2,"-":-2}},"S":{"d":"51,0r-32,-32r0,-38r42,0r0,25r13,13r67,0r14,-14v-2,-22,6,-54,-10,-62r-97,0r-28,-29r0,-78r33,-33r112,0r32,32r0,37r-43,0r0,-24r-13,-13r-65,0r-14,14v1,22,-6,52,10,59r97,0r29,29r0,81r-33,33r-114,0","w":216,"k":{"V":2,"\\":5,"<":-2,"\/":5,"X":4,"1":2,"x":2,">":-2,"T":2,"Y":4,"A":2,"+":-2,"t":2,"-":-2,")":2,"]":2,"}":2}},"T":{"d":"77,0r0,-214r-69,0r0,-34r180,0r0,34r-68,0r0,214r-43,0","w":196,"k":{"V":-2,"W":-4,"*":-2,"\\":-5,"$":2,"8":2,"=":9,"4":5,"<":13,"9":2,"?":-4,"7":-2,"\/":20," ":7,"v":13,"w":11,"X":2,"x":14,"3":-2,"p":18,"T":-2,"Y":-2,"a":27,"A":16,"J":23,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"Z":2,":":13,";":13,"f":7,"g":25,"c":23,"d":23,"e":23,"o":23,"q":23,"m":18,"n":18,"r":18,",":23,".":23,"+":14,"\"":-4,"'":-4,"s":27,"t":7,"u":18,"y":13,"z":18,"-":11,")":-2,"]":-2,"}":-2,"S":2,"&":-2,"@":2,"i":2,"j":2}},"U":{"d":"60,0r-35,-36r0,-212r42,0r0,198r17,17r60,0r17,-17r0,-198r42,0r0,212r-36,36r-107,0","w":227,"k":{"\/":5,"X":2,"x":4,"A":4,"J":2,",":2,".":2}},"V":{"d":"70,0r-65,-248r43,0r55,219r54,-219r39,0r-64,248r-62,0","w":201,"k":{"x":5,"w":4,"v":4,"p":9,"\\":-9,"X":2,"W":-2,"V":-2,"?":-2,"=":2,"<":4,"9":2,"8":2,"7":-5,"4":5,"3":2,"2":4,"\/":13,"$":5," ":7,"T":-2,"a":14,"A":13,"J":14,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,":":9,";":9,"f":4,"g":13,"c":13,"d":13,"e":13,"o":13,"q":13,"m":9,"n":9,"r":9,",":16,".":16,"+":4,"\"":-4,"'":-4,"s":13,"t":4,"u":9,"y":4,"z":9,"-":5,"S":2,"&":2,"@":5,"i":2,"j":2}},"W":{"d":"52,0r-46,-248r41,0r35,210r43,-210r56,0r43,210r35,-210r37,0r-47,248r-54,0r-43,-211r-44,211r-56,0","w":301,"k":{"x":4,"w":2,"v":2,"p":4,"\\":-5,"X":2,"W":-5,"V":-2,"?":-4,"<":2,"7":-5,"4":4,"2":2,"\/":5,"*":-4,"$":2,"T":-4,"Y":-2,"a":9,"A":5,"J":11,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,":":4,";":4,"g":7,"c":5,"d":5,"e":5,"o":5,"q":5,"m":4,"n":4,"r":4,",":9,".":9,"\"":-5,"'":-5,"s":5,"u":4,"y":2,"z":4,"-":2,"i":2,"j":2}},"X":{"d":"8,0r67,-127r-65,-121r47,0r49,98r51,-98r44,0r-66,121r69,127r-46,0r-54,-102r-51,102r-45,0","w":212,"k":{"w":9,"v":13,"p":2,"X":4,"W":2,"V":2,"?":5,">":2,"=":9,"<":11,"9":2,"8":4,"4":9,"3":4,"*":7,"$":4,"T":2,"Y":2,"a":7,"0":4,"6":4,"C":4,"G":4,"O":4,"Q":4,"Z":2,":":2,";":2,"f":7,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"m":2,"n":2,"r":2,"+":11,"s":5,"t":9,"u":7,"y":13,"-":18,"S":4,"&":4,"U":2}},"Y":{"d":"81,0r0,-78r-77,-170r46,0r54,127r56,-127r41,0r-77,170r0,78r-43,0","w":205,"k":{"W":-2,"*":2,"\\":-5,"$":7,"8":4,"=":11,"4":9,"<":13,"9":4,"?":2,"7":-5,"\/":20," ":7,"v":14,"w":14,"X":2,"x":20,">":4,"3":2,"p":22,"2":4,"T":-2,"a":29,"A":22,"J":23,"0":5,"6":5,"C":5,"G":5,"O":5,"Q":5,":":20,";":20,"f":11,"g":27,"c":27,"d":27,"e":27,"o":27,"q":27,"m":22,"n":22,"r":22,",":29,".":29,"+":14,"s":25,"t":11,"u":20,"y":14,"z":18,"-":16,"S":4,"&":4,"@":9,"i":2,"j":2}},"Z":{"d":"13,0r0,-28r112,-186r-110,0r0,-34r160,0r0,27r-113,186r114,0r0,35r-163,0","w":189,"k":{"*":2,"$":2,"=":4,"4":4,"<":7,"v":5,"w":4,"X":2,"x":2,">":2,"T":2,"a":2,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"Z":2,"f":4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"+":7,"s":2,"t":5,"u":2,"y":5,"-":7}},"[":{"d":"28,24r0,-296r80,0r0,33r-38,0r0,230r38,0r0,33r-80,0","w":120,"k":{"8":2,"4":5,"v":4,"w":2,"3":2,"T":-2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":4,"t":5,"y":4,"S":2,"j":-18}},"\\":{"d":"38,-272r85,296r-37,0r-86,-296r38,0","w":123,"k":{"x":-4,"w":4,"v":11,"W":5,"V":13,"9":5,"8":5,"7":22,"5":4,"4":5,"3":2,"T":20,"Y":16,"a":2,"A":-2,"0":7,"6":7,"C":7,"G":7,"O":7,"Q":7,"f":9,"g":2,"c":5,"d":5,"e":5,"o":5,"q":5,"s":2,"t":7,"u":5,"y":2,"S":5,"j":-31,"U":4}},"]":{"d":"93,-272r0,296r-80,0r0,-33r38,0r0,-230r-38,0r0,-33r80,0","w":120},"^":{"d":"6,-125r49,-123r47,0r48,123r-37,0r-35,-99r-36,99r-36,0","w":156},"_":{"d":"-3,40r0,-27r179,0r0,27r-179,0","w":173},"`":{"d":"55,-195v-10,-15,-34,-18,-31,-46r26,0v10,15,32,19,30,46r-25,0","w":104},"a":{"d":"45,0r-28,-29r0,-48r29,-29r91,0r0,-33r-12,-12v-26,3,-68,-13,-62,25r-41,0r0,-24r28,-29r95,0r32,32r0,147r-30,0r-3,-27r-27,27r-72,0xm58,-38v7,15,36,9,57,10r22,-22r0,-31r-69,0v-12,6,-10,25,-10,43","w":200,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"b":{"d":"24,0r0,-248r41,0r0,94r25,-25r65,0r32,32r0,115r-32,32r-70,0r-28,-28r-2,28r-31,0xm90,-28r43,0r14,-14r0,-94r-14,-14r-40,0r-28,28r0,68","w":208,"k":{"*":11,"\\":23,"?":11,"7":11,"\/":4,"v":2,"1":4,"x":4,"3":2,"f":2,"\"":2,"'":2,"t":2,"y":2,"z":2,")":4,"]":4,"}":4}},"c":{"d":"53,0r-32,-32r0,-115r32,-32r95,0r30,30r0,32r-42,0v2,-16,-2,-28,-11,-33r-50,0r-14,13r0,95r14,14r50,0v8,-6,13,-16,11,-33r42,0r0,31r-30,30r-95,0","w":193,"k":{"*":7,"\\":20,"=":-2,"<":-2,"?":5,"7":7,"\/":2,"1":2,"x":2,",":-2,".":-2,"+":-2,"-":-2}},"d":{"d":"53,0r-32,-32r0,-115r32,-32r65,0r25,25r0,-94r41,0r0,248r-31,0r-2,-28r-28,28r-70,0xm75,-28r43,0r25,-25r0,-69r-27,-28r-41,0r-13,14r0,94","w":208},"e":{"d":"53,0r-32,-32r0,-115r32,-32r96,0r32,32r0,67r-121,0r0,39r14,13v27,-4,73,15,66,-26r41,0r0,26r-28,28r-100,0xm60,-106r81,0r0,-32r-12,-13r-56,0r-13,13r0,32","w":200,"k":{"*":9,"\\":23,"?":9,"7":11,"\/":2,"v":2,"1":2,"x":4,"y":2,"z":2,")":2,"]":2,"}":2}},"f":{"d":"35,0r0,-149r-26,0r0,-30r26,0r0,-40r29,-29r67,0r0,28v-22,1,-49,-5,-56,11r0,30r52,0r0,30r-52,0r0,149r-40,0","w":134,"k":{"w":-2,"v":-2,"p":2,"\\":-13,"?":-11,">":-2,"<":-2,"7":-7,"5":-2,"4":2,"3":-2,"2":-2,"\/":9,"*":-9,"!":-2,"a":9,":":2,";":2,"f":2,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"m":2,"n":2,"r":2,",":22,".":22,"+":-2,"\"":-9,"'":-9,"s":5,"t":-2,"u":2,"y":-2,"z":2,"-":-2,")":-9,"]":-9,"}":-9,"&":-4,"@":-2}},"g":{"d":"51,63r-27,-28r0,-22r39,0v-2,12,3,17,8,22r59,0r13,-14r0,-53r-24,24r-66,0r-32,-31r0,-108r32,-32r69,0r29,30r2,-30r31,0r0,210r-32,32r-101,0xm75,-36r43,0r25,-25r0,-63r-26,-26r-42,0r-13,14r0,86","w":207,"k":{"\\":18,"?":2,"7":4,"j":-13}},"h":{"d":"24,0r0,-248r41,0r0,94r25,-25r59,0r31,32r0,147r-40,0r0,-134r-13,-14r-36,0r-26,27r0,121r-41,0","w":203,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"i":{"d":"67,0r-41,0r0,-179r41,0r0,179xm26,-204r0,-40r41,0r0,40r-41,0","w":93},"j":{"d":"-18,63r0,-30v19,1,38,2,44,-11r0,-201r41,0r0,211r-30,31r-55,0xm26,-204r0,-40r41,0r0,40r-41,0","w":93,"k":{"j":-13}},"k":{"d":"146,0r-44,-85r-38,45r0,40r-41,0r0,-248r41,0r0,163r74,-94r46,0r-55,67r61,112r-44,0","w":198,"k":{"*":4,"\\":14,"8":2,"=":2,"4":9,"<":5,"9":2,"?":2,"7":11,"3":2,"a":7,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"g":7,"c":9,"d":9,"e":9,"o":9,"q":9,"+":7,"s":5,"t":2,"u":4,"-":9,"&":2}},"l":{"d":"67,0r-41,0r0,-248r41,0r0,248","w":93},"m":{"d":"24,0r0,-179r31,0r3,30r29,-30r56,0r25,26r26,-26r60,0r32,32r0,147r-41,0r0,-134r-13,-14r-33,0r-24,24r0,124r-40,0r0,-134r-14,-14r-29,0r-27,27r0,121r-41,0","w":308,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"n":{"d":"24,0r0,-179r31,0r3,30r29,-30r62,0r31,32r0,147r-40,0r0,-134r-13,-14r-35,0r-27,27r0,121r-41,0","w":203,"k":{"*":9,"\\":25,"?":11,"7":7,"v":2,"f":2,"t":2,"y":2}},"o":{"d":"53,0r-32,-32r0,-115r32,-32r98,0r32,32r0,115r-32,32r-98,0xm75,-28r54,0r14,-14r0,-95r-14,-14r-54,0r-13,14r0,95","w":204,"k":{"*":11,"\\":23,"?":11,"7":11,"\/":4,"v":2,"1":4,"x":4,"3":2,"f":2,"\"":2,"'":2,"t":2,"y":2,"z":2,")":4,"]":4,"}":4}},"p":{"d":"24,63r0,-242r31,0r2,29r29,-29r69,0r32,32r0,115r-32,32r-68,0r-22,-22r0,85r-41,0xm90,-29r43,0r14,-13r0,-95r-14,-13r-42,0r-26,26r0,70","w":208,"k":{"*":11,"\\":23,"?":11,"7":11,"\/":4,"v":2,"1":4,"x":4,"3":2,"f":2,"\"":2,"'":2,"t":2,"y":2,"z":2,")":4,"]":4,"}":4}},"q":{"d":"143,63r0,-86r-23,23r-67,0r-32,-32r0,-115r32,-32r69,0r29,29r2,-29r31,0r0,242r-41,0xm75,-29r42,0r26,-26r0,-69r-26,-26r-42,0r-13,13r0,95","w":208,"k":{"\\":18,"?":2,"7":4,"j":-13}},"r":{"d":"24,0r0,-179r31,0r3,31r30,-31r42,0r0,35r-38,0r-27,27r0,117r-41,0","w":139,"k":{"*":-2,"\\":11,"$":2,"4":2,"<":-4,"7":9,"\/":16,"v":-2,"w":-2,"1":7,"x":2,">":2,"2":2,"a":5,"f":-2,"g":4,"c":2,"d":2,"e":2,"o":2,"q":2,",":16,".":16,"s":4,"y":-2,"z":2,"-":-4,")":4,"]":4,"}":4,"&":2}},"s":{"d":"45,0r-27,-27r0,-25r39,0v-1,12,1,20,8,24v24,-2,59,7,69,-9v-1,-14,4,-33,-6,-38r-86,0r-23,-23r0,-51r29,-30r98,0r27,27r0,25r-40,0v1,-12,-1,-20,-8,-24v-23,2,-58,-7,-66,10v1,13,-4,32,6,37r86,0r24,23r0,52r-30,29r-100,0","w":192,"k":{"*":9,"\\":23,"?":7,"7":9,"\/":2,"v":2,"1":2,"x":2,"f":2,"s":2,"y":2,"z":2,"-":-2,")":4,"]":4,"}":4}},"t":{"d":"67,0r-32,-32r0,-117r-27,0r0,-30r27,0r0,-50r40,0r0,50r61,0r0,30r-61,0r0,105r14,13r47,0r0,31r-69,0","w":150,"k":{"*":2,"\\":5,"4":2,"<":2,"7":5,"\/":-2,"v":2,"w":2,"a":4,"f":4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"+":2,"\"":2,"'":2,"s":2,"t":4,"y":2,"-":2,")":-2,"]":-2,"}":-2}},"u":{"d":"55,0r-32,-32r0,-147r40,0r0,135r14,13r35,0r26,-27r0,-121r41,0r0,179r-31,0r-2,-30r-30,30r-61,0","w":203,"k":{"\\":18,"?":2,"7":4}},"v":{"d":"62,0r-58,-179r42,0r45,152r45,-152r40,0r-58,179r-56,0","w":179,"k":{"x":-2,"w":-4,"v":-4,"\\":4,"?":-7,">":-2,"=":-5,"<":-2,"9":-2,"8":-2,"7":7,"5":-4,"3":-2,"2":2,"1":4,"\/":11,"*":-2,"$":-2,"a":2,":":2,";":2,"f":-2,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,",":14,".":14,"+":-5,"\"":-4,"'":-4,"s":4,"t":-4,"y":-4,"z":-2,"-":-4,")":4,"]":4,"}":4}},"w":{"d":"43,0r-39,-179r40,0r30,153r38,-153r53,0r39,152r30,-152r34,0r-39,179r-55,0r-37,-149r-38,149r-56,0","w":272,"k":{"v":-4,"\\":4,"?":-4,"=":-5,"<":-5,"7":4,"1":4,"\/":4,"*":-7,"$":-2,"a":2,"f":-2,",":9,".":9,"+":-5,"\"":-2,"'":-2,"t":-2,"y":-4,"-":-5,")":2,"]":2,"}":2}},"x":{"d":"135,0r-43,-67r-43,67r-44,0r61,-90r-58,-89r46,0r40,67r42,-67r41,0r-58,87r61,92r-45,0","w":185,"k":{"v":-2,"\\":13,"?":-2,"=":2,"<":2,"7":5,"4":4,"\/":-4,"*":2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"+":4,"\"":-2,"'":-2,"s":2,"t":2,"u":2,"y":-2,"-":5}},"y":{"d":"62,0r-58,-179r42,0r45,151r45,-151r40,0r-71,218r-24,23r-67,0r0,-29v20,-2,54,8,59,-8r8,-25r-19,0","w":179,"k":{"*":-2,"\\":4,"8":-2,"=":-5,"<":-4,"?":-7,"7":7,"\/":11,"v":-4,"w":-4,"1":4,"x":-2,">":-2,"3":-2,"2":2,"a":2,":":2,";":2,"f":-2,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,",":14,".":14,"+":-5,"\"":-2,"'":-2,"s":4,"t":-4,"y":-2,"z":-2,"-":-2,")":4,"]":4,"}":4}},"z":{"d":"11,0r0,-23r93,-125r-91,0r0,-31r139,0r0,24r-93,124r95,0r0,31r-143,0","w":164,"k":{"\\":13,"4":2,"7":5,"v":-2,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"+":-2,"\"":-2,"'":-2,"s":2,"y":-2}},"{":{"d":"71,24r-36,-36r0,-88v-5,-8,-15,-11,-30,-9r0,-36v15,2,25,-2,30,-10r0,-81r36,-36r44,0r0,33r-21,0r-17,17r0,74r-20,21r20,20r0,81r17,17r21,0r0,33r-44,0","w":128,"k":{"8":2,"4":5,"v":4,"w":2,"3":2,"T":-2,"a":4,"0":2,"6":2,"C":2,"G":2,"O":2,"Q":2,"f":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":4,"t":5,"y":4,"S":2,"j":-18}},"|":{"d":"33,24r0,-296r40,0r0,296r-40,0","w":106},"}":{"d":"93,-12r-35,36r-44,0r0,-33r21,0r16,-17r0,-81r21,-20r-21,-21r0,-74r-16,-17r-21,0r0,-33r44,0r35,36r0,81v6,8,15,12,30,10r0,36v-14,-1,-25,1,-30,9r0,88","w":128},"~":{"d":"8,-189r0,-36r24,-23r38,0r33,33v19,2,19,-14,18,-33r29,0r0,35r-23,24r-38,0r-34,-33v-18,-2,-18,15,-17,33r-30,0","w":158},"\u00a0":{"w":88,"k":{"V":7,"T":7,"Y":7,"A":5,"J":9}}}});
var isIE7 = (navigator.userAgent).indexOf("MSIE 7") != -1;
var isIE = (navigator.userAgent).indexOf("MSIE") != -1;
var hash = window.location.hash.substring(1);
var contentWidth;
var minContentWidth = 1000;
var maxContentWidth = 1909;
var maxThumbWidth = 364;
var maxThumbHeight = 519;
var thumbWidth;
var thumbHeight;
var centerX;
//var minThumbMargin = 12;
var maxThumbMargin = 21;
var thumbMargin;
var maxThumbY = 273;
var thumbY;
var maxTopLineY = 174;
var topLineY;
var maxBtmLineY = 1178;
var btmLineY;
var maxRedLineHeight = 2;
var redLineHeight = maxRedLineHeight;
var firstThumbLoad = true;
var maxBackgroundWidth = 2560;
var maxBackgroundHeight = 1782;
var backgroundWidth;
var backgroundHeight;
var maxBtmIconY = 1126;
var maxBtmIconWidth = 214;
var maxBtmIconHeight = 118;
var btmIconY;
var btmIconWidth;
var btmIconHeight;

var maxLogoX = 105;
var maxLogoY = 74;
var maxLogoWidth = 370;
var maxLogoHeight = 94;
var logoX;
var logoY;
var logoWidth;
var logoHeight;

var maxTitleX = 292;
var maxTitleY = 105;
var maxTitleWidth = 365;
var maxTitleHeight = 29;
var titleX;
var titleY;
var titleWidth;
var titleHeight;

var maxContactX = 50;
var maxContactY = 272;
var maxContactWidth = 1830;
var maxContactHeight = 742;
var contactX;
var contactY;
var contactWidth;
var contactHeight;

var maxMenuX = 0;
var maxMenuY = 106;
var maxMenuWidth = 1135;
var maxMenuHeight = 25;
var menuX;
var menuY;
var menuWidth;
var menuHeight;

var maxIntroLogoX = 454;
var maxIntroLogoY = 399;
var maxIntroLogoWidth = 1001;
var maxIntroLogoHeight = 261;
var introLogoX;
var introLogoY;
var introLogoWidth;
var introLogoHeight;

var maxIntroTitleX = 753;
var maxIntroTitleY = 653.5;
var maxIntroTitleWidth = 702;
var maxIntroTitleHeight = 55;
var introTitleX;
var introTitleY;
var introTitleWidth;
var introTitleHeight;

var maxNavY = 1084;
var maxNavWidth = 26;
var maxNavHeight = 26;
var navY;
var navWidth;
var navHeight;

var maxMapHeight = 581;
var mapHeight;
   
var curThumbIdx = 1;

var contentLoaded = false;
var contentCounter = 0;

var introEnded;

var pageSwClick = false;

var isClosing = false;

var animatorClass = function(){
	return {
/*
		//--- for particles
		particle: function(id, x, y, tIn, tOut, pos, o, oo, callback, loop){
			loop = loop || 'yes';
			callback = callback || null;
			var restart = this;
    		$(id).animate({
			left: x,
			top: y,
			opacity: o,
				}, tIn, 'linear', function() {
				$(this).animate({
				left: x,
				top: y,
				opacity: oo,
					}, tOut, 'linear', function() {
						if(loop == 'yes'){
    					$(this).css( pos );
    					restart.particle(id, x, y, tIn, tOut, pos, o, oo, callback, loop);
    				}
    				if(callback){
    					callback();
    				}
				});
			});
		},
*/
		
		//--- for fading
		fader: function(id, tIn, tOut, wait, loop, callback ){
			loop = loop || 'yes';
			callback = callback || null;
			var restart = this;
			
			$(id).fadeIn(tIn, function() {
				if(callback){
					callback();
				}
				setTimeout(function(){
					$(id).fadeOut(tOut, function() {
						if(loop == 'yes'){
	    					restart.fader(id, tIn, tOut, wait, loop, callback );
	    				}
					});
				},wait);
			});
		},
		
		//--- for movement
		exec: function(elm, obj, callback){
			//defaults
			loop = obj.loop || false;
			wait = obj.wait || 0;
			time = obj.time || 500;
			ease = obj.ease || 'swing';
			callback = callback || null;
			
			//for looping
			var restart = this;
			
			//startup
			setTimeout(function(){
				if(obj.origin){
					$(elm).css(obj.origin);
				}
				$(elm).css({'display': 'block'});
				$(elm).animate(obj.animate, time, ease, function(){
					if(callback){
						callback(this);
					}
					/*
					if(reset == true){
						$(elm).hide(0);
						$(elm).css(obj.origin);
					}
					*/
				});
			}, wait);
		}
	}
};

var scale_dimension = function(baseCur, baseMax, selfMax){
	return (baseCur < baseMax) ? ((((baseCur / baseMax)*100)*selfMax)/100) : selfMax;
}

var scale_font_dimension = function(setMaxFont){
	return scale_dimension(contentWidth, 1909, setMaxFont)+'px';
}

var set_contentCalc = function(){
	contentWidth = ($(window).width() > 2209) ? 1909 : ( (minContentWidth < $(window).width() - 300) ? ($(window).width() - 300) : minContentWidth );
	thumbWidth = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxThumbWidth)/100) : maxThumbWidth;
	thumbHeight = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxThumbHeight)/100) : maxThumbHeight;
	thumbMargin = (contentWidth < 1909) ? ( (contentWidth - (thumbWidth * 5)) / 4 /* (thumbMargin > minThumbMargin) ? (((((contentWidth / 1909)*100)*(maxThumbMargin - minThumbMargin))/100) + minThumbMargin) : minThumbMargin */ ) : maxThumbMargin;
	thumbY = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxThumbY)/100) : maxThumbY;
	topLineY = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxTopLineY)/100) : maxTopLineY;
	btmLineY = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxBtmLineY)/100) : maxBtmLineY;
	//redLineHeight = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxRedLineHeight)/100) : maxRedLineHeight;
	backgroundWidth = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxBackgroundWidth)/100) : maxBackgroundWidth;
	backgroundHeight = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxBackgroundHeight)/100) : maxBackgroundHeight;
	btmIconY = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxBtmIconY)/100) : maxBtmIconY;
	btmIconWidth = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxBtmIconWidth)/100) : maxBtmIconWidth;
	btmIconHeight = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxBtmIconHeight)/100) : maxBtmIconHeight;
	
	btmGlowIconY = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*(maxBtmIconY-10))/100) : (maxBtmIconY-10);
	btmGlowIconWidth = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*(maxBtmIconWidth+20))/100) : (maxBtmIconWidth+20);
	btmGlowIconHeight = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*(maxBtmIconHeight+20))/100) : (maxBtmIconHeight+20);

	
	logoX = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxLogoX)/100) : maxLogoX;
	logoY = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxLogoY)/100) : maxLogoY;
	logoWidth = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxLogoWidth)/100) : maxLogoWidth;
	logoHeight = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxLogoHeight)/100) : maxLogoHeight;
	
	titleX = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxTitleX)/100) : maxTitleX;
	titleY = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxTitleY)/100) : maxTitleY;
	titleWidth = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxTitleWidth)/100) : maxTitleWidth;
	titleHeight = (contentWidth < 1909) ? ((((contentWidth / 1909)*100)*maxTitleHeight)/100) : maxTitleHeight;
	
    contactX = scale_dimension(contentWidth, 1909, maxContactX);
    contactY = scale_dimension(contentWidth, 1909, maxContactY);
    contactWidth = scale_dimension(contentWidth, 1909, maxContactWidth);
    contactHeight = scale_dimension(contentWidth, 1909, maxContactHeight); 
    menuX = scale_dimension(contentWidth, 1909, maxMenuX);
    menuY = scale_dimension(contentWidth, 1909, maxMenuY);
    menuWidth = scale_dimension(contentWidth, 1909, maxMenuWidth);
    menuHeight = scale_dimension(contentWidth, 1909, maxMenuHeight);    
    
    introLogoX = scale_dimension(contentWidth, 1909, maxIntroLogoX); 
    introLogoY = scale_dimension(contentWidth, 1909, maxIntroLogoY); 
    introLogoWidth = scale_dimension(contentWidth, 1909, maxIntroLogoWidth); 
    introLogoHeight = scale_dimension(contentWidth, 1909, maxIntroLogoHeight); 
    
    introTitleX = scale_dimension(contentWidth, 1909, maxIntroTitleX); 
    introTitleY = scale_dimension(contentWidth, 1909, maxIntroTitleY); 
    introTitleWidth = scale_dimension(contentWidth, 1909, maxIntroTitleWidth); 
    introTitleHeight = scale_dimension(contentWidth, 1909, maxIntroTitleHeight); 
    
    navY = scale_dimension(contentWidth, 1909, maxNavY); 
    navWidth = scale_dimension(contentWidth, 1909, maxNavWidth); 
    navHeight = scale_dimension(contentWidth, 1909, maxNavHeight); 
    
    mapHeight = scale_dimension(contentWidth, 1909, maxMapHeight);
     
	//**newSampleFunction** = scale_dimension(contentWidth, 1909, **newSampleMax**);
	 
	centerX = (contentWidth / 2);
	
	$('#content').width(contentWidth);
	$('.thumb').width(thumbWidth);
	$('.thumb').height(thumbHeight);
	
	if (introEnded == true) {
		$('#logo').css({ top: logoY, left: -logoX, width: logoWidth, height: logoHeight });
		$('#title').css({ top: titleY, left: titleX, width: titleWidth, height: titleHeight });
		$('#btm-icon').css({ top: btmIconY, left: (centerX - (btmIconWidth / 2)), width: btmIconWidth, height: btmIconHeight });
		$('#btm-icon-glow').css({ top: btmGlowIconY, left: (centerX - (btmGlowIconWidth / 2)), width: btmGlowIconWidth, height: btmGlowIconHeight });
		if($(window).height()<((btmIconY+btmIconHeight)+40)){
			$('#content, .bg').height((btmIconY+btmIconHeight)+40);
		}else{
			$('#content, .bg').height('100%');
		}
		$('.map img').height(mapHeight);
		//$('#background img').width(backgroundWidth);
		//$('#background img').height(backgroundHeight); 
        
        $('#contacts-block').css({ top: contactY, left: contactX, width: contactWidth, height: contactHeight }); 
        $('#contacts-block .address p').css({ 'font-size' : scale_font_dimension(31) });
        $('#contacts-block .address p:first').css({ 'font-size' : scale_font_dimension(33) });  
        $('#contacts li h2').css({ 'font-size' : scale_font_dimension(31) });
        $('#contacts li p').css({ 'font-size' : scale_font_dimension(25) });
        $('#contacts li p .email').css({ 'font-size' : scale_font_dimension(29) });
        $('#contacts li').css({ 'margin-bottom' : (scale_dimension(contentWidth, 1909, 10)+2)+'%', 'line-height' : (scale_dimension(contentWidth, 1909, 120)+60)+'%' });
        $('.address > .bold').css({ 'line-height' : (scale_dimension(contentWidth, 1909, 120)+60)+'%' });
        
        $('#menu').css({ top: menuY, right: menuX, width: menuWidth, height: menuHeight }); 
        $('#menu').css({ 'font-size' : scale_font_dimension(24) });  
        
        $('#nav').css({ top: navY, left: (centerX - ($('#nav').width() / 2)) });
        $('#nav img').css({ width: navWidth, height: navHeight });
        
        $('#.thumb h1').css({ 'font-size' : scale_font_dimension(25) });
        $('#.thumb li').css({ 'font-size' : scale_font_dimension(23) });
                
		$('#top-line').css({'top': topLineY, 'height': redLineHeight});
		$('#btm-line-left').css({'top': btmLineY, 'height': redLineHeight});
		$('#btm-line-right').css({'top': btmLineY, 'height': redLineHeight});
		$('.thumb').css('top', thumbY);

		$('#t1, #t6, #t11, #t16, #t21, #t26').css('left', 0);
		$('#t2, #t7, #t12, #t17, #t22, #t27').css('left', (thumbWidth + thumbMargin));
		$('#t3, #t8, #t13, #t18, #t23, #t28').css('left', ((thumbWidth + thumbMargin) * 2));
		$('#t4, #t9, #t14, #t19, #t24, #t29').css('left', ((thumbWidth + thumbMargin) * 3));
		$('#t5, #t10, #t15, #t20, #t25, #t30').css('left', ((thumbWidth + thumbMargin) * 4));
        if(isIE) int_cufon();
	}else{
		$('#logo').css({ top: introLogoY, left: introLogoX, width: introLogoWidth, height: introLogoHeight });
		$('#title').css({ top: introTitleY, left: introTitleX, width: introTitleWidth, height: introTitleHeight });
		
        $('#nav').css({ top: navY, left: (centerX - ($('#nav').width() / 2)) });
        $('#nav img').css({ width: navWidth, height: navHeight });
		if(isIE) int_cufon();
	}
	
};

var open_thumbs = function(idx){

	isClosing = false;
	
/*
	animatorObj.exec($('#t1'), { animate: { left: '0px', bottom: '0px', height: '262px', width: '184px', opacity: 1 }, 
								 origin: { top: null, left: '138px', bottom: '98.25px', right: null, width: '46px', height: '65.5px' }, 
								 time: 500, 
								 ease: 'swing', 
								 wait: 400, 
								 loop: false 
								}, function(what){
									
								} );
								
*/	
	if(!$('#contacts-block').is(':visible')) changeBackground(curThumbIdx);
	
	$('#nav .page').attr('src', 'images/page.png');
	$('#nav .page[rel="'+curThumbIdx+'"]').attr('src', 'images/page-cur.png');
	
	idx = (idx > 1) ? ((idx - 1) * 5) : 0;
	
	$('.thumb, .thumb h1, .thumb ul').attr('style', '');
	/*
$('#t'+(idx+2)+', #t'+(idx+2)+' h1'+', #t'+(idx+2)+' ul').attr('style', '');
	$('#t'+(idx+3)+', #t'+(idx+3)+' h1'+', #t'+(idx+3)+' ul').attr('style', '');
	$('#t'+(idx+4)+', #t'+(idx+4)+' h1'+', #t'+(idx+4)+' ul').attr('style', '');
	$('#t'+(idx+5)+', #t'+(idx+5)+' h1'+', #t'+(idx+5)+' ul').attr('style', '');
*/
	set_contentCalc();
	setTimeout(function(){
		set_contentCalc();
		animatorObj.exec($('#t'+(idx+1)), { animate: { top: thumbY, left: '0px', height: thumbHeight, width: thumbWidth, opacity: 1 }, 
									 origin: { top: null, left: (thumbWidth - (thumbWidth / 6)), bottom: null, right: null, width: (thumbWidth / 6), height: (thumbHeight / 6) }, 
									 time: 500, 
									 ease: 'swing', 
									 wait: 400, 
									 loop: false 
									}, function(what){
										$(what).css({'min-height': '262px', 'min-width': '184px'});
									} );
	
		animatorObj.exec($('#t'+(idx+2)), { animate: { top: thumbY, left: (thumbWidth + thumbMargin), height: thumbHeight, width: thumbWidth, opacity: 1 }, 
									 origin: { top: null, left: (((thumbWidth * 2) - (thumbWidth / 6)) + thumbMargin), bottom: null, right: null, width: (thumbWidth / 6), height: (thumbHeight / 6) }, 
									 time: 500, 
									 ease: 'swing', 
									 wait: 200, 
									 loop: false 
									}, function(what){
										$(what).css({'min-height': '262px', 'min-width': '184px'});
									} );
	
		animatorObj.exec($('#t'+(idx+3)), { animate: { top: thumbY, left: ((thumbWidth + thumbMargin) * 2), height: thumbHeight, width: thumbWidth, opacity: 1 }, 
									 origin: { top: null, left: ((((thumbWidth + thumbMargin) * 2) + (thumbWidth / 2)) - ((thumbWidth / 6) / 2)), bottom: null, right: null, width: (thumbWidth / 6), height: (thumbHeight / 6) }, 
									 //time: 500, 
									 //ease: 'swing', 
									 //wait: 0, 
									 loop: false 
									}, function(what){
										$(what).css({'min-height': '262px', 'min-width': '184px'});
									} );
	
		animatorObj.exec($('#t'+(idx+4)), { animate: { top: thumbY, left: ((thumbWidth + thumbMargin) * 3), height: thumbHeight, width: thumbWidth, opacity: 1 }, 
									 origin: { top: null, left: ((thumbWidth + thumbMargin) * 3), bottom: null, right: null, width: (thumbWidth / 6), height: (thumbHeight / 6) }, 
									 time: 500, 
									 ease: 'swing', 
									 wait: 200, 
									 loop: false 
									}, function(what){
										$(what).css({'min-height': '262px', 'min-width': '184px'});
									} );
	
		animatorObj.exec($('#t'+(idx+5)), { animate: { top: thumbY, left: ((thumbWidth + thumbMargin) * 4), height: thumbHeight, width: thumbWidth, opacity: 1 }, 
									 origin: { top: null /* ((thumbHeight - (thumbHeight / 6)) + thumbY) */, left: ((thumbWidth + thumbMargin) * 4), bottom: null, right: null, width: (thumbWidth / 6), height: (thumbHeight / 6) }, 
									 time: 500, 
									 ease: 'swing', 
									 wait: 400, 
									 loop: false 
									}, function(what){
										$(what).css({'min-height': '262px', 'min-width': '184px'});
										$('.thumb h1, .thumb ul').fadeIn('slow');
									} );
										
		if(firstThumbLoad == true){
			animatorObj.exec($('#top-line'), { animate: { left: '0px', width: '100%', opacity: 1 }, 
										 origin: { top: null, left: centerX, bottom: null, right: null, width: '0px', height: null }, 
										 time: 900, 
										 ease: 'swing', 
										 wait: 0, 
										 loop: false 
										}, function(what){
											
										} );
										
			animatorObj.exec($('#btm-line-left'), { animate: { width: '43.5%', opacity: 1 }, 
										 origin: { top: null, left: '0px', bottom: null, right: null, width: '0px', height: null }, 
										 time: 900, 
										 ease: 'swing', 
										 wait: 0, 
										 loop: false 
										}, function(what){
											
										} );
										
			animatorObj.exec($('#btm-line-right'), { animate: { width: '43.5%', opacity: 1 }, 
										 origin: { top: null, left: null, bottom: null, right: '0px', width: '0px', height: null }, 
										 time: 900, 
										 ease: 'swing', 
										 wait: 0, 
										 loop: false 
										}, function(what){
											
										} );
			firstThumbLoad = false;
		}
	}, 600);
	
	if(pageSwClick == false){
		setTimeout(function(){
			if(pageSwClick == false){
				close_thumbs(idx);
			}
		}, 10000);
	}
};

var close_thumbs = function(idx){

	isClosing = true;
/*
	animatorObj.exec($('#t1'), { animate: { left: '0px', bottom: '0px', height: '262px', width: '184px', opacity: 1 }, 
								 origin: { top: null, left: '138px', bottom: '98.25px', right: null, width: '46px', height: '65.5px' }, 
								 time: 500, 
								 ease: 'swing', 
								 wait: 400, 
								 loop: false 
								}, function(what){
									
								} );
								
*/

	animatorObj.exec($('#t'+(idx+1)), { animate: { /* top: thumbY, left: (thumbWidth - (thumbWidth / 6)), height: (thumbHeight / 6), width: (thumbWidth / 6), */ opacity: 0 }, 
								 /* origin: { top: thumbY, left: '0px', bottom: null, right: null, width: thumbWidth, height: thumbHeight },  */
								 time: 500, 
								 ease: 'swing', 
								 wait: 400, 
								 loop: false 
								}, function(what){
									
								} );
								
	animatorObj.exec($('#t'+(idx+2)), { animate: { /* top: thumbY, left: (((thumbWidth * 2) - (thumbWidth / 6)) + thumbMargin), height: (thumbHeight / 6), width: (thumbWidth / 6), */ opacity: 0 }, 
								 /* origin: { top: thumbY, left: (thumbWidth + thumbMargin), width: thumbWidth, height: thumbHeight },  */
								 time: 500, 
								 ease: 'swing', 
								 wait: 200, 
								 loop: false 
								}, function(what){
									
								} );
								
	animatorObj.exec($('#t'+(idx+3)), { animate: { /* top: thumbY, left: ((thumbWidth + thumbMargin) * 2), height: thumbHeight, width: thumbWidth, */ opacity: 0 }, 
								 /* origin: { top: thumbY, left: ((((thumbWidth + thumbMargin) * 2) + (thumbWidth / 2)) - ((thumbWidth / 6) / 2)), width: (thumbWidth / 6), height: (thumbHeight / 6) },  */
								 //time: 500, 
								 //ease: 'swing', 
								 //wait: 0, 
								 loop: false 
								}, function(what){
									
								} );
								
	animatorObj.exec($('#t'+(idx+4)), { animate: { /* top: thumbY, left: ((thumbWidth + thumbMargin) * 3), height: thumbHeight, width: thumbWidth, */ opacity: 0 }, 
								 /* origin: { top: thumbY, left: ((thumbWidth + thumbMargin) * 3), width: (thumbWidth / 6), height: (thumbHeight / 6) },  */
								 time: 500, 
								 ease: 'swing', 
								 wait: 200, 
								 loop: false 
								}, function(what){
									
								} );
								
	animatorObj.exec($('#t'+(idx+5)), { animate: { /* top: thumbY, left: ((thumbWidth + thumbMargin) * 4), height: thumbHeight, width: thumbWidth, */ opacity: 0 }, 
								 /* origin: { top: thumbY, left: ((thumbWidth + thumbMargin) * 4), width: (thumbWidth / 6), height: (thumbHeight / 6) },  */
								 time: 500, 
								 ease: 'swing', 
								 wait: 400, 
								 loop: false 
								}, function(what){
									
								} );
	
								
	if(pageSwClick == false){
		if(curThumbIdx < 6){
			curThumbIdx++;
		}else{
			curThumbIdx = 1;
		}
	}
	
	setTimeout(function(){
		if(isClosing == true) open_thumbs(curThumbIdx);
	}, 900);
};

var open_intro = function(){
	
	animatorObj.exec($('#logo'), { animate: { top: introLogoY, left: introLogoX, width: introLogoWidth, height: introLogoHeight, opacity: 1 }, 
										 origin: { top: (introLogoY - ((introLogoY - scale_dimension(7,10,introLogoY))/2)), left: (centerX - (scale_dimension(7,10,introLogoWidth)/2)), width: scale_dimension(7,10,introLogoWidth), height: scale_dimension(7,10,introLogoHeight), opacity: 0 }, 
										 time: 1000, 
										 ease: 'swing', 
										 wait: 0, 
										 loop: false 
										}, function(what){
											setTimeout(function(){
												animatorObj.exec($('#logo'), { animate: { top: logoY, left: -logoX, width: logoWidth, height: logoHeight }, 
																					 /* origin: { top: (introLogoY - ((introLogoY - scale_dimension(7,10,introLogoY))/2)), left: 0, width: scale_dimension(7,10,introLogoWidth), height: scale_dimension(7,10,introLogoHeight), opacity: 0 },  */
																					 time: 300, 
																					 ease: 'swing', 
																					 wait: 0, 
																					 loop: false 
																					}, function(what){
																					
																					} );
												
												setTimeout(function(){
													animatorObj.exec($('#title'), { animate: { top: titleY, left: titleX, width: titleWidth, height: titleHeight }, 
																						 /* origin: { top: (introTitleY - ((introTitleY - scale_dimension(7,10,introTitleY))/2)), left: 0, width: scale_dimension(7,10,introTitleWidth), height: scale_dimension(7,10,introTitleHeight), opacity: 0 },  */
																						 time: 300, 
																						 ease: 'swing', 
																						 wait: 0, 
																						 loop: false 
																						}, function(what){
																							introEnded = true;
																							/*
$('#logo').attr('src', 'assets/petrol-sm.png');
																							$('#title').attr('src', 'assets/latest-sm.png');
*/
																							open_thumbs(curThumbIdx);
																							setTimeout(function(){
																								setTimeout(function(){
																									$('#nav').fadeIn(1000);
																								}, 1000);
																								$('#menu').fadeIn(1000);
																								$('#btm-icon').fadeIn(1000);
																							}, 900);
																						} );
												}, 150);
											}, 2000);
										} );
										
	animatorObj.exec($('#title'), { animate: { top: introTitleY, left: introTitleX, width: introTitleWidth, height: introTitleHeight, opacity: 1 }, 
										 origin: { top: (introTitleY - ((introTitleY - scale_dimension(7,10,introTitleY))/2)), left: 0, width: scale_dimension(7,10,introTitleWidth), height: scale_dimension(7,10,introTitleHeight), opacity: 0 }, 
										 time: 500, 
										 ease: 'swing', 
										 wait: 0, 
										 loop: false 
										}, function(what){
											
										} );
};

var int_content = function(){
	$('#content').css('min-width', minContentWidth);
	set_contentCalc();
	
	$(window).resize(function(){
		set_contentCalc();
	});
	
	$('.thumb').click(function(){
		$('#btm-icon-glow').fadeIn('fast',function(){
			$('#btm-icon-glow').fadeOut(1500);
		});
	});
	
	$('#nav .arrow').click(function(){
		isClosing = false;
		pageSwClick = true;
		idx = (curThumbIdx > 1) ? ((curThumbIdx - 1) * 5) : 0;
		if($(this).attr('rel') == 'next'){
			if(curThumbIdx < 6){
				curThumbIdx++;
			}else{
				curThumbIdx = 1;
			}
		}
		if($(this).attr('rel') == 'prev'){
			if(curThumbIdx > 1){
				curThumbIdx--;
			}else{
				curThumbIdx = 6;
			}
		}

		
		close_thumbs(idx);
	});
	$('#nav .page').click(function(){
		isClosing = false;
		pageSwClick = true;

		idx = (curThumbIdx > 1) ? ((curThumbIdx - 1) * 5) : 0;
		curThumbIdx = parseInt($(this).attr('rel'));
		close_thumbs(idx);
	});

	
};

var int_main = function(){
    $('#menu a').unbind().click(function(){
        if(!$('#contacts-block').is(':visible')) {
        	$('#slider').fadeOut('slow', function(){
        		$('#contacts-block').fadeIn('slow', function(){
        			$('#contacts, .address').fadeIn('slow');
        		});
        	});
            
            changeBackground(6);
        }
    });
    $('#logo, #title').unbind().click(function(){
        if($('#contacts-block').is(':visible')) {
        	$('#contacts, .address').fadeOut('slow', function(){
	        	$('#contacts-block').fadeOut('slow', function(){
	        		set_contentCalc();
	        		$('#slider').fadeIn('slow');
	        	});
        	});
        	changeBackground(curThumbIdx);
        }
    });
	animatorObj = new animatorClass();
};

//Init Fancybox
var int_fancybox = function() {
    $('a.fancybox').fancybox({
        'overlayOpacity': 0.75,
        'overlayColor'  : '#000',
        'hideOnContentClick': false,
        'padding'       : 1,
        'onStart' : function(){
            $('#fancybox-content').show();
            $('#light').css({'z-index': '20'});
        }
    });
};

//Init Cufon
var int_cufon = function() {
    Cufon.replace('.special', { fontFamily: 'United Sans Rg Md' }); 
    Cufon.replace('.special-bold', { fontFamily: 'United Sans Rg Bd' }); 
    Cufon.CSS.ready(function() {
    	$('#loader span').css('display', 'block');
    	$(function(){
			int_loader();
			
		});
    });

};
//Return Empty Link
var empty = function(e) {
    e.preventDefault();
    e.stopPropagation();
};

//Background Fader
var changeBackground = function(idx){
    var $parent = $('body');   
    swapBackground($('.bg img', $parent), idx); 
};
var swapBackground = function($obj, idx){
	$obj.parent().fadeOut(300, function(){
		$obj.attr("src", list_backgrounds[idx-1]).parent().fadeIn(600);
	});
};

//Loader
var int_loader = function(){
	$('#loader span').fadeToggle('slow', 'swing', function(){
		if(contentLoaded == true){
			int_loaded();
		}else{
			int_loader();
		}
	});
};
var int_loaded = function(){
	$('#loader').remove();
	//int_background();
	open_intro();
};

//Assets Loader
var int_preLoader = function(){
	$.each(preload_default, function(i, n) {
		$('<img class="preload">').load(function(){
			contentCounter++;
			if(contentCounter == preload_default.length) contentLoaded = true;
		}).error(function(){
			contentCounter++;
			if(contentCounter == preload_default.length) contentLoaded = true;
		}).attr("src", n);
	});
	

};
$(function(){
	int_preLoader();

	int_main();
	int_content();
	
	if(!isIE){
		$('#loader span').css('display', 'block');
		int_loader();
	}

});

