/*
 * 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 (c) 1987, 1991, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.Futura is a registered trademark of Fundicion Tipografica Neufville S.
 * A.
 * 
 * Description:
 *  Copyright (c) 1987, 1991, 1993 Fundicion Tipografica Neufville S. A.  This
 * record material and the data recorded thereon is the property of  Fundicion
 * Tipografica Neufville S. A. and Adobe Systems Incorporated,  or its licensors,
 * and may not be reproduced, used, displayed, modified,  disclosed or transferred
 * in any manner without the express written  approval of Fundicion Tipografica
 * Neufville S. A. and Adobe Systems  Incorporated.
 * 
 * Vendor URL:
 * www.linotypelibrary.com
 */
Cufon.registerFont({"w":221,"face":{"font-family":"Futura LT Book","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 4 3 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-24 -311 388 95","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":110},"!":{"d":"46,-271r30,0r0,216r-30,0r0,-216xm41,-16v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21","w":121},"\"":{"d":"128,-271r-7,118r-21,0r-6,-118r34,0xm71,-271r-7,118r-21,0r-6,-118r34,0","w":164},"#":{"d":"85,-108r45,0r10,-62r-44,0xm113,-271r-13,73r44,0r13,-73r28,0r-12,73r33,0r0,28r-38,0r-10,62r36,0r0,28r-41,0r-15,80r-27,0r14,-80r-44,0r-15,80r-27,0r14,-80r-37,0r0,-28r41,0r11,-62r-39,0r0,-28r43,0r13,-73r28,0"},"$":{"d":"195,-80v0,46,-29,72,-67,82r0,39r-24,0r0,-37v-43,-3,-69,-31,-77,-70r29,-8v4,27,21,46,48,49r0,-110v-30,-13,-64,-27,-63,-71v1,-40,26,-63,63,-68r0,-37r24,0r0,37v25,4,47,20,57,41r-24,16v-8,-12,-16,-26,-33,-28r0,89v33,15,67,29,67,76xm104,-246v-34,3,-45,59,-12,73r12,6r0,-79xm128,-27v37,-7,51,-72,14,-89v-4,-3,-9,-6,-14,-8r0,97"},"%":{"d":"253,-54v0,-23,-16,-37,-38,-37v-22,0,-37,14,-37,37v0,22,16,36,37,36v22,0,38,-14,38,-36xm155,-54v0,-36,24,-60,60,-60v36,0,61,23,61,60v0,36,-26,59,-61,59v-35,0,-60,-23,-60,-59xm229,-267r-157,272r-15,-10r158,-271xm109,-217v0,-22,-16,-36,-37,-36v-21,0,-37,14,-37,36v0,22,15,36,37,36v22,0,37,-14,37,-36xm12,-217v0,-36,23,-59,60,-59v36,0,60,22,60,59v0,36,-24,59,-60,59v-36,0,-60,-22,-60,-59","w":286},"&":{"d":"73,-119v-51,23,-24,116,38,93v20,-8,36,-22,51,-35r-60,-78xm174,-223v0,37,-28,52,-48,68r57,73r31,-36r22,18r-35,41r46,59r-38,0r-29,-38v-23,20,-47,40,-87,43v-67,3,-103,-80,-58,-128v14,-15,31,-27,49,-38v-10,-16,-27,-30,-27,-58v1,-36,24,-57,59,-57v34,0,58,20,58,53xm109,-177v14,-14,36,-19,36,-46v0,-16,-14,-28,-29,-28v-34,-1,-37,47,-14,65","w":250},"'":{"d":"69,-271r-6,118r-21,0r-7,-118r34,0","w":104},"(":{"d":"66,86v-44,-96,-43,-275,0,-370r26,13v-38,96,-38,249,0,345","w":103},")":{"d":"12,74v38,-95,38,-250,0,-345r25,-13v44,95,44,277,0,370","w":103},"*":{"d":"93,-271r27,0r-2,50r48,-18r8,26r-49,14r32,40r-22,16r-28,-43r-29,43r-21,-16r31,-40r-49,-14r9,-26r47,18","w":213},"+":{"d":"125,-179r0,73r73,0r0,28r-73,0r0,73r-28,0r0,-73r-73,0r0,-28r73,0r0,-73r28,0"},",":{"d":"81,-30r-41,92r-19,-8r33,-94","w":110},"-":{"d":"75,-100r0,27r-74,0r0,-27r74,0","w":74},".":{"d":"35,-16v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21","w":110},"\/":{"d":"199,-286r-169,343r-24,-11r169,-343","w":205},"0":{"d":"178,-134v0,-53,-15,-114,-67,-114v-93,0,-90,214,0,225v51,-6,67,-58,67,-111xm111,5v-130,-6,-130,-275,0,-281v132,7,128,274,0,281"},"1":{"d":"57,-243r16,-28r59,0r0,271r-30,0r0,-243r-45,0"},"2":{"d":"105,-276v73,-4,110,83,65,137r-94,111r114,0r0,28r-175,0r127,-150v32,-30,17,-101,-36,-98v-35,2,-52,24,-55,56r-30,0v4,-50,32,-82,84,-84"},"3":{"d":"155,-78v1,-33,-24,-51,-57,-51r0,-28v31,-1,53,-11,53,-44v0,-27,-20,-47,-47,-47v-29,0,-42,18,-45,44r-30,0v4,-42,31,-69,75,-72v78,-6,102,104,43,133v24,11,36,36,38,67v6,88,-128,107,-158,36v-4,-9,-6,-20,-6,-31r29,0v2,30,23,48,52,48v32,0,52,-22,53,-55"},"4":{"d":"141,-72r-1,-123r-85,123r86,0xm205,-72r0,28r-34,0r0,44r-30,0r0,-44r-139,0r169,-243r0,215r34,0"},"5":{"d":"160,-93v3,-63,-76,-83,-119,-48r39,-130r108,0r0,28r-86,0r-18,58v63,-8,103,32,106,93v5,100,-143,130,-182,48r24,-17v11,20,31,38,60,38v42,0,67,-27,68,-70"},"6":{"d":"46,-87v0,38,25,64,63,64v38,0,64,-26,64,-64v0,-38,-26,-63,-64,-63v-38,0,-63,25,-63,63xm109,5v-81,4,-115,-94,-68,-158r90,-123r22,17r-62,85v62,-16,112,26,112,85v0,58,-38,92,-94,94"},"7":{"d":"18,-243r0,-28r201,0r-183,276r-23,-14r154,-234r-149,0"},"8":{"d":"158,-201v0,-28,-20,-47,-47,-47v-27,0,-47,19,-47,47v0,27,20,47,47,47v27,0,47,-20,47,-47xm35,-201v0,-46,30,-72,76,-75v76,-6,101,104,43,135v23,10,40,35,40,65v0,49,-32,81,-83,81v-51,0,-81,-31,-83,-81v-1,-31,16,-56,40,-65v-19,-10,-33,-34,-33,-60xm163,-76v0,-31,-21,-52,-52,-52v-31,0,-53,21,-53,52v0,32,23,53,53,53v30,0,52,-21,52,-53"},"9":{"d":"173,-185v0,-37,-26,-63,-63,-63v-38,0,-64,25,-64,63v0,38,26,63,64,63v38,0,63,-25,63,-63xm110,-276v83,-4,114,95,68,158r-90,123r-22,-16v19,-29,46,-58,61,-87v-61,16,-111,-26,-111,-86v0,-55,38,-89,94,-92"},":":{"d":"35,-154v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20xm35,-16v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21","w":110},";":{"d":"44,-154v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20xm82,-30r-41,92r-19,-8r33,-94","w":110},"<":{"d":"198,-149r-132,57r132,56r0,31r-174,-75r0,-25r174,-74r0,30"},"=":{"d":"198,-78r0,28r-174,0r0,-28r174,0xm198,-134r0,28r-174,0r0,-28r174,0"},">":{"d":"24,-179r174,74r0,25r-174,75r0,-31r132,-56r-132,-57r0,-30"},"?":{"d":"67,-16v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21xm88,-84v21,0,28,-15,29,-34r29,0v-1,38,-22,59,-59,62v-59,5,-77,-83,-28,-106v25,-12,66,-10,65,-49v0,-21,-15,-37,-37,-37v-26,0,-44,26,-33,53r-30,0v-8,-48,19,-79,65,-81v72,-4,85,107,22,126v-23,7,-52,8,-53,38v-1,15,14,28,30,28","w":175},"@":{"d":"69,-122v0,-70,80,-114,121,-60r5,-22r26,0r-21,112v-1,7,1,11,8,11v48,-14,53,-111,15,-143v-18,-15,-42,-26,-74,-26v-69,0,-106,45,-110,114v-5,97,107,141,185,98r25,19v-26,13,-56,24,-96,24v-85,0,-140,-55,-140,-141v0,-83,52,-140,137,-140v73,0,121,44,125,113v3,58,-26,107,-77,107v-12,0,-18,-10,-20,-22v-32,41,-109,18,-109,-44xm173,-169v-29,-34,-79,2,-79,44v0,53,73,56,83,10v4,-18,7,-41,-4,-54","w":288},"A":{"d":"127,-214r-47,109r92,0xm68,-77r-33,77r-33,0r125,-284r122,284r-33,0r-32,-77r-116,0","w":251,"k":{"y":14,"w":14,"v":14,"Y":36,"W":36,"V":36,"T":29}},"B":{"d":"132,-198v0,-43,-32,-47,-74,-45r0,91v43,2,74,-3,74,-46xm188,-76v0,78,-80,79,-161,76r0,-271v73,-3,138,2,136,73v-1,24,-10,42,-27,53v32,8,52,32,52,69xm157,-78v0,-49,-50,-48,-99,-48r0,98v51,1,99,0,99,-50","w":204},"C":{"d":"12,-135v-5,-114,130,-180,222,-114r0,37v-20,-20,-46,-36,-82,-36v-66,0,-110,47,-110,112v0,66,45,110,110,113v35,2,63,-17,82,-36r0,37v-21,15,-48,29,-81,27v-83,-4,-138,-56,-141,-140","w":258},"D":{"d":"199,-136v0,-77,-55,-114,-141,-107r0,215v87,6,141,-31,141,-108xm229,-135v0,106,-81,145,-202,135r0,-271v120,-9,202,28,202,136","w":244},"E":{"d":"27,-271r141,0r0,28r-110,0r0,80r107,0r0,28r-107,0r0,107r110,0r0,28r-141,0r0,-271","w":192},"F":{"d":"58,-243r0,80r90,0r0,28r-90,0r0,135r-31,0r0,-271r124,0r0,28r-93,0","w":172,"k":{"A":29,".":47,",":47}},"G":{"d":"42,-135v-7,108,149,149,197,61v6,-10,8,-21,8,-34r-80,0r0,-28r113,0v3,90,-49,141,-129,141v-83,0,-136,-57,-139,-140v-3,-106,106,-171,206,-126v20,9,36,25,50,44r-22,20v-21,-29,-47,-53,-93,-51v-67,2,-107,46,-111,113","w":295},"H":{"d":"198,-161r0,-110r30,0r0,271r-30,0r0,-133r-139,0r0,133r-30,0r0,-271r30,0r0,110r139,0","w":257},"I":{"d":"58,0r-30,0r0,-271r30,0r0,271","w":86},"J":{"d":"-7,-15v19,25,61,17,61,-24r1,-232r30,0r0,214v12,72,-59,109,-109,65","w":113},"K":{"d":"173,-271r41,0r-128,126r132,145r-42,0r-111,-125r-7,8r0,117r-31,0r0,-271r31,0r0,116","w":219},"L":{"d":"58,-28r74,0r0,28r-105,0r0,-271r31,0r0,243","w":135,"k":{"y":14,"Y":29,"W":29,"V":29,"T":29}},"M":{"d":"63,-287r98,228r99,-228r55,287r-31,0r-35,-184r-88,195r-88,-195r-34,184r-31,0","w":322},"N":{"d":"29,-283r212,222r0,-210r30,0r0,283r-212,-221r0,209r-30,0r0,-283","w":300},"O":{"d":"266,-136v0,-67,-44,-112,-111,-112v-68,0,-111,46,-111,112v0,67,44,113,111,113v66,0,111,-45,111,-113xm14,-135v0,-85,56,-141,141,-141v85,0,142,57,142,141v0,83,-57,140,-142,140v-84,0,-141,-56,-141,-140","w":310},"P":{"d":"140,-196v0,-44,-38,-48,-82,-47r0,96v46,2,82,-5,82,-49xm170,-195v0,58,-46,82,-112,76r0,119r-31,0r0,-271v78,-5,143,5,143,76","w":181,"k":{"A":29,".":50,",":50}},"Q":{"d":"297,-135v0,43,-17,72,-40,96r41,42r-38,0r-23,-25v-19,14,-51,28,-82,27v-84,-3,-141,-56,-141,-140v0,-85,56,-141,141,-141v86,0,142,57,142,141xm44,-136v-4,89,99,143,172,92r-66,-65r40,0r47,49v63,-68,15,-192,-82,-188v-68,3,-108,46,-111,112","w":310},"R":{"d":"166,-197v0,44,-27,72,-68,75r86,122r-37,0r-82,-119r-7,0r0,119r-31,0r0,-271v73,-2,139,2,139,74xm136,-194v1,-44,-33,-51,-78,-49r0,97v44,1,78,-6,78,-48","w":195,"k":{"y":7,"Y":7,"W":7,"V":7,"T":7}},"S":{"d":"65,-149v-63,-28,-35,-133,39,-127v34,3,58,18,71,42r-25,15v-13,-40,-93,-39,-91,13v16,68,122,36,125,127v3,88,-124,110,-159,42v-5,-9,-9,-18,-11,-29r30,-8v5,29,22,49,54,51v57,4,73,-76,24,-99","w":201},"T":{"d":"99,0r-30,0r0,-243r-65,0r0,-28r162,0r0,28r-67,0r0,243","w":169,"k":{"y":22,"w":22,"u":22,"s":27,"r":14,"o":36,"i":11,"e":36,"c":36,"a":36,"A":29,";":36,":":36,".":36,",":36}},"U":{"d":"123,5v-61,0,-96,-38,-96,-107r0,-169r30,0r0,177v-1,45,26,71,66,71v46,0,67,-31,67,-87r0,-161r30,0r0,191v-5,53,-43,85,-97,85","w":246},"V":{"d":"112,-64r78,-207r32,0r-110,287r-110,-287r33,0","w":224,"k":{"y":11,"u":14,"r":14,"o":29,"i":7,"e":29,"a":29,"A":36,";":14,":":14,".":36,",":36}},"W":{"d":"109,-68r88,-217r87,217r72,-203r32,0r-104,285r-87,-218r-88,218r-104,-285r32,0","w":392,"k":{"u":14,"r":14,"o":36,"i":7,"e":36,"a":29,"A":36,";":25,":":25,".":36,",":36}},"X":{"d":"12,-271r34,0r56,102r55,-102r35,0r-74,131r80,140r-34,0r-62,-112r-63,112r-34,0r80,-140","w":203},"Y":{"d":"3,-271r35,0r69,121r69,-121r35,0r-89,154r0,117r-30,0r0,-117","w":213,"k":{"v":22,"u":29,"q":36,"p":29,"o":36,"i":14,"e":36,"a":36,"A":29,";":29,":":29,".":43,",":43}},"Z":{"d":"199,-28r0,28r-194,0r148,-243r-129,0r0,-28r179,0r-148,243r144,0","w":210},"[":{"d":"67,60r39,0r0,26r-69,0r0,-370r69,0r0,27r-39,0r0,317","w":113},"\\":{"d":"30,-297r169,297r-24,11r-169,-297","w":205},"]":{"d":"46,-257r-38,0r0,-27r68,0r0,370r-68,0r0,-26r38,0r0,-317","w":113},"^":{"d":"98,-271r26,0r74,155r-32,0r-55,-118r-56,118r-31,0"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"`":{"d":"58,-268r43,59r-18,10r-55,-55","w":128},"a":{"d":"94,-174v27,0,45,14,59,29r0,-24r29,0r0,169r-29,0v-1,-7,2,-18,-1,-23v-46,59,-144,16,-139,-61v4,-52,28,-88,81,-90xm154,-86v0,-36,-20,-61,-56,-61v-35,0,-56,26,-56,61v0,36,19,64,56,64v37,0,56,-26,56,-64","w":207},"b":{"d":"195,-85v6,80,-96,118,-140,62r0,23r-29,0r0,-297r29,0r0,152v13,-16,32,-29,58,-29v52,0,78,37,82,89xm165,-86v0,-36,-21,-61,-57,-61v-35,0,-55,26,-55,61v0,36,19,64,56,64v37,0,56,-26,56,-64","w":207},"c":{"d":"10,-85v0,-72,86,-113,143,-72v-1,12,2,28,-1,38v-26,-46,-112,-31,-112,34v0,67,86,80,114,34r0,38v-55,41,-144,4,-144,-72","w":171},"d":{"d":"94,-174v27,0,45,14,59,29r0,-152r29,0r0,297r-29,0v-1,-7,2,-18,-1,-23v-13,16,-32,28,-58,28v-51,0,-81,-38,-81,-89v0,-52,28,-88,81,-90xm154,-86v0,-36,-20,-61,-56,-61v-35,0,-56,26,-56,61v0,36,19,64,56,64v37,0,56,-26,56,-64","w":207},"e":{"d":"144,-103v-3,-47,-76,-58,-95,-17v-3,5,-5,11,-6,17r101,0xm12,-82v-10,-100,138,-125,159,-32v3,12,5,24,4,36r-133,0v1,34,21,55,55,56v27,0,41,-18,52,-35r24,14v-15,28,-40,48,-78,48v-52,0,-78,-35,-83,-87","w":186},"f":{"d":"102,-269v-28,-13,-43,5,-43,43r0,57r43,0r0,26r-43,0r0,143r-29,0r0,-143r-16,0r0,-26r16,0v-3,-70,-7,-154,72,-129r0,29","w":98},"g":{"d":"11,-84v-6,-80,96,-118,140,-61r0,-24r29,0r0,180v9,90,-129,111,-159,38v-4,-10,-7,-20,-7,-32r29,0v0,32,23,51,54,51v48,1,59,-43,53,-91v-13,16,-32,28,-58,28v-51,0,-77,-37,-81,-89xm153,-86v0,-36,-21,-61,-57,-61v-35,0,-55,26,-55,61v0,37,18,64,55,64v38,0,57,-27,57,-64","w":208},"h":{"d":"98,-147v-62,0,-37,89,-42,147r-29,0r0,-297r29,0r1,148v11,-14,25,-24,48,-25v79,-2,54,101,58,174r-29,0v-7,-55,23,-147,-36,-147","w":190},"i":{"d":"27,-233v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21xm62,0r-29,0r0,-169r29,0r0,169","w":94},"j":{"d":"27,-233v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21xm62,95r-29,0r0,-264r29,0r0,264","w":94},"k":{"d":"55,-107r61,-62r39,0r-73,72r86,97r-38,0r-68,-77v-15,13,-4,52,-7,77r-29,0r0,-297r29,0r0,190","w":169},"l":{"d":"55,0r-28,0r0,-297r28,0r0,297","w":81},"m":{"d":"56,-151v17,-31,75,-29,88,5v9,-16,28,-28,51,-28v76,0,49,103,54,174r-29,0r0,-115v-2,-18,-9,-33,-31,-32v-57,4,-30,92,-36,147r-29,0r0,-96v0,-25,-4,-51,-30,-51v-58,0,-32,91,-38,147r-29,0r0,-169r29,0r0,18","w":276},"n":{"d":"98,-147v-62,0,-37,89,-42,147r-29,0r0,-169r29,0v1,6,-2,16,1,20v11,-14,25,-24,48,-25v79,-2,54,101,58,174r-29,0v-7,-55,23,-147,-36,-147","w":190},"o":{"d":"161,-85v0,-38,-22,-62,-60,-62v-37,0,-60,24,-60,62v0,38,23,63,60,63v38,0,60,-24,60,-63xm190,-84v0,53,-36,89,-89,89v-53,0,-89,-36,-89,-89v0,-53,35,-90,89,-90v54,0,89,37,89,90","w":202},"p":{"d":"113,5v-26,0,-45,-13,-58,-29r0,119r-29,0r0,-264r29,0r0,24v13,-16,33,-29,59,-29v51,0,81,38,81,90v0,52,-28,89,-82,89xm165,-86v0,-36,-21,-61,-57,-61v-35,0,-55,26,-55,61v0,36,19,64,56,64v37,0,56,-26,56,-64","w":207},"q":{"d":"153,-145r0,-24r29,0r0,264r-29,0r-1,-119v-12,16,-32,29,-58,29v-53,0,-77,-38,-81,-89v-7,-80,97,-118,140,-61xm154,-86v0,-36,-20,-61,-56,-61v-35,0,-56,26,-56,61v0,36,19,64,56,64v37,0,56,-26,56,-64","w":207},"r":{"d":"105,-140v-30,-21,-50,13,-50,55r0,85r-29,0r0,-169r29,0r0,18v11,-20,41,-31,64,-15","w":120,"k":{"y":-14,"x":-14,"w":-14,"v":-14,"t":-7,"n":-3,"m":-3,"f":-7,".":22,",":22}},"s":{"d":"24,-126v0,-55,81,-63,96,-17r-24,13v-4,-20,-43,-24,-44,1v11,40,78,21,78,79v0,48,-58,70,-94,43v-10,-8,-18,-18,-23,-31r26,-11v5,30,60,39,62,1v-8,-42,-77,-26,-77,-78","w":143},"t":{"d":"58,0r-29,0r0,-143r-18,0r0,-26r18,0r0,-61r29,0r0,61r30,0r0,26r-30,0r0,143","w":86},"u":{"d":"92,5v-83,0,-66,-95,-67,-174r29,0v7,56,-23,147,38,147v62,0,31,-92,38,-147r29,0v-2,79,17,174,-67,174","w":184},"v":{"d":"84,-55r50,-114r32,0r-82,180r-84,-180r33,0","w":166,"k":{".":29,",":29}},"w":{"d":"84,-55r52,-127r53,127r51,-114r33,0r-84,181r-53,-126r-52,126r-83,-181r33,0","w":273,"k":{".":22,",":22}},"x":{"d":"11,-169r35,0r44,57r45,-57r36,0r-62,79r70,90r-35,0r-54,-69r-54,69r-36,0r72,-90","w":179},"y":{"d":"-1,-169r34,0r60,121r54,-121r33,0r-125,264r-33,0r55,-111","w":179,"k":{".":29,",":29}},"z":{"d":"179,-27r0,27r-175,0r122,-143r-100,0r0,-26r158,0r-122,142r117,0","w":186},"{":{"d":"102,86v-114,9,-14,-161,-84,-173r0,-23v70,-13,-29,-182,84,-174r0,27v-47,-9,-23,57,-27,95v-3,29,-11,51,-27,63v31,20,29,78,27,131v-1,22,4,31,27,28r0,26","w":120},"|":{"d":"117,77r-28,0r0,-360r28,0r0,360","w":205},"}":{"d":"18,-284v114,-9,14,160,84,174r0,23v-70,13,30,182,-84,173r0,-26v47,9,23,-57,27,-95v3,-30,11,-52,28,-64v-33,-18,-30,-79,-28,-131v1,-22,-4,-30,-27,-27r0,-27","w":120},"~":{"d":"90,-91v-23,-16,-35,9,-41,29r-25,-10v11,-23,19,-53,50,-53v32,0,46,29,74,36v13,-2,22,-21,26,-35r24,10v-10,28,-33,71,-69,48"},"\u00a0":{"w":110}}});
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;
(function ($) {

$(document).ready(function() {

  // Accepts a string; returns the string with regex metacharacters escaped. The returned string
  // can safely be used at any point within a regex to match the provided literal string. Escaped
  // characters are [ ] { } ( ) * + ? - . , \ ^ $ # and whitespace. The character | is excluded
  // in this function as it's used to separate the domains names.
  RegExp.escapeDomains = function(text) {
    return (text) ? text.replace(/[-[\]{}()*+?.,\\^$#\s]/g, "\\$&") : '';
  }

  // Attach onclick event to document only and catch clicks on all elements.
  $(document.body).click(function(event) {
    // Catch the closest surrounding link of a clicked element.
    $(event.target).closest("a,area").each(function() {

      var ga = Drupal.settings.googleanalytics;
      // Expression to check for absolute internal links.
      var isInternal = new RegExp("^(https?):\/\/" + window.location.host, "i");
      // Expression to check for special links like gotwo.module /go/* links.
      var isInternalSpecial = new RegExp("(\/go\/.*)$", "i");
      // Expression to check for download links.
      var isDownload = new RegExp("\\.(" + ga.trackDownloadExtensions + ")$", "i");
      // Expression to check for the sites cross domains.
      var isCrossDomain = new RegExp("^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\/.*(" + RegExp.escapeDomains(ga.trackCrossDomains) + ")", "i");

      // Is the clicked URL internal?
      if (isInternal.test(this.href)) {
        // Is download tracking activated and the file extension configured for download tracking?
        if (ga.trackDownload && isDownload.test(this.href)) {
          // Download link clicked.
          var extension = isDownload.exec(this.href);
          _gaq.push(["_trackEvent", "Downloads", extension[1].toUpperCase(), this.href.replace(isInternal, '')]);
        }
        else if (isInternalSpecial.test(this.href)) {
          // Keep the internal URL for Google Analytics website overlay intact.
          _gaq.push(["_trackPageview", this.href.replace(isInternal, '')]);
        }
      }
      else {
        if (ga.trackMailto && $(this).is("a[href^=mailto:],area[href^=mailto:]")) {
          // Mailto link clicked.
          _gaq.push(["_trackEvent", "Mails", "Click", this.href.substring(7)]);
        }
        else if (ga.trackOutbound && this.href) {
          if (ga.trackDomainMode == 2 && isCrossDomain.test(this.href)) {
            // Top-level cross domain clicked. document.location is handled by _link internally.
            _gaq.push(["_link", this.href]);
          }
          else if (ga.trackOutboundAsPageview) {
            // Track all external links as page views after URL cleanup.
            // Currently required, if click should be tracked as goal.
            _gaq.push(["_trackPageview", '/outbound/' + this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i, '').split('/').join('--')]);
          }
          else {
            // External link clicked.
            _gaq.push(["_trackEvent", "Outbound links", "Click", this.href]);
          }
        }
      }
    });
  });
});

})(jQuery);
;

