
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.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}})());



/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * Copyright © 2001 - 2006 Linotype GmbH, www.linotype.com. All rights reserved.
 * This font software may not be reproduced, modified, disclosed or transferred
 * without the express written approval of Linotype GmbH. Helvetica is a trademark
 * of Heidelberger Druckmaschinen AG, exclusively licensed through Linotype GmbH,
 * and may be registered in certain jurisdictions. This typeface is original
 * artwork of Linotype Design Studio. The design may be protected in certain
 * jurisdictions.
 *
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG which may be
 * registered in certain jurisdictions, exclusively licensed through Linotype GmbH.
 *
 * Description:
 * Helvetica World, an update to the classic Helvetica design using the OpenType
 * font format, supports about 60 different languages (Latin & Non Latin). Each
 * font contains the following Microsoft code pages:1252 Latin 1, 1250 Latin 2
 * Eastern, 1251 Cyrillic, 1253 Greek, 1254 Turk, 1255 Hebrew, 1256 Arabic, 1257
 * Windows Baltic, 1258 Windows Vietnamese (restricted diacritics), as well as a
 * mixture of box drawing element glyphs and mathematical symbols & operators. In
 * total, each weight of Helvetica World contains more than 1800 different glyph
 * characters. Helvetica is one of the most famous and popular typefaces in the
 * world. It lends an air of lucid efficiency to any typographic message with its
 * clean, no-nonsense shapes. The original typeface was called Haas Grotesk, and
 * was designed in 1957 by Max Miedinger for the Haas'sche Schriftgiesserei (Haas
 * Type Foundry) in Switzerland. In 1960 the name was changed to Helvetica (an
 * adaptation of "Helvetia", the Latin name for Switzerland). Over the years, the
 * Helvetica family was expanded to include many different weights, but these were
 * not as well coordinated with each other as they might have been. In 1983, D.
 * Stempel AG and Linotype re-designed and digitized Neue Helvetica and updated it
 * into a cohesive font family. Today, the original Helvetica family consists of 34
 * different font weights, and the Neue Helvetica family consists of 51 font
 * weights. The Helvetica family now forms an integral part of many digital
 * printers and operating systems and has become a stylistic anchor in our visual
 * culture. It is the quintessential sans serif font, timeless and neutral, and can
 * be used for all types of communication.
 *
 * Manufacturer:
 * Linotype GmbH
 *
 * Designer:
 * Linotype Design Studio
 *
 * Vendor URL:
 * http://www.linotype.com
 *
 * License information:
 * http://www.linotype.com/license
 */
Cufon.registerFont({"w":1139,"face":{"font-family":"Helvetica World","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 5 0 4 0 0 2 0 4","ascent":"1638","descent":"-410","x-height":"31","bbox":"-35 -1587 2048 451.007","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":500,"k":{"\u201c":59,"\u2018":123,"Y":184,"W":82,"V":102,"T":102}},"\u00a0":{"w":500},"A":{"d":"901,-604r-217,-647r-4,0r-236,647r457,0xm383,-428r-154,428r-204,0r553,-1470r225,0r532,1470r-217,0r-145,-428r-590,0","w":1366,"k":{"\u201d":150,"\u2019":180,"y":80,"w":76,"v":80,"u":20,"t":31,"q":31,"o":31,"e":20,"d":31,"c":20,"Y":211,"W":115,"V":170,"U":80,"T":201,"S":31,"Q":66,"O":66,"G":66,"C":66}},"B":{"d":"1296,-434v3,263,-220,434,-499,434r-631,0r0,-1470r645,0v238,-5,418,144,416,370v-1,150,-81,257,-197,307v164,64,264,154,266,359xm1098,-438v0,-185,-140,-248,-344,-248r-392,0r0,516r424,0v193,3,312,-91,312,-268xm1028,-1085v0,-164,-112,-216,-303,-215r-363,0r0,452r361,0v194,-1,305,-58,305,-237","w":1376,"k":{".":49,",":49,"y":25,"w":31,"Z":20,"Y":90,"W":66,"V":90,"U":20,"T":45,"A":25}},"C":{"d":"90,-743v0,-447,260,-766,686,-766v335,0,566,192,604,481r-192,0v-41,-194,-182,-305,-412,-305v-307,0,-481,255,-481,583v0,379,140,613,487,613v239,0,379,-175,420,-404r193,0v-40,348,-280,580,-643,580v-424,0,-662,-328,-662,-782","w":1481,"k":{".":59,",":59,"z":31,"a":20,"Z":49,"Y":80,"X":55,"W":45,"V":66,"T":41,"A":35}},"D":{"d":"1176,-743v0,-326,-138,-557,-443,-557r-368,0r0,1130r385,0v291,-3,426,-254,426,-573xm1378,-756v0,426,-212,756,-624,756r-588,0r0,-1470r596,0v394,-5,616,312,616,714","w":1475,"k":{".":121,",":121,"Z":49,"Y":129,"X":76,"W":59,"V":80,"T":80,"A":80}},"E":{"d":"1251,0r-1085,0r0,-1470r1071,0r0,176r-872,0r0,450r804,0r0,176r-804,0r0,492r886,0r0,176","w":1331,"k":{"y":41,"w":31,"v":41,"Q":14,"O":14,"G":20,"C":20}},"F":{"d":"365,0r-199,0r0,-1470r1018,0r0,176r-819,0r0,450r720,0r0,176r-720,0r0,668","w":1224,"k":{".":299,",":299,"y":49,"u":76,"r":49,"o":59,"e":59,"a":100,"S":25,"Q":20,"O":20,"J":150,"G":31,"C":31,"A":150}},"G":{"d":"295,-737v0,379,151,600,489,606v201,4,336,-87,408,-217v37,-67,55,-157,55,-268r-459,0r0,-170r646,0r0,786r-129,0r-48,-190v-106,140,-268,227,-485,229v-309,3,-496,-149,-600,-363v-55,-113,-82,-255,-82,-424v0,-412,277,-761,696,-761v314,0,594,201,623,485r-192,0v-46,-192,-202,-309,-441,-309v-307,0,-481,268,-481,596","w":1579,"k":{"y":45,"w":41,"Y":150,"W":100,"V":129,"T":90}},"H":{"d":"1329,0r-199,0r0,-686r-768,0r0,686r-196,0r0,-1470r196,0r0,608r768,0r0,-608r199,0r0,1470","w":1495},"I":{"d":"365,0r-199,0r0,-1470r199,0r0,1470","w":528},"J":{"d":"473,39v-247,0,-418,-135,-418,-369r0,-143r186,0r0,100v1,157,64,242,221,242v165,0,236,-88,236,-254r0,-1085r199,0r0,1073v3,275,-154,436,-424,436","w":1046,"k":{".":59,",":59,"a":31,"A":41}},"K":{"d":"362,0r-196,0r0,-1470r196,0r0,712r713,-712r275,0r-613,593r629,877r-256,0r-514,-737r-234,221r0,516","w":1376,"k":{"-":59,"y":100,"w":80,"v":100,"u":45,"o":70,"e":70,"S":31,"Q":100,"O":100,"G":90,"C":90}},"L":{"d":"362,-176r748,0r0,176r-944,0r0,-1470r196,0r0,1294","k":{"\u201d":281,"\u2019":299,"-":49,"y":80,"o":35,"e":35,"Y":291,"W":145,"V":225,"U":31,"T":229,"Q":20,"O":20,"G":31,"C":31}},"M":{"d":"354,-1233r4,365r0,868r-192,0r0,-1470r284,0r418,1243r6,0r416,-1243r285,0r0,1470r-193,0r0,-868r4,-367r-6,0r-411,1235r-197,0r-412,-1233r-6,0","w":1741},"N":{"d":"1139,-1470r192,0r0,1470r-221,0r-750,-1188r-4,0r0,1188r-190,0r0,-1470r233,0r736,1187r4,0r0,-1187","w":1497},"O":{"d":"797,-137v317,0,512,-260,512,-598v0,-328,-188,-598,-512,-598v-320,0,-512,272,-512,598v0,333,192,598,512,598xm80,-735v0,-434,273,-774,717,-774v231,0,408,75,531,226v123,151,185,333,185,548v0,432,-275,774,-716,774v-443,0,-717,-341,-717,-774","w":1593,"k":{".":80,",":80,"Z":41,"Y":121,"X":129,"W":41,"V":80,"T":80,"A":66}},"P":{"d":"1059,-1055v0,-170,-108,-245,-291,-245r-403,0r0,509r395,0v191,0,299,-79,299,-264xm1264,-1057v0,256,-172,436,-437,436r-462,0r0,621r-199,0r0,-1470r661,0v253,-5,437,166,437,413","w":1324,"k":{".":371,",":371,"s":31,"o":80,"g":80,"e":80,"a":80,"Z":59,"Y":31,"X":66,"S":20,"J":180,"A":201}},"Q":{"d":"80,-733v0,-434,273,-774,717,-774v231,0,408,75,531,225v123,150,185,333,185,549v0,229,-71,420,-213,573r201,156r-100,119r-223,-172v-111,65,-238,98,-381,98v-443,0,-717,-344,-717,-774xm285,-733v0,331,193,601,512,598v76,0,148,-16,217,-49r-154,-119r101,-123r188,145v107,-112,160,-263,160,-452v0,-330,-187,-598,-512,-598v-320,0,-512,272,-512,598","w":1593,"k":{"Y":121,"W":41,"V":80,"T":80}},"R":{"d":"1124,-1055v0,-163,-85,-245,-266,-245r-493,0r0,499r460,0v198,1,299,-74,299,-254xm1108,-369v0,-174,-79,-262,-262,-262r-481,0r0,631r-199,0r0,-1470r680,0v295,-1,481,119,481,395v0,185,-73,283,-203,352v124,48,168,110,176,277r13,274v2,85,23,112,76,139r0,33r-246,0v-27,-73,-35,-265,-35,-369","w":1462,"k":{"y":20,"w":25,"u":20,"o":31,"e":31,"d":31,"a":20,"Y":90,"W":59,"V":80,"U":20,"T":59,"S":20,"Q":20,"O":20,"G":20,"C":20}},"S":{"d":"139,-1055v0,-277,209,-458,506,-454v352,5,559,136,574,469r-187,0v-7,-191,-159,-299,-364,-299v-197,0,-336,76,-336,258v0,112,63,161,174,186r420,96v205,42,331,170,334,393v4,305,-259,447,-576,445v-265,-1,-387,-62,-507,-209v-59,-72,-87,-174,-87,-305r186,0v-1,227,170,344,406,344v210,0,385,-65,385,-248v0,-72,-20,-126,-61,-161v-98,-84,-385,-128,-553,-169v-185,-45,-314,-145,-314,-346","w":1356,"k":{".":41,",":41,"y":20,"w":31,"v":20,"Z":31,"Y":80,"X":59,"W":55,"V":76,"T":55,"A":20}},"T":{"d":"520,-1294r-495,0r0,-176r1194,0r0,176r-500,0r0,1294r-199,0r0,-1294","w":1244,"k":{"-":250,"\u2026":250,".":250,":":49,";":49,",":250,"z":250,"y":250,"w":250,"u":250,"s":250,"r":250,"o":250,"e":250,"c":250,"a":260,"S":41,"Q":80,"O":80,"J":240,"G":80,"C":80,"A":201}},"U":{"d":"725,-137v248,0,387,-147,387,-404r0,-929r201,0r0,954v0,337,-235,555,-592,555v-338,0,-565,-200,-565,-528r0,-981r196,0r0,925v-4,255,134,408,373,408","w":1466,"k":{".":80,",":80,"z":49,"x":45,"X":35,"A":80}},"V":{"d":"1092,-1470r223,0r-539,1470r-209,0r-536,-1470r221,0r420,1253r4,0","w":1343,"k":{"-":150,".":250,":":80,";":80,",":250,"y":49,"u":111,"r":111,"o":160,"e":160,"a":145,"S":66,"Q":80,"O":80,"J":150,"G":82,"C":90,"A":170}},"W":{"d":"637,0r-211,0r-383,-1470r215,0r274,1196r5,0r329,-1196r217,0r330,1196r4,0r275,-1196r221,0r-389,1470r-207,0r-336,-1219r-4,0","w":1952,"k":{"-":70,".":170,":":49,";":49,",":170,"y":41,"u":49,"r":59,"o":100,"m":59,"e":100,"a":100,"S":45,"Q":41,"O":41,"J":80,"G":41,"C":41,"A":115}},"X":{"d":"1317,0r-246,0r-395,-604r-408,604r-239,0r526,-754r-494,-716r250,0r373,563r373,-563r237,0r-493,716","w":1354,"k":{"-":80,"y":100,"u":41,"e":90,"a":20,"U":35,"S":49,"Q":100,"O":129,"G":100,"C":100}},"Y":{"d":"764,0r-199,0r0,-592r-555,-878r232,0r422,706r421,-706r234,0r-555,878r0,592","w":1327,"k":{"-":250,".":291,":":121,";":121,",":291,"v":129,"u":139,"s":225,"r":160,"q":229,"p":160,"o":260,"i":41,"e":260,"d":229,"c":260,"a":281,"S":70,"Q":121,"O":121,"J":240,"G":111,"C":111,"A":211}},"Z":{"d":"1213,0r-1158,0r0,-166r902,-1128r-834,0r0,-176r1090,0r0,172r-906,1122r906,0r0,176","w":1272,"k":{"y":31,"o":35,"e":35,"S":20,"Q":41,"O":41,"G":41,"C":41}},"a":{"d":"457,-119v155,0,329,-106,329,-252r0,-176v-13,14,-40,23,-78,34v-68,19,-335,35,-392,92v-33,33,-56,68,-56,116v1,123,66,186,197,186xm541,-952v-154,1,-230,66,-246,207r-168,0v9,-253,171,-357,442,-357v209,0,400,96,400,299r0,617v-1,68,55,71,116,55r0,131v-33,13,-67,20,-102,20v-120,0,-181,-48,-184,-163v-103,116,-232,174,-387,174v-194,0,-338,-123,-336,-310v1,-200,123,-310,313,-333r318,-39v57,-9,86,-51,86,-127v0,-129,-104,-175,-252,-174","w":1125,"k":{"y":49,"w":41,"v":45}},"b":{"d":"600,-125v200,0,289,-187,289,-414v0,-253,-74,-401,-293,-401v-215,0,-289,184,-289,428v0,240,101,387,293,387xm1075,-567v0,330,-157,599,-471,598v-131,0,-229,-55,-295,-164r-4,0r0,133r-170,0r0,-1470r180,0r0,534r4,0v77,-111,180,-166,310,-166v278,-2,446,241,446,535","w":1157,"k":{".":82,",":82,"z":31,"y":41,"x":55,"w":41,"v":41}},"c":{"d":"70,-506v0,-345,179,-596,514,-596v241,0,388,162,401,391r-174,0v-26,-153,-111,-229,-254,-229v-198,0,-295,180,-295,403v0,245,76,412,293,412v141,0,235,-121,256,-254r174,0v-31,245,-175,408,-434,410v-292,2,-481,-227,-481,-537","w":1050,"k":{",":31,"x":31}},"d":{"d":"561,-940v-218,0,-293,146,-293,401v0,231,89,414,289,414v185,0,293,-150,293,-360v0,-151,-24,-265,-72,-341v-48,-76,-120,-114,-217,-114xm82,-567v0,-296,163,-537,446,-535v134,0,241,61,320,182r4,-12r0,-538r180,0r0,1470r-170,0r0,-147r-4,0v-68,119,-171,178,-309,178v-310,0,-467,-279,-467,-598","w":1167},"e":{"d":"870,-621v-15,-208,-102,-314,-299,-319v-176,-5,-293,148,-297,319r596,0xm586,-125v133,0,265,-102,276,-211r180,0v-38,210,-208,371,-471,369v-305,-2,-489,-224,-489,-539v0,-355,176,-596,514,-596v322,0,465,267,461,625r-783,0v0,217,99,352,312,352","w":1135,"k":{".":31,",":31,"y":49,"x":59,"w":31,"v":49,"f":20}},"f":{"d":"459,-1329v-134,0,-103,137,-107,258r180,0r0,149r-180,0r0,922r-180,0r0,-922r-147,0r0,-149r147,0r0,-184v-5,-195,160,-254,360,-232r0,162v-21,-3,-46,-4,-73,-4","w":567,"k":{"\u201d":-123,"\u2019":-102,".":61,",":61,"q":20,"o":41,"g":20,"e":41,"d":20,"c":20,"a":41}},"g":{"d":"559,-940v-221,0,-293,155,-293,401v0,230,87,414,289,414v187,0,293,-153,293,-360v0,-151,-24,-265,-72,-341v-48,-76,-120,-114,-217,-114xm80,-567v0,-295,165,-537,446,-535v135,0,242,61,320,182r4,0r0,-151r170,0r0,1010v0,341,-161,511,-498,512v-234,1,-388,-112,-409,-320r180,0v21,110,102,170,242,170v242,0,320,-154,305,-420r-4,0v-67,100,-162,150,-285,150v-317,0,-471,-274,-471,-598","w":1145},"h":{"d":"633,-1102v239,1,375,127,375,373r0,729r-181,0r0,-700v-1,-166,-54,-240,-213,-240v-200,0,-299,139,-299,356r0,584r-180,0r0,-1470r180,0r0,542r4,0v82,-116,187,-174,314,-174","w":1130,"k":{"y":49,"w":41,"v":49}},"i":{"d":"135,-1266r0,-204r180,0r0,204r-180,0xm315,0r-180,0r0,-1071r180,0r0,1071","w":451},"j":{"d":"315,-1266r-180,0r0,-204r180,0r0,204xm12,268v109,-3,123,-18,123,-131r0,-1208r180,0r0,1229v9,223,-138,292,-350,266r0,-156r47,0","w":451},"k":{"d":"1024,0r-231,0r-334,-541r-150,135r0,406r-174,0r0,-1470r174,0r0,852r461,-453r229,0r-409,399","w":1024,"k":{"s":20,"q":49,"o":49,"g":45,"e":49,"d":49,"c":41,"a":25}},"l":{"d":"315,0r-180,0r0,-1470r180,0r0,1470","w":451},"m":{"d":"598,-940v-184,1,-283,157,-283,356r0,584r-180,0r0,-1071r170,0r0,151r4,0v81,-121,189,-182,324,-182v134,0,229,58,285,174v93,-108,154,-174,327,-174v198,0,332,141,332,361r0,741r-180,0r0,-692v-1,-157,-49,-245,-199,-248v-142,-3,-252,143,-252,287r0,653r-180,0r0,-741v1,-118,-54,-199,-168,-199","w":1700,"k":{"y":41,"w":41,"v":45}},"n":{"d":"633,-1102v241,-1,376,133,375,373r0,729r-181,0r0,-659v-2,-191,-50,-281,-229,-281v-179,0,-283,152,-283,356r0,584r-180,0r0,-1071r170,0r0,151r4,0v85,-121,193,-182,324,-182","w":1130,"k":{"y":41,"w":41,"v":49}},"o":{"d":"571,-944v-205,2,-311,185,-311,407v0,220,101,410,311,410v210,0,314,-200,314,-410v0,-213,-103,-410,-314,-407xm571,31v-307,0,-495,-256,-495,-568v0,-306,189,-565,495,-565v310,0,498,261,498,565v0,306,-186,568,-498,568","w":1145,"k":{".":82,",":82,"z":25,"y":35,"x":59,"w":31,"v":35}},"p":{"d":"889,-539v-1,-250,-70,-401,-293,-401v-95,0,-167,37,-216,112v-49,75,-73,190,-73,343v0,206,110,360,293,360v203,0,290,-189,289,-414xm1075,-567v0,326,-155,598,-471,598v-124,0,-219,-48,-285,-144r-4,0r0,537r-180,0r0,-1495r170,0r0,151r4,0v77,-121,183,-182,320,-182v284,0,446,242,446,535","w":1157,"k":{".":72,",":72,"z":31,"y":41,"x":55,"w":41,"v":41}},"q":{"d":"557,-125v180,0,293,-149,293,-360v0,-152,-24,-265,-72,-341v-48,-76,-120,-114,-217,-114v-219,0,-293,147,-293,401v0,227,87,414,289,414xm82,-567v0,-292,165,-535,446,-535v135,0,242,61,320,182r4,0r0,-151r170,0r0,1495r-180,0r0,-537r-4,0v-69,96,-164,144,-285,144v-314,3,-471,-272,-471,-598","w":1157},"r":{"d":"590,-909v-159,-4,-275,128,-275,286r0,623r-180,0r0,-1071r170,0r0,178r4,0v91,-152,188,-228,348,-203r0,187r-67,0","w":667,"k":{".":102,":":-61,";":-61,",":102,"y":-49,"x":-14,"w":-31,"v":-49,"t":-31,"q":20,"o":20,"g":20,"f":-31,"e":20,"d":20,"c":20,"a":20}},"s":{"d":"98,-760v-2,-218,181,-342,408,-342v239,0,395,126,407,336r-174,0v-7,-138,-104,-179,-254,-180v-107,-1,-214,48,-213,151v0,39,11,69,37,85v125,78,472,107,569,208v43,45,70,102,70,178v0,222,-187,355,-424,355v-283,0,-453,-109,-458,-375r174,0v7,158,108,219,282,219v133,0,243,-51,246,-170v0,-38,-13,-70,-43,-91v-126,-89,-464,-92,-567,-210v-38,-44,-60,-97,-60,-164","w":1024,"k":{".":31,",":31,"z":25,"y":31,"x":41,"w":41,"v":31,"q":20,"d":20}},"t":{"d":"389,14v-155,-1,-216,-70,-217,-229r0,-707r-145,0r0,-149r145,0r0,-299r180,0r0,299r172,0r0,149r-172,0r0,697v-5,88,82,87,172,84r0,141v-65,9,-110,14,-135,14","w":567,"k":{"z":-20,"v":-14}},"u":{"d":"473,31v-206,0,-348,-118,-348,-332r0,-770r180,0r0,711v-1,149,66,234,207,235v192,2,295,-157,295,-356r0,-590r180,0r0,1071r-170,0r0,-156r-4,-4v-68,127,-181,191,-340,191","w":1122},"v":{"d":"807,-1071r197,0r-408,1071r-193,0r-391,-1071r209,0r279,872r4,0","w":1016,"k":{".":164,",":164,"y":-20,"v":-20,"t":-14,"s":20,"q":35,"o":35,"g":31,"e":41,"d":35,"c":31,"a":49}},"w":{"d":"524,0r-184,0r-309,-1071r194,0r205,842r4,0r207,-842r203,0r209,842r4,0r217,-842r178,0r-309,1071r-189,0r-217,-829r-4,0","w":1483,"k":{".":123,",":123,"s":31,"q":31,"o":31,"g":31,"e":31,"d":31,"c":25,"a":49}},"x":{"d":"1004,0r-232,0r-264,-403r-258,403r-227,0r374,-551r-356,-520r229,0r248,377r250,-377r219,0r-360,520","w":1024,"k":{"s":20,"q":59,"o":59,"g":59,"e":66,"d":59,"c":49,"a":31}},"y":{"d":"799,-1071r196,0r-403,1104v-58,155,-108,261,-150,319v-42,58,-110,86,-204,86v-49,0,-90,-5,-121,-16r0,-164v66,23,172,31,209,-24v19,-29,50,-95,90,-203r-398,-1102r203,0r287,872r4,0","w":1016,"k":{".":205,",":205,"t":-20,"s":31,"q":41,"o":45,"g":41,"e":45,"d":41,"c":41,"a":59}},"z":{"d":"289,-150r659,0r0,150r-899,0r0,-141r648,-781r-596,0r0,-149r827,0r0,147","w":1008,"k":{"q":35,"o":35,"g":35,"e":35,"d":35,"c":35,"a":35}},"&":{"d":"606,-1315v-106,-1,-172,60,-172,160v0,74,49,159,148,256v123,-77,184,-161,184,-254v0,-101,-66,-161,-160,-162xm264,-369v0,141,136,245,266,244v130,0,237,-55,320,-164r-334,-405v-85,52,-148,102,-190,148v-42,46,-62,105,-62,177xm938,-1167v0,201,-122,289,-262,385r266,319v29,-61,49,-138,62,-229r170,0v-15,129,-55,254,-119,375r262,317r-236,0r-137,-168v-99,119,-217,199,-428,199v-259,0,-430,-157,-430,-400v0,-107,29,-195,86,-263v57,-68,139,-129,246,-185v-81,-97,-156,-169,-158,-326v-3,-190,151,-327,348,-327v195,0,330,121,330,303","w":1341},",":{"d":"178,-217r213,0v-1,161,12,348,-63,430v-44,49,-92,81,-150,88r0,-94v73,-9,109,-78,109,-207r-109,0r0,-217","w":569,"k":{"\u201d":205,"\u2019":205}},";":{"d":"391,-840r-213,0r0,-217r213,0r0,217xm178,-217r213,0v-1,161,12,348,-63,430v-44,49,-92,81,-150,88r0,-94v73,-9,109,-78,109,-207r-109,0r0,-217","w":569,"k":{" ":102}},":":{"d":"391,-840r-213,0r0,-217r213,0r0,217xm391,0r-213,0r0,-217r213,0r0,217","w":569,"k":{" ":102}},".":{"d":"391,0r-213,0r0,-217r213,0r0,217","w":569,"k":{"\u201d":205,"\u2019":205," ":123}},"\u2026":{"d":"448,0r-213,0r0,-217r213,0r0,217xm1130,0r-213,0r0,-217r213,0r0,217xm1812,0r-213,0r0,-217r213,0r0,217","w":2048},"-":{"d":"592,-475r-502,0r0,-184r502,0r0,184","w":682,"k":{"Y":250,"X":80,"W":70,"V":150,"T":250}},"\u00ad":{"d":"592,-475r-502,0r0,-184r502,0r0,184","w":682},"!":{"d":"383,0r-199,0r0,-209r199,0r0,209xm233,-350r-49,-635r0,-485r199,0r0,485r-49,635r-101,0","w":569},"?":{"d":"651,0r-198,0r0,-209r198,0r0,209xm567,-1333v-190,4,-273,119,-272,323r-180,0v-9,-309,181,-473,458,-479v248,-4,438,159,435,402v0,63,-16,115,-39,161v-37,76,-285,288,-307,362v-13,42,-25,104,-25,189r-180,0v6,-253,40,-278,194,-440v61,-64,106,-111,129,-143v23,-32,35,-79,35,-142v0,-136,-102,-236,-248,-233"},"\u2018":{"d":"346,-963r-213,0v1,-152,-11,-334,50,-419v35,-50,88,-85,163,-103r0,96v-72,10,-108,80,-108,209r108,0r0,217","w":455,"k":{"\u2018":117,"J":319,"A":180}},"\u2019":{"d":"109,-1470r213,0v-1,152,12,333,-50,418v-36,49,-88,86,-163,104r0,-96v72,-10,108,-80,108,-209r-108,0r0,-217","w":455,"k":{"s":102,"r":102,"n":102,"m":102,"d":102,"A":180}},"\u201c":{"d":"292,-963r-213,0v1,-152,-11,-334,50,-419v35,-50,88,-85,163,-103r0,96v-72,10,-108,80,-108,209r108,0r0,217xm629,-963r-213,0v1,-152,-11,-334,50,-419v35,-50,88,-85,163,-103r0,96v-72,10,-108,80,-108,209r108,0r0,217","w":682,"k":{"J":299,"A":150}},"\u201d":{"d":"55,-1470r213,0v-1,152,12,333,-50,418v-36,49,-88,86,-163,104r0,-96v72,-10,108,-80,108,-209r-108,0r0,-217xm392,-1470r213,0v-1,152,12,333,-50,418v-36,49,-88,86,-163,104r0,-96v72,-10,108,-80,108,-209r-108,0r0,-217","w":682,"k":{" ":82}},"\/":{"d":"102,39r-137,0r504,-1548r135,0","w":569},"|":{"d":"193,-1509r149,0r0,1548r-149,0r0,-1548","w":532},"\u2013":{"d":"1024,-492r-1024,0r0,-149r1024,0r0,149","w":1024},"\u2014":{"d":"2048,-492r-2048,0r0,-149r2048,0r0,149","w":2048},"(":{"d":"139,-535v0,-421,145,-675,346,-966r125,0v-201,372,-278,519,-278,979v0,417,115,617,280,946r-120,0v-113,-165,-201,-322,-262,-469v-61,-147,-91,-311,-91,-490","w":682},")":{"d":"543,-543v0,422,-144,676,-346,967r-125,0v199,-373,276,-520,276,-979v0,-417,-112,-618,-278,-946r118,0v115,165,203,322,264,469v61,147,91,310,91,489","w":682},"[":{"d":"291,256r221,0r0,145r-383,0r0,-1880r383,0r0,146r-221,0r0,1589","w":569},"]":{"d":"279,-1333r-222,0r0,-146r383,0r0,1880r-383,0r0,-145r222,0r0,-1589","w":569},"{":{"d":"252,-213v3,-133,-56,-261,-166,-266r0,-123v105,-3,166,-136,166,-260r0,-352v-5,-139,84,-265,209,-265r137,0r0,133r-90,0v-76,3,-93,81,-94,168r0,338v-1,137,-71,262,-181,297r0,4v113,39,181,156,181,303r0,336v0,89,19,168,94,168r90,0r0,133r-137,0v-126,-1,-209,-124,-209,-264r0,-350","w":684},"}":{"d":"432,-862v-4,125,61,256,166,260r0,123v-109,5,-166,134,-166,266r0,350v4,140,-82,264,-209,264r-137,0r0,-133r90,0v75,-4,94,-79,94,-168r0,-336v0,-146,68,-264,181,-303r0,-4v-111,-35,-181,-159,-181,-297r0,-338v-1,-87,-18,-168,-94,-168r-90,0r0,-133r137,0v124,1,209,126,209,265r0,352","w":684},"*":{"d":"121,-1323r215,78r0,-225r123,0r0,225r215,-78r41,113r-221,69r137,189r-101,69r-133,-192r-133,192r-100,-69r137,-189r-221,-69","w":797},"`":{"d":"68,-1503r213,0r147,289r-137,0","w":680},"^":{"d":"831,-541r-350,-704r-350,704r-160,0r437,-868r147,0r434,868r-158,0","w":961},"\u2038":{"d":"831,-541r-350,-704r-350,704r-160,0r437,-868r147,0r434,868r-158,0","w":961},"~":{"d":"1145,-545v-115,209,-308,226,-545,117v-101,-46,-141,-82,-262,-82v-86,0,-153,51,-201,154r-84,-117v119,-208,307,-225,545,-117v98,44,142,80,264,80v83,0,150,-51,201,-152","w":1200},"\\":{"d":"-35,-1509r135,0r504,1548r-137,0","w":569},"\u2122":{"d":"764,-1348r-260,0r0,721r-150,0r0,-721r-260,0r0,-122r670,0r0,122xm1382,-850r238,-620r229,0r0,843r-149,0r0,-686r-4,0r-264,686r-103,0r-264,-686r-4,0r0,686r-150,0r0,-843r230,0","w":2048},"@":{"d":"795,-236v160,5,305,-243,305,-409v0,-93,-76,-189,-168,-189v-169,0,-309,227,-309,400v0,113,68,195,172,198xm455,-416v0,-277,206,-565,473,-565v111,0,189,53,235,160r41,-127r139,0v-13,63,-185,603,-184,672v0,37,14,55,43,55v152,1,291,-269,291,-443v0,-305,-258,-528,-571,-528v-361,0,-623,292,-623,660v0,383,263,630,637,630v184,0,346,-71,485,-213r138,0v-157,227,-366,340,-627,340v-443,0,-782,-292,-782,-747v0,-438,336,-797,772,-797v374,0,704,278,704,639v0,163,-54,302,-163,418v-109,116,-218,174,-328,174v-75,0,-118,-42,-129,-127r-5,0v-83,85,-165,127,-247,127v-167,0,-299,-151,-299,-328","w":1778},"$":{"d":"518,-1307v-140,-1,-244,100,-244,238v0,123,81,200,244,231r0,-469xm614,-109v168,-7,271,-105,271,-260v0,-136,-90,-223,-271,-262r0,522xm94,-1057v0,-222,177,-401,424,-399r0,-131r96,0r0,131v267,21,405,150,416,389r-174,0v-12,-138,-93,-217,-242,-238r0,488v171,41,289,93,354,155v65,62,97,149,97,261v0,281,-190,431,-451,440r0,197r-96,0r0,-197v-301,-13,-452,-171,-452,-475r180,0v11,220,74,294,272,325r0,-542v-143,-30,-250,-75,-320,-137v-70,-62,-104,-151,-104,-267"},"#":{"d":"463,-850r-41,291r256,0r39,-291r-254,0xm735,0r-135,0r59,-430r-256,0r-59,430r-135,0r59,-430r-211,0r19,-129r211,0r39,-291r-211,0r18,-129r211,0r59,-430r138,0r-60,430r254,0r60,-430r137,0r-60,430r211,0r-18,129r-211,0r-41,291r211,0r-18,129r-211,0"},"0":{"d":"794,-266v92,-171,98,-700,0,-868v-55,-94,-126,-144,-225,-144v-97,0,-168,50,-223,144v-100,171,-94,683,-1,862v99,191,348,193,449,6xm935,-1246v166,234,166,860,0,1092v-90,125,-207,193,-366,193v-165,0,-284,-69,-370,-199v-161,-243,-160,-847,3,-1084v88,-128,206,-196,367,-196v159,0,276,67,366,194"},"1":{"d":"207,-1165v250,-14,334,-54,387,-275r141,0r0,1440r-192,0r0,-1022r-336,0r0,-143"},"2":{"d":"561,-1278v-202,0,-289,149,-291,354r-180,0v-3,-330,177,-513,498,-516v256,-2,450,178,450,430v0,348,-306,431,-534,564v-144,84,-229,172,-248,276r782,0r0,170r-985,0v15,-298,130,-445,338,-571v132,-80,320,-161,408,-273v32,-41,47,-100,47,-174v0,-152,-122,-260,-285,-260"},"3":{"d":"877,-401v0,-220,-176,-281,-418,-263r0,-155v202,23,372,-36,368,-232v-3,-139,-110,-227,-266,-227v-193,0,-273,124,-280,309r-177,0v0,-300,162,-471,465,-471v252,0,445,141,445,379v0,146,-62,245,-185,297r0,4v160,55,240,167,240,336v-1,285,-211,471,-518,463v-303,-8,-468,-155,-481,-479r186,0v4,212,101,313,307,317v177,3,314,-112,314,-278"},"4":{"d":"217,-506r463,0r0,-653r-4,0xm860,-350r0,350r-180,0r0,-350r-629,0r0,-176r660,-914r149,0r0,934r211,0r0,156r-211,0"},"5":{"d":"860,-444v0,-190,-132,-322,-319,-322v-107,0,-196,46,-267,137r-155,-8r108,-770r746,0r0,174r-611,0r-61,395v79,-60,172,-90,279,-90v255,0,473,199,473,461v0,299,-200,508,-512,508v-280,0,-449,-145,-475,-397r186,0v19,157,126,239,305,239v178,0,303,-145,303,-327"},"6":{"d":"584,-756v-182,0,-295,129,-295,314v0,182,123,319,303,319v178,0,282,-145,282,-330v0,-173,-110,-303,-290,-303xm1061,-461v0,281,-188,500,-473,500v-167,0,-293,-59,-380,-178v-87,-119,-130,-296,-130,-531v0,-227,44,-412,133,-555v89,-143,222,-215,399,-215v232,0,413,155,420,383r-176,0v-25,-136,-97,-221,-248,-221v-111,0,-195,54,-253,162v-58,108,-88,232,-89,371r4,4v77,-118,191,-177,342,-177v249,0,451,186,451,457"},"7":{"d":"1071,-1251v-257,253,-533,810,-592,1251r-198,0v51,-418,343,-962,587,-1233r-792,0r0,-176r995,0r0,158"},"8":{"d":"313,-1053v-3,135,125,222,252,222v142,0,258,-91,256,-232v-2,-138,-114,-215,-268,-215v-145,0,-237,89,-240,225xm866,-412v-1,-159,-125,-264,-299,-264v-172,0,-296,108,-297,266v0,178,121,287,308,287v172,0,290,-117,288,-289xm563,-1440v249,0,445,145,445,371v0,145,-62,246,-185,303v145,61,233,175,236,350v5,278,-202,455,-488,455v-131,0,-246,-35,-345,-107v-99,-72,-148,-189,-148,-350v0,-163,81,-278,244,-346v-130,-52,-195,-145,-195,-280v0,-237,181,-396,436,-396"},"9":{"d":"272,-954v2,200,93,313,293,311v178,-2,280,-131,277,-328v-2,-179,-103,-307,-291,-307v-174,0,-281,140,-279,324xm283,-346v10,140,94,236,243,235v104,0,183,-46,236,-139v53,-93,90,-226,110,-399r-4,-4v-77,115,-187,172,-329,172v-272,0,-453,-190,-453,-465v0,-278,182,-500,463,-494v366,7,504,265,504,668v0,231,-44,423,-131,578v-87,155,-218,233,-392,233v-249,0,-425,-162,-428,-385r181,0"},"%":{"d":"430,-1280v-116,0,-207,93,-207,203v0,115,90,207,205,207v111,0,207,-92,207,-207v0,-112,-97,-203,-205,-203xm559,39r-110,0r808,-1479r113,0xm430,-727v-186,0,-350,-163,-350,-350v0,-189,164,-346,350,-346v186,0,348,160,348,346v0,183,-164,350,-348,350xm1393,-539v-120,0,-207,91,-207,203v0,114,88,207,205,207v111,0,206,-92,206,-207v0,-112,-96,-203,-204,-203xm1393,14v-190,0,-351,-160,-351,-350v0,-189,162,-346,351,-346v185,0,348,161,348,346v0,183,-164,350,-348,350","w":1821},"+":{"d":"526,-1034r150,0r0,442r442,0r0,150r-442,0r0,442r-150,0r0,-442r-444,0r0,-150r444,0r0,-442","w":1200},"\u00d7":{"d":"82,-932r106,-104r412,411r414,-411r104,104r-411,414r411,414r-104,104r-414,-412r-414,412r-104,-104r414,-414","w":1200},"=":{"d":"1118,-236r-1036,0r0,-150r1036,0r0,150xm1118,-649r-1036,0r0,-150r1036,0r0,150","w":1200},"<":{"d":"1118,-23r-1036,-423r0,-144r1036,-424r0,164r-835,332r835,332r0,163","w":1200},">":{"d":"82,-186r836,-332r-836,-332r0,-164r1036,424r0,144r-1036,423r0,-163","w":1200},"_":{"d":"0,252r0,-100r1139,0r0,100r-1139,0"},"\u2032":{"d":"291,-1460r229,0r-307,606r-129,0","w":598},"\u2033":{"d":"705,-1460r229,0r-307,606r-129,0xm291,-1460r229,0r-307,606r-129,0","w":1012},"'":{"d":"121,-1470r149,0r0,522r-149,0r0,-522","w":391},"\"":{"d":"434,-1470r149,0r0,522r-149,0r0,-522xm144,-1470r149,0r0,522r-149,0r0,-522","w":727}}});


getData = function(id){
    var el = $(id);

    fields = "input[type='text'], input[type='password'], textarea, select";

    var data = {}

    el.find(fields).each(function(){
        var val = $(this).val();
        var name = $(this).attr("name");
        data[name] = val;
    });
    return data;
}


// VALIDATE


//Change log:
// added events: valid:function(){....},
// error:function(){....},
// preventSubmit:true, false - the default form submit after validation

//check empty
function require(the_form){
    the_form.find(".required").each(function(){
          if($(this).attr("type")!="checkbox"){
              if($(this).val()=="" ||  $(this).val()==$(this).attr("default")){
                $(this).parent().addClass("error");
              }
              else{
                $(this).parent().removeClass("error");
              }
          }
          else{
            if($(this).attr("checked")==""){
              $(this).parent().addClass("error");
            }
          }
    });
}

//check email
function checkMail(the_form){
      the_form.find(".required-email").each(function(){
          var thismail = $(this);
          var thismailval = $(this).val();
          var regexmail = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/;

          if (regexmail.test(thismailval)){
              thismail.parent().removeClass("error");
          }
          else{
             thismail.parent().addClass("error");
          }
    })
}

function checkNumber(the_form){
      the_form.find(".required-number").each(function(){
          var thisnumber = $(this);
          var thismailval = $(this).val();
          var regexmail = /^[0-9]+$/;

          if (regexmail.test(thismailval)){
              thisnumber.parent().removeClass("error");
          }
          else{
             thisnumber.parent().addClass("error");
          }
    })
}
function checkEqual(the_form){
      the_form.find(".required-equal").each(function(){
          var equalto = $(this).attr("equalto");
          val1 = $(this).parents("form").find("[equalto='" + equalto + "']").eq(0).val();
          val2 = $(this).parents("form").find("[equalto='" + equalto + "']").eq(1).val();
          if(val1!=val2 || val1=='' || val2==''){
              $(this).parents("form").find("[equalto='" + equalto + "']").parent().addClass("error");
          }
          else{
              $(this).parents("form").find("[equalto='" + equalto + "']").parent().removeClass("error");
          }
      });
}


(function($) {
	$.fn.validate = function(options) {
        $(this).each(function(){
            $(this).submit(function(){
                  oform = $(this);
                  var valid=true;
                  require(oform);
                  checkMail(oform);
                  checkNumber(oform);
                  checkEqual(oform);

                  //Final check
                  if(oform.find(".error").length>0){
                      oform.addClass("error");
                      valid=false;
                  }
                  else{
                      oform.removeClass("error");
                      valid=true;
                  }
                  oform.addClass("submitet");

                  if(valid==true){
                    if(options.valid!=undefined && typeof options.valid == 'function'){
                       options.valid.call(this);
                       if(options.preventSubmit){
                         return false;
                       }
                    }
                    else{
                      if(options.preventSubmit){
                         return false;
                       }
                    }

                  }
                  else{
                    if(valid==false){
                      if( options.error!=undefined && typeof options.error == 'function'){
                        options.error.call(this);
                        return valid;
                      }
                      else{
                          return valid;
                      }
                    }
                    else{
                      return valid;
                    }

                  }


            });
            $(this).find(".required").bind("keyup blur change mouseup", function(){
                if($(this).parents("form").hasClass("submitet")){
                  if($(this).val()=="" || $(this).val()==$(this).attr("default")){
                    $(this).parent().addClass("error");
                  }
                  else{
                    $(this).parent().removeClass("error");
                  }
                }
            });
            $(this).find(".required-equal").bind("keyup blur change mouseup", function(){
              if($(this).parents("form").hasClass("submitet")){
                  var equalto = $(this).attr("equalto");
                  val1 = $(this).parents("form").find("[equalto='" + equalto + "']").eq(0).val();
                  val2 = $(this).parents("form").find("[equalto='" + equalto + "']").eq(1).val();
                  if(val1!=val2 || val1=='' || val2==''){
                      $(this).parents("form").find("[equalto='" + equalto + "']").parent().addClass("error");
                  }
                  else{
                      $(this).parents("form").find("[equalto='" + equalto + "']").parent().removeClass("error");
                  }
              }
            });

            $(this).find(".required-email").bind("keyup blur", function(){
                if($(this).parents("form").hasClass("submitet")){
                  var thismail = $(this);
                  var thismailval = $(this).val();
                  var regexmail = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/;
                  if (regexmail.test(thismailval)){
                      thismail.parent().removeClass("error");
                  }
                  else{
                     thismail.parent().addClass("error");
                  }
                }
            });

            $(this).find(".required-number").bind("keyup blur", function(){
                if($(this).parents("form").hasClass("submitet")){
                  var thisnumber = $(this);
                  var thisnumberval = $(this).val();
                  var regexmail = /^[0-9]+$/;
                  if (regexmail.test(thisnumberval)){
                      thisnumber.parent().removeClass("error");
                  }
                  else{
                     thisnumber.parent().addClass("error");
                  }
                }
            });
        });
    };
})(jQuery);

(function($) {
	$.fn.isValid = function(){
	  var valid=true;
	  $(this).each(function(){
        oform = $(this);
        require(oform);
        checkMail(oform);
        checkNumber(oform);
        checkEqual(oform);

        if(oform.find(".error").length>0){
            oform.addClass("error");
            valid=false;
        }
        else{
            oform.removeClass("error");
            valid=true;
        }
        oform.addClass("submitet");
	  });
      return valid;
    };
})(jQuery);




String.prototype.capitalize = function(){
   return this.replace( /(^|\s)([a-z])/g , function(m,p1,p2){ return p1+p2.toUpperCase(); } );
};





PopUpDeafaults = {
  width:400,
  height:250,
  effect:'fade', //slide, none
  speed:400
}


isdefined = function(o){
  if(typeof o === "undefined"){
    return false;
  }
  else{return true}
}
SafeClone = function(obj){
    var obj = $(obj);
    if(obj.parents(".PopUp").length==0){
      var clone = obj.clone(true);
      var id = obj.attr("id");
      obj.after("<span style='position:absolute;left:-9999px' id='" + id + "_old'></span>");
      obj.remove();
      return clone;
    }
    else {return false};
}
ReClone = function(id){
  var obj = $(document.getElementById(obj));
  var clone = obj.clone(true);
  var id = obj.attr("id");
  $("#"+id+"_old").after(clone);
  obj.remove();
  $("#"+id+"_old").remove();
}


Pops = {
  /* Register Each Popup object :) */
}
popup = {
    CreateBox: function(){
        var box = ''
        + '<div class="popup">'
          + '<table cellspacing="0" cellpadding="0" width="100%" style="width:100%"><tbody>'
            + '<tr class="popup_top">'
              + '<td class="popup_top_left"></td>'
              + '<td class="popup_top_middle"></td>'
              + '<td class="popup_top_right"></td>'
            + '</tr>'
            + '<tr class="popup_mid">'
              + '<td class="popup_mid_left">&nbsp;</td>'
              + '<td class="popup_MAIN"><div class="popup_content"></div></td>'
              + '<td class="popup_mid_right">&nbsp;</td>'
            + '</tr>'
            + '<tr class="popup_bottom">'
              + '<td class="popup_bottom_left"></td>'
              + '<td class="popup_bottom_middle"></td>'
              + '<td class="popup_bottom_right"></td>'
            + '</tr>'
          + '</tbody></table>'
          + '<span class="ModalClose" onclick="popup.close(this)">Close</span>'
        + '</div>';
        var MainBox = document.createElement('div');
        var ContentBox = document.createElement('div');
        ContentBox.className = 'PopUpContentBox';
        MainBox.innerHTML = box;
        MainBox.className = "PopUp";
        $(MainBox).find(".popup_content").append(ContentBox);
        return {main:MainBox, content:ContentBox};
    },
    align:function(obj, width, height, position){
      var width = isdefined(width)?width:PopUpDeafaults.width;
      var height = isdefined(height)?height:PopUpDeafaults.height;
      if(position=='center' || position=='' || position == undefined){
         $(obj).css({
            left:$(window).width()>width?($(window).width()/2)-(width/2):0,
            top:($(window).height()-10)>height?($(window).scrollTop()+($(window).height())/2-height/2):$(window).scrollTop()+10
         });
         $(obj).find("table").width(width);
         $(obj).find("table").height(height);
      }
    },
    autoCenter:function(obj, position){
        if(!$(obj).hasClass("Autocenter")){
            setInterval(function(){
            var width = $(obj).outerWidth();
            var height = $(obj).outerHeight();
            var width = width>200?width:PopUpDeafaults.width;
            var height = height>150?height:PopUpDeafaults.height;
            popup.align(obj, width, height, position);
            }, 80);
        }
    },
    register:function(obj, name){
        if($(obj.main).attr("registered")!="true"){
           $(obj.main).attr("registered", true);
           $(obj.main).attr("id", name);
          Pops[name] = {
            main:obj.main,
            content:obj.content
          }
        }
        else{
          //
        }
    },
    initOverlay:function(){
        var overlay = document.createElement('div');
        return {main:overlay};
    },
    overlay:function(){
        var overlay = popup.initOverlay();
        popup.register(overlay, "PopupOverlay");
    },
    close:function(obj){
        if(typeof obj=="object"){
          if(obj.className=='ModalClose'){
            var obj = $(obj).parents(".PopUp");
          }
          else{
            var obj = $(obj);
          }
        }
        else{
           var obj = $(obj);
        }
        if(PopUpDeafaults.effect=='fade'){
          obj.fadeOut(PopUpDeafaults.speed);
          $("#PopupOverlay").fadeOut(PopUpDeafaults.speed);
        }
        else if(PopUpDeafaults.effect=='slide'){
          obj.slideUp(PopUpDeafaults.speed);
          $("#PopupOverlay").fadeOut(PopUpDeafaults.speed);
        }
        else if(PopUpDeafaults.effect=='none' || PopUpDeafaults.effect=='undefined'){
          obj.hide();
          $("#PopupOverlay").hide();
        }
    }
}

popup.overlay();

Popup = popup.CreateBox();

popup.register(Popup, "ModalBox");






Modal = {
  main:Pops.ModalBox.main,
  content:Pops.ModalBox.content,
  overlay:Pops.PopupOverlay.main
}

Modal.main.style.display = 'none';

$(document).ready(function(){
  popup.autoCenter(Modal.main);
  document.body.appendChild(Modal.overlay);
  document.body.appendChild(Modal.main);



  /*

  Docs: :)

  Objects:

  1. Modal.overlay - overlay object. Usage: $(Modal.overlay), Modal.overlay.style.display ...
  2. Modal.main - wrapper(holder) of the popup. Usage: $(Modal.main), Modal.main.style.display ...
  3. Modal.content - container of the popup. Usage: $(Modal.content).html() ... append(), Modal.content.innerHTML =  ...


  */


  //'Some cool text that will ... '.popup();




});



String.prototype.popup = function(){

  Modal.content.innerHTML = this;
   $(Modal.main).fadeIn();
   $(Modal.overlay).show();

   return 'WOW';
}




















































