/*
 * hrefID jQuery extention
 */
$.fn.extend({ hrefId: function() { return $(this).attr('href').substr($(this).attr('href').indexOf('#')); } });


/*
 * tools.tabs 1.0.1 - Tabs done rigth.
 * 
 * Copyright (c) 2009 Tero Piirainen
 * http://flowplayer.org/tools/tabs.html
 *
 * Dual licensed under MIT and GPL 2+ licenses
 * http://www.opensource.org/licenses
 *
 * Launch  : November 2008
 * Date: 2009-06-12 11:02:45 +0000 (Fri, 12 Jun 2009)
 * Revision: 1911 
 */
(function(c){c.tools=c.tools||{version:{}};c.tools.version.tabs="1.0.1";c.tools.addTabEffect=function(d,e){b[d]=e};var b={"default":function(d){this.getPanes().hide().eq(d).show()},fade:function(d){this.getPanes().hide().eq(d).fadeIn(this.getConf().fadeInSpeed)},slide:function(d){this.getCurrentPane().slideUp("fast");this.getPanes().eq(d).slideDown()},horizontal:function(d){if(!c._hW){c._hW=this.getPanes().eq(0).width()}this.getCurrentPane().animate({width:0},function(){c(this).hide()});this.getPanes().eq(d).animate({width:c._hW},function(){c(this).show()})}};function a(e,f,g){var d=this;var h;function i(j,k){c(d).bind(j,function(m,l){if(k&&k.call(this,l.index)===false&&l){l.proceed=false}});return d}c.each(g,function(j,k){if(c.isFunction(k)){i(j,k)}});c.extend(this,{click:function(k){if(k===h){return d}var m=d.getCurrentPane();var l=e.eq(k);if(typeof k=="string"){l=e.filter("[href="+k+"]");k=e.index(l)}if(!l.length){if(h>=0){return d}k=g.initialIndex;l=e.eq(k)}var j={index:k,proceed:true};c(d).triggerHandler("onBeforeClick",j);if(!j.proceed){return d}l.addClass(g.current);b[g.effect].call(d,k);c(d).triggerHandler("onClick",j);e.removeClass(g.current);l.addClass(g.current);h=k;return d},getConf:function(){return g},getTabs:function(){return e},getPanes:function(){return f},getCurrentPane:function(){return f.eq(h)},getCurrentTab:function(){return e.eq(h)},getIndex:function(){return h},next:function(){return d.click(h+1)},prev:function(){return d.click(h-1)},onBeforeClick:function(j){return i("onBeforeClick",j)},onClick:function(j){return i("onClick",j)}});e.each(function(j){c(this).bind(g.event,function(k){d.click(j);if(!g.history){return k.preventDefault()}})});if(g.history){e.history(function(j,k){d.click(k||0)})}if(location.hash){d.click(location.hash)}else{d.click(g.initialIndex)}f.find("a[href^=#]").click(function(){d.click(c(this).attr("href"))})}c.fn.tabs=function(g,d){var e=this.eq(typeof conf=="number"?conf:0).data("tabs");if(e){return e}var f={tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",history:false,initialIndex:0,event:"click",api:false};if(c.isFunction(d)){d={onBeforeClick:d}}c.extend(f,d);this.each(function(){var h=c(this).find(f.tabs);if(!h.length){h=c(this).children()}var i=g.jquery?g:c(g);e=new a(h,i,f);c(this).data("tabs",e)});return f.api?e:this}})(jQuery);(function(b){var c,a;b.prototype.history=function(e){var d=this;if(b.browser.msie){if(!a){a=b("<iframe />").hide().get(0);b("body").append(a);setInterval(function(){var f=a.contentWindow.document;var g=f.location.hash;if(c!==g){b.event.trigger("hash",g);c=g}},100)}d.bind("click.hash",function(g){var f=a.contentWindow.document;f.open().close();f.location.hash=b(this).attr("href")});d.eq(0).triggerHandler("click.hash")}else{setInterval(function(){var f=location.hash;if(d.filter("[href*="+f+"]").length&&f!==c){c=f;b.event.trigger("hash",f)}},100)}b(window).bind("hash",e);return this}})(jQuery);



/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.02
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());

Cufon.registerFont({"w":200,"face":{"font-family":"Trade Gothic LT Std","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"-7 -285 294 66.1633","underline-thickness":"18","underline-position":"-18","stemh":"16","stemv":"22","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"24,-260r31,0r-6,180r-18,0xm55,0r-31,0r0,-32r31,0r0,32","w":79},"\"":{"d":"31,-179r0,-81r18,0r0,81r-18,0xm71,-179r0,-81r18,0r0,81r-18,0","w":119},"#":{"d":"181,-102r0,17r-41,0r-12,85r-17,0r11,-85r-53,0r-12,85r-17,0r11,-85r-42,0r0,-17r45,0r8,-56r-43,0r0,-18r45,0r12,-84r18,0r-12,84r53,0r12,-84r18,0r-12,84r38,0r0,18r-41,0r-7,56r38,0xm133,-158r-53,0r-8,56r53,0"},"$":{"d":"92,-260r0,-25r17,0r0,25v33,1,59,24,68,43v-1,0,-13,11,-15,12v-11,-21,-29,-34,-53,-37r0,101v36,10,78,28,78,73v0,44,-38,68,-78,68r0,43r-17,0r0,-43v-35,-1,-67,-21,-82,-53r17,-11v12,26,35,47,65,47r0,-107v-35,-10,-72,-28,-72,-70v0,-44,31,-65,72,-66xm92,-146r0,-97v-28,0,-53,19,-53,48v0,32,27,42,53,49xm109,-120r0,103v30,0,58,-22,58,-52v0,-31,-32,-42,-58,-51"},"%":{"d":"89,-260v32,0,59,27,59,59v0,32,-27,59,-59,59v-32,0,-59,-27,-59,-59v0,-32,27,-59,59,-59xm89,-243v-23,0,-42,19,-42,42v0,23,19,42,42,42v23,0,41,-19,41,-42v0,-23,-18,-42,-41,-42xm231,-118v32,0,60,27,60,59v0,32,-28,59,-60,59v-32,0,-59,-27,-59,-59v0,-32,27,-59,59,-59xm231,-101v-23,0,-41,19,-41,42v0,23,18,42,41,42v23,0,42,-19,42,-42v0,-23,-19,-42,-42,-42xm246,-264r-153,268r-18,0r152,-268r19,0","w":320},"&":{"d":"39,-62v0,60,97,51,114,21v-18,-16,-53,-65,-67,-89v-29,16,-47,33,-47,68xm107,-244v-37,0,-34,63,-13,85v24,-13,42,-35,42,-56v0,-16,-9,-29,-29,-29xm194,-122r22,4v-6,28,-17,54,-32,77v12,12,26,22,44,23r0,22v-23,-1,-43,-13,-60,-29v-44,45,-151,40,-153,-38v0,-38,17,-57,60,-86v-31,-38,-29,-115,33,-115v30,0,52,19,52,50v0,35,-27,56,-53,75v20,28,38,58,60,82v13,-20,22,-42,27,-65","w":240},"(":{"d":"74,-264r26,0v-73,93,-72,201,0,294r-26,0v-66,-93,-67,-201,0,-294","w":119},")":{"d":"46,30r-26,0v73,-93,72,-201,0,-294r26,0v66,93,65,201,0,294","w":119},"*":{"d":"100,-260r-4,51r47,-19r6,18r-51,12r33,37r-16,13r-24,-45r-25,45r-17,-11r34,-39r-52,-11r7,-19r47,19r-4,-51r19,0","w":180},"+":{"d":"98,-103r0,-84r20,0r0,84r84,0r0,19r-84,0r0,84r-20,0r0,-84r-84,0r0,-19r84,0","w":216},",":{"d":"35,-32r31,0v4,40,-13,59,-23,86r-14,0r21,-54r-15,0r0,-32","w":100},"-":{"d":"105,-84r-90,0r0,-19r90,0r0,19","w":119},".":{"d":"66,0r-31,0r0,-32r31,0r0,32","w":100},"\/":{"d":"104,-264r-87,268r-21,0r89,-268r19,0","w":100},"0":{"d":"100,-264v63,0,90,61,90,134v0,73,-27,134,-90,134v-63,0,-90,-61,-90,-134v0,-73,27,-134,90,-134xm100,-244v-47,0,-66,46,-66,114v0,68,19,114,66,114v47,0,66,-46,66,-114v0,-68,-19,-114,-66,-114"},"1":{"d":"160,0r-112,0r0,-19r45,0r0,-219r-50,8r0,-14v25,-6,43,-20,74,-20r0,245r43,0r0,19"},"2":{"d":"180,-191v14,62,-136,119,-143,172r143,0r0,19r-164,0v-2,-47,8,-50,89,-117v49,-40,53,-46,53,-73v0,-31,-17,-54,-57,-54v-31,0,-52,20,-61,59r-21,-4v9,-47,40,-75,84,-75v47,0,77,28,77,73"},"3":{"d":"5,-48r19,-11v19,64,134,57,134,-14v0,-45,-43,-59,-99,-55r0,-20v51,3,93,-9,91,-50v-3,-60,-92,-59,-117,-12r-16,-12v24,-30,50,-42,78,-42v33,0,79,15,79,64v0,30,-12,47,-42,61v29,11,49,30,49,66v0,99,-152,99,-176,25"},"4":{"d":"125,-238r-96,153r98,0v-2,-49,4,-108,-2,-153xm5,-66r0,-18r114,-176r32,0r0,175r39,0r0,19r-39,0r0,66r-24,0r0,-66r-122,0"},"5":{"d":"45,-118r-19,-3r11,-139r130,0r0,20r-112,0r-7,90v49,-51,146,-10,138,64v10,93,-135,124,-169,41r19,-13v14,30,34,42,62,42v46,0,66,-33,66,-68v0,-75,-92,-94,-119,-34"},"6":{"d":"178,-242r-11,18v-13,-15,-31,-20,-51,-20v-59,0,-79,67,-79,116v17,-19,43,-35,70,-35v53,0,83,38,83,86v0,50,-41,81,-88,81v-72,0,-89,-65,-89,-125v0,-66,31,-143,104,-143v23,0,43,8,61,22xm166,-81v0,-36,-22,-62,-63,-62v-38,0,-66,41,-66,50v0,47,26,77,66,77v40,0,63,-25,63,-65"},"7":{"d":"20,-240r0,-20r160,0r0,14r-110,246r-26,0r111,-240r-135,0"},"8":{"d":"100,-264v89,0,110,105,32,127v45,20,60,44,60,70v0,52,-38,71,-92,71v-54,0,-91,-19,-91,-71v0,-26,14,-50,59,-70v-32,-12,-49,-33,-49,-61v0,-44,32,-66,81,-66xm32,-67v0,35,30,51,68,51v38,0,68,-16,68,-51v0,-28,-26,-43,-68,-60v-42,17,-68,32,-68,60xm42,-199v0,28,26,44,58,53v32,-9,58,-25,58,-53v0,-31,-24,-45,-58,-45v-34,0,-58,14,-58,45"},"9":{"d":"18,-18r11,-18v13,13,27,20,50,20v60,0,81,-58,81,-114v-17,20,-43,36,-70,36v-53,0,-84,-41,-84,-83v0,-55,41,-87,88,-87v72,0,90,65,90,125v0,66,-23,143,-98,143v-28,0,-50,-8,-68,-22xm30,-179v0,37,23,65,64,65v38,0,65,-42,65,-51v0,-49,-25,-79,-65,-79v-40,0,-64,25,-64,65"},":":{"d":"66,0r-31,0r0,-32r31,0r0,32xm66,-109r-31,0r0,-33r31,0r0,33","w":100},";":{"d":"35,-32r31,0v4,40,-13,59,-23,86r-14,0r21,-54r-15,0r0,-32xm66,-109r-31,0r0,-33r31,0r0,33","w":100},"<":{"d":"202,-19r0,21r-188,-86r0,-20r188,-85r0,21r-163,74","w":216},"=":{"d":"202,-139r0,19r-188,0r0,-19r188,0xm202,-67r0,19r-188,0r0,-19r188,0","w":216},">":{"d":"14,2r0,-21r163,-75r-163,-74r0,-21r188,85r0,20","w":216},"?":{"d":"28,-210r-18,-9v14,-61,120,-62,119,14v-1,54,-71,63,-61,126r-19,0v-12,-65,56,-75,56,-131v0,-22,-16,-34,-36,-34v-24,0,-35,19,-41,34xm73,0r-31,0r0,-32r31,0r0,32","w":140},"@":{"d":"122,-68v34,0,61,-55,61,-88v0,-17,-15,-35,-29,-35v-37,0,-64,51,-64,86v0,22,14,37,32,37xm165,-75v-12,12,-28,26,-48,26v-30,0,-49,-25,-49,-54v0,-51,35,-107,87,-107v17,0,31,9,39,31r10,-24r19,0r-40,127v0,6,4,10,10,10v29,0,59,-46,59,-87v0,-57,-49,-95,-102,-95v-65,0,-114,55,-114,119v0,64,52,117,115,117v36,0,73,-19,95,-50r19,0v-22,41,-68,66,-114,66v-76,0,-134,-61,-134,-135v0,-73,60,-133,132,-133v68,0,122,48,122,112v0,55,-45,103,-82,103v-13,0,-23,-9,-24,-26","w":288},"A":{"d":"67,-104r87,0r-44,-136xm9,0r83,-260r37,0r82,260r-26,0r-26,-85r-98,0r-27,85r-25,0","w":219},"B":{"d":"60,-125r0,106v60,1,135,6,128,-54v7,-47,-68,-57,-128,-52xm60,-240r0,95v55,-1,113,11,117,-48v4,-54,-62,-47,-117,-47xm36,0r0,-260v76,-2,165,-6,165,65v0,28,-11,44,-37,56v28,13,47,35,47,68v0,84,-94,70,-175,71","w":240},"C":{"d":"201,-188r-22,4v-11,-38,-33,-60,-64,-60v-51,0,-74,50,-74,114v0,64,23,114,77,114v42,0,56,-29,65,-63r23,4v-10,46,-35,79,-89,79v-63,0,-100,-54,-100,-134v0,-80,37,-134,100,-134v46,0,73,34,84,76","w":219},"D":{"d":"60,-240r0,221v90,9,139,-19,139,-111v0,-91,-49,-119,-139,-110xm36,0r0,-260r73,0v81,0,113,61,113,130v0,69,-32,130,-113,130r-73,0","w":240},"E":{"d":"191,0r-155,0r0,-260r148,0r0,20r-124,0r0,95r89,0r0,20r-89,0r0,106r131,0r0,19"},"F":{"d":"60,0r-24,0r0,-260r153,0r0,20r-129,0r0,95r94,0r0,20r-94,0r0,125","k":{"A":20,",":40,".":40}},"G":{"d":"206,-188r-22,4v-8,-33,-28,-60,-67,-60v-46,0,-76,44,-76,114v0,56,16,114,83,114v46,0,66,-36,61,-86r-65,0r0,-20r89,0r0,122r-21,0r0,-26v-15,20,-35,30,-71,30v-58,0,-100,-48,-100,-134v0,-86,45,-134,101,-134v48,0,79,32,88,76","w":240},"H":{"d":"36,0r0,-260r24,0r0,115r140,0r0,-115r24,0r0,260r-24,0r0,-125r-140,0r0,125r-24,0","w":259},"I":{"d":"38,0r0,-260r24,0r0,260r-24,0","w":100},"J":{"d":"0,-31r19,-11v14,38,76,38,76,-20r0,-198r24,0r0,205v6,70,-100,77,-119,24","w":159},"K":{"d":"36,0r0,-260r24,0r0,141r119,-141r29,0r-84,99r94,161r-27,0r-82,-143r-49,56r0,87r-24,0","w":219},"L":{"d":"36,0r0,-260r24,0r0,241r116,0r0,19r-140,0","w":180,"k":{"T":27,"V":33,"W":27,"y":13,"Y":33}},"M":{"d":"60,0r-24,0r0,-260r42,0r72,220r72,-220r42,0r0,260r-24,0r-1,-240r-78,240r-22,0r-79,-240r0,240","w":299},"N":{"d":"36,0r0,-260r40,0r124,217r0,-217r24,0r0,260r-25,0r-139,-240r0,240r-24,0","w":259},"O":{"d":"120,-264v65,0,102,57,102,134v0,77,-37,134,-102,134v-65,0,-103,-57,-103,-134v0,-77,38,-134,103,-134xm120,-16v48,0,79,-41,79,-114v0,-73,-31,-114,-79,-114v-48,0,-79,41,-79,114v0,73,31,114,79,114","w":240},"P":{"d":"60,0r-24,0r0,-260r78,0v62,0,88,28,88,72v0,44,-26,73,-88,73r-54,0r0,115xm60,-240r0,105v58,3,125,1,119,-53v6,-53,-61,-55,-119,-52","w":219,"k":{"A":13,",":46,".":46}},"Q":{"d":"232,0r0,22v-23,0,-47,-9,-61,-33v-79,46,-154,-21,-154,-119v0,-77,38,-134,103,-134v106,0,131,175,67,239v11,19,22,25,45,25xm127,-57r0,-23v21,4,37,16,50,35v14,-19,22,-48,22,-85v0,-73,-31,-114,-79,-114v-48,0,-79,41,-79,114v0,92,55,138,120,101v-11,-19,-19,-26,-34,-28","w":240},"R":{"d":"60,-240r0,102v57,2,120,6,120,-51v0,-56,-63,-53,-120,-51xm150,-123r63,123r-25,0r-61,-119r-67,0r0,119r-24,0r0,-260r88,0v92,-7,110,121,26,137","w":240,"k":{"T":13,"V":13,"W":6,"y":6,"Y":13}},"S":{"d":"12,-66r21,-7v5,69,126,81,126,5v0,-70,-140,-42,-140,-128v0,-39,27,-68,75,-68v41,0,71,23,83,63r-21,6v-7,-58,-113,-70,-114,-1v0,18,5,30,53,48v73,27,88,46,88,83v0,44,-37,69,-79,69v-50,0,-78,-22,-92,-70"},"T":{"d":"11,-240r0,-20r178,0r0,20r-77,0r0,240r-24,0r0,-240r-77,0","k":{"w":33,"y":33,"A":27,",":33,".":33,"-":33,"a":33,"c":33,"e":33,"i":33,"o":33,"r":33,"s":33,"u":33,":":33,";":33}},"U":{"d":"36,-260r24,0r0,177v0,50,24,67,70,67v46,0,70,-17,70,-67r0,-177r24,0r0,175v0,59,-31,89,-94,89v-63,0,-94,-30,-94,-89r0,-175","w":259},"V":{"d":"87,0r-84,-260r25,0r71,226r73,-226r25,0r-86,260r-24,0","k":{"A":27,",":33,".":33,"-":6,"a":6,"e":6,"o":6,":":6,";":6}},"W":{"d":"75,0r-69,-260r24,0r56,217r52,-217r24,0r51,217r57,-217r24,0r-70,260r-23,0r-52,-214r-51,214r-23,0","w":299,"k":{"A":27,",":27,".":27,"-":6,"a":6,"e":6,"o":6,"u":6,":":6,";":6}},"X":{"d":"85,-136r-76,-124r28,0r62,104r61,-104r28,0r-75,124r83,136r-28,0r-69,-114r-67,114r-28,0"},"Y":{"d":"87,0r0,-110r-80,-150r27,0r64,129r68,-129r27,0r-82,150r0,110r-24,0","k":{"v":6,"A":13,",":33,".":33,"-":27,"a":20,"e":20,"i":6,"o":20,"u":13,":":20,";":20,"p":13,"q":20}},"Z":{"d":"28,-240r0,-20r154,0r0,20r-136,221r138,0r0,19r-167,0r0,-19r135,-221r-124,0"},"[":{"d":"32,-260r67,0r0,13r-46,0r0,260r46,0r0,13r-67,0r0,-286","w":119},"\\":{"d":"83,4r-87,-268r19,0r89,268r-21,0","w":100},"]":{"d":"88,26r-67,0r0,-13r46,0r0,-260r-46,0r0,-13r67,0r0,286","w":119},"^":{"d":"98,-260r19,0r79,153r-24,0r-65,-127r-63,127r-24,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"153,0r-21,0r-3,-23v-34,37,-120,42,-120,-22v0,-51,42,-61,120,-78v2,-33,-5,-51,-43,-51v-22,0,-40,12,-54,34r-14,-8v23,-60,132,-61,132,16v0,46,-3,90,3,132xm128,-45r0,-61v-86,19,-97,36,-97,60v0,54,70,31,97,1","w":180},"b":{"d":"33,0r0,-260r22,0r0,97v49,-59,132,-18,132,68v0,97,-87,127,-135,71r-4,24r-15,0xm55,-140r0,92v14,19,29,34,56,34v37,0,55,-34,55,-77v0,-49,-19,-83,-58,-83v-21,0,-46,21,-53,34"},"c":{"d":"162,-140r-20,5v-25,-62,-107,-51,-107,41v0,85,86,106,115,41r17,9v-16,27,-37,48,-73,48v-53,0,-81,-41,-81,-98v0,-107,123,-129,149,-46","w":180},"d":{"d":"167,-260r0,260r-15,0r-4,-24v-14,19,-34,28,-60,28v-49,0,-75,-35,-75,-99v0,-85,83,-127,132,-68r0,-97r22,0xm145,-48r0,-92v-7,-13,-31,-34,-52,-34v-39,0,-58,34,-58,83v0,43,17,77,54,77v27,0,42,-15,56,-34"},"e":{"d":"165,-93r-130,0v0,42,18,79,60,79v24,0,35,-7,54,-37r18,9v-39,78,-154,57,-154,-52v0,-58,29,-97,77,-97v51,0,75,40,75,98xm35,-110r108,0v-4,-39,-21,-64,-54,-64v-38,0,-54,39,-54,64","w":180},"f":{"d":"94,-170r-38,0r0,170r-21,0r0,-170r-31,0r0,-17r31,0v-7,-54,14,-89,68,-74r0,18v-23,-6,-49,-5,-47,27r0,29r38,0r0,17","w":100},"g":{"d":"173,-194r0,19v-10,0,-22,1,-30,9v8,10,14,21,14,39v1,57,-54,75,-103,60v-12,4,-17,11,-17,18v0,11,7,16,58,16v56,0,79,17,79,48v0,27,-21,51,-85,51v-64,0,-82,-22,-82,-44v0,-16,7,-30,33,-40v-37,-2,-27,-54,3,-57v-53,-34,-23,-116,47,-116v18,0,32,5,44,13v11,-11,24,-16,39,-16xm84,-14v-42,0,-55,16,-55,32v0,18,18,31,57,31v47,0,67,-13,67,-32v0,-15,-13,-31,-69,-31xm38,-126v0,32,22,47,48,47v30,0,49,-15,49,-47v0,-33,-19,-48,-49,-48v-30,0,-48,19,-48,48","w":180},"h":{"d":"51,0r-21,0r0,-260r21,0r0,102v33,-48,120,-47,120,30r0,128r-22,0r0,-126v0,-31,-9,-48,-38,-48v-23,0,-36,14,-60,36r0,138"},"i":{"d":"51,-187r0,187r-22,0r0,-187r22,0xm51,-228r-22,0r0,-32r22,0r0,32","w":79},"j":{"d":"-7,64r0,-18v15,5,36,5,36,-16r0,-217r22,0r0,217v1,35,-28,40,-58,34xm51,-228r-22,0r0,-32r22,0r0,32","w":79},"k":{"d":"51,0r-21,0r0,-260r21,0r0,172r87,-99r25,0r-61,70r70,117r-24,0r-60,-102r-37,42r0,60","w":180},"l":{"d":"29,0r0,-260r22,0r0,260r-22,0","w":79},"m":{"d":"51,0r-21,0r0,-187r21,0r0,28v25,-37,92,-47,108,2v24,-43,111,-52,111,17r0,140r-22,0r0,-142v-4,-55,-70,-28,-87,4r0,138r-22,0r0,-142v-4,-55,-70,-28,-88,4r0,138","w":299},"n":{"d":"51,0r-21,0r0,-187r21,0r0,29v33,-48,120,-47,120,30r0,128r-22,0r0,-126v0,-31,-9,-48,-38,-48v-23,0,-36,14,-60,36r0,138"},"o":{"d":"90,-174v-39,0,-55,29,-55,80v0,51,16,80,55,80v39,0,55,-29,55,-80v0,-51,-16,-80,-55,-80xm90,-191v58,0,77,46,77,97v0,51,-19,98,-77,98v-58,0,-77,-47,-77,-98v0,-51,19,-97,77,-97","w":180},"p":{"d":"33,66r0,-253r22,0r0,29v15,-22,33,-33,57,-33v49,0,75,47,75,98v0,97,-83,124,-132,69r0,90r-22,0xm55,-139r0,92v7,13,32,33,53,33v39,0,58,-30,58,-82v0,-39,-18,-78,-55,-78v-24,0,-38,16,-56,35"},"q":{"d":"167,-186r0,252r-22,0r0,-90v-49,59,-132,18,-132,-68v0,-96,86,-123,135,-70r4,-24r15,0xm145,-47r0,-91v-14,-19,-29,-34,-56,-34v-37,0,-54,33,-54,76v0,48,19,82,58,82v21,0,45,-20,52,-33"},"r":{"d":"50,0r-22,0r0,-187r22,0r0,35v12,-26,32,-42,64,-39r0,21v-35,-4,-64,24,-64,64r0,106","w":119,"k":{",":27,".":27,"-":20}},"s":{"d":"9,-34r16,-11v18,25,34,31,58,31v24,0,42,-15,42,-35v0,-54,-111,-24,-111,-91v-1,-66,105,-64,124,-17r-16,12v-13,-17,-27,-29,-49,-29v-21,0,-37,10,-37,33v0,46,110,19,110,92v0,67,-109,69,-137,15","w":159},"t":{"d":"4,-187r28,0r0,-61r21,0r0,61r41,0r0,17r-41,0r0,137v-2,23,24,21,41,15r0,18v-28,9,-62,3,-62,-29r0,-141r-28,0r0,-17","w":100},"u":{"d":"149,-187r22,0r0,187r-22,0r0,-30v-32,48,-119,49,-119,-29r0,-128r21,0r0,125v0,31,9,48,38,48v23,0,36,-13,60,-35r0,-138"},"v":{"d":"69,0r-64,-187r23,0r52,154r52,-154r23,0r-65,187r-21,0","w":159,"k":{",":27,".":27}},"w":{"d":"55,0r-52,-187r21,0r42,150r43,-150r21,0r43,150r42,-150r22,0r-54,187r-21,0r-43,-150r-42,150r-22,0","w":240,"k":{",":20,".":20}},"x":{"d":"80,-79r-50,79r-26,0r63,-99r-56,-88r26,0r43,67r43,-67r26,0r-56,88r63,99r-26,0","w":159},"y":{"d":"28,-187r52,152r52,-152r24,0r-70,200v-14,44,-35,59,-80,51r0,-18v36,8,47,0,63,-49r-65,-184r24,0","w":159,"k":{",":27,".":27}},"z":{"d":"18,-170r0,-17r128,0r0,13r-108,157r111,0r0,17r-140,0r0,-14r108,-156r-99,0","w":159},"{":{"d":"16,-111r0,-12v59,-7,-30,-157,75,-141r0,13v-21,1,-32,-6,-32,24v0,42,12,105,-26,110v38,5,26,68,26,110v0,30,11,23,32,24r0,13v-34,3,-52,-5,-54,-41v-2,-35,15,-97,-21,-100","w":119},"|":{"d":"30,4r0,-268r20,0r0,268r-20,0","w":79},"}":{"d":"104,-123r0,12v-61,5,30,158,-76,141r0,-13v21,-1,33,6,33,-24v0,-42,-12,-105,26,-110v-38,-5,-24,-68,-26,-110v-1,-29,-12,-23,-33,-24r0,-13v35,-3,54,4,54,41v0,36,-15,98,22,100","w":119},"~":{"d":"67,-116v25,0,59,24,83,24v15,0,25,-12,34,-25r14,15v-8,15,-23,30,-49,30v-25,1,-60,-22,-83,-23v-15,0,-25,12,-34,25r-14,-15v8,-14,23,-31,49,-31","w":216},"'":{"d":"31,-179r0,-81r18,0r0,81r-18,0","w":79},"`":{"d":"-5,-258r28,0r40,50r-19,0","w":79},"\u00a0":{"w":100}}});Cufon.registerFont({"w":200,"face":{"font-family":"Trade Gothic LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"-21 -283 308 69","underline-thickness":"18","underline-position":"-18","stemh":"30","stemv":"45","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"76,-260r-10,172r-32,0r-10,-172r52,0xm76,0r-52,0r0,-51r52,0r0,51","w":100},"\"":{"d":"72,-163r0,-97r39,0r0,97r-39,0xm9,-163r0,-97r39,0r0,97r-39,0","w":119},"#":{"d":"182,-108r0,34r-35,0r-11,74r-34,0r10,-74r-36,0r-10,74r-35,0r10,-74r-34,0r0,-34r39,0r6,-44r-34,0r0,-34r39,0r10,-74r35,0r-11,74r36,0r11,-74r34,0r-10,74r31,0r0,34r-35,0r-7,44r31,0xm123,-152r-36,0r-6,44r35,0"},"$":{"d":"7,-46r31,-28v11,15,28,30,46,34r0,-74v-37,-11,-72,-35,-72,-76v0,-42,32,-68,72,-70r0,-23r28,0r0,23v30,5,51,20,68,38r-28,27v-10,-13,-23,-23,-40,-25r0,66v40,14,76,33,76,82v0,44,-34,71,-76,72r0,41r-28,0r0,-41v-25,0,-59,-22,-77,-46xm84,-162r0,-60v-17,0,-31,10,-31,28v0,16,15,27,31,32xm112,-106r0,66v19,0,32,-13,32,-31v0,-21,-15,-27,-32,-35"},"%":{"d":"77,-260v36,0,65,30,65,65v0,35,-29,65,-65,65v-36,0,-65,-30,-65,-65v0,-35,29,-65,65,-65xm77,-225v-41,0,-35,59,0,59v16,0,30,-14,30,-29v0,-15,-14,-30,-30,-30xm243,-130v36,0,65,30,65,65v0,35,-29,65,-65,65v-36,0,-65,-30,-65,-65v0,-35,29,-65,65,-65xm243,-94v-16,0,-30,14,-30,29v0,15,14,30,30,30v16,0,30,-15,30,-30v0,-15,-14,-29,-30,-29xm71,4r149,-268r31,0r-149,268r-31,0","w":320},"&":{"d":"99,-233v-32,0,-26,49,-8,69v14,-12,31,-24,31,-45v0,-11,-8,-24,-23,-24xm183,-131r39,11v-8,22,-17,44,-30,65v10,7,23,14,36,15r0,44v-25,0,-42,-6,-66,-27v-42,48,-150,31,-150,-45v0,-36,18,-55,44,-72v-14,-21,-21,-37,-21,-59v0,-87,130,-82,128,-6v0,33,-26,53,-50,72v14,19,29,37,46,53v9,-17,19,-33,24,-51xm81,-107v-32,16,-18,70,18,70v13,0,26,-7,33,-15v-20,-17,-36,-36,-51,-55","w":240},"(":{"d":"109,30r-42,0v-63,-80,-64,-214,0,-294r42,0v-28,39,-51,84,-51,147v0,63,23,108,51,147","w":119},")":{"d":"53,30r-43,0v28,-39,52,-84,52,-147v0,-63,-24,-108,-52,-147r43,0v63,80,64,214,0,294","w":119},"*":{"d":"72,-260r36,0v-2,18,-10,37,-9,54r48,-24r9,32v-17,4,-39,1,-53,8r38,38r-27,20v-9,-15,-13,-36,-25,-48r-23,48r-27,-20v11,-14,31,-25,37,-40r-52,-6r9,-32r48,24v1,-17,-7,-36,-9,-54","w":180},"+":{"d":"86,-120r0,-76r44,0r0,76r76,0r0,44r-76,0r0,76r-44,0r0,-76r-76,0r0,-44r76,0","w":216},",":{"d":"28,53r18,-53r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":100},"-":{"d":"104,-78r-89,0r0,-40r89,0r0,40","w":119},".":{"d":"76,0r-52,0r0,-51r52,0r0,51","w":100},"\/":{"d":"121,-264r-98,268r-44,0r98,-268r44,0","w":100},"0":{"d":"13,-86r0,-88v0,-55,31,-90,87,-90v56,0,87,35,87,90r0,88v0,55,-31,90,-87,90v-56,0,-87,-35,-87,-90xm100,-222v-53,0,-40,80,-40,130v0,42,13,55,40,55v53,0,40,-80,40,-131v0,-42,-13,-54,-40,-54"},"1":{"d":"85,0r0,-199r-40,0r0,-28v38,-8,45,-21,57,-37r28,0r0,264r-45,0"},"2":{"d":"178,0r-164,0r0,-42v104,-99,121,-118,121,-145v0,-21,-12,-35,-35,-35v-27,1,-39,17,-37,43r-48,0v-4,-50,27,-85,81,-85v51,0,86,26,86,76v0,60,-70,107,-107,147r103,0r0,41"},"3":{"d":"12,-76r48,0v0,27,11,39,38,39v24,0,38,-17,38,-39v0,-29,-16,-41,-52,-41r0,-41v58,9,61,-64,12,-64v-18,0,-30,12,-31,30r-47,0v0,-48,35,-72,79,-72v77,0,108,93,49,128v28,11,38,33,38,62v0,51,-38,78,-85,78v-58,0,-87,-31,-87,-80"},"4":{"d":"40,-105r74,0r-1,-102xm0,-110r110,-150r49,0r0,155r37,0r0,37r-37,0r0,68r-45,0r0,-68r-114,0r0,-42"},"5":{"d":"13,-75r47,0v-1,24,14,38,37,38v31,0,41,-21,41,-57v0,-55,-54,-63,-76,-30r-40,0r0,-136r150,0r0,41r-109,0r0,54v14,-10,29,-16,48,-16v55,0,74,35,74,88v0,60,-25,97,-87,97v-65,0,-85,-40,-85,-79"},"6":{"d":"60,-106v-2,43,8,69,40,69v25,0,38,-18,38,-48v0,-52,-55,-50,-78,-21xm180,-192r-47,0v-1,-18,-15,-30,-33,-30v-36,0,-43,34,-40,78v16,-12,35,-20,56,-20v45,0,69,35,69,77v0,53,-26,91,-85,91v-56,0,-87,-35,-87,-90r0,-88v0,-55,31,-90,87,-90v45,0,76,25,80,72"},"7":{"d":"11,-219r0,-41r164,0r0,24r-70,236r-52,0r72,-219r-114,0"},"8":{"d":"140,-75v0,-24,-16,-40,-40,-40v-24,0,-40,16,-40,40v0,22,11,38,40,38v29,0,40,-16,40,-38xm133,-189v0,-18,-14,-33,-33,-33v-19,0,-33,15,-33,33v0,18,15,33,33,33v18,0,33,-15,33,-33xm187,-74v0,51,-38,78,-87,78v-49,0,-87,-27,-87,-78v0,-29,10,-51,38,-62v-21,-10,-32,-34,-32,-57v0,-48,36,-71,81,-71v45,0,81,23,81,71v0,23,-11,47,-32,57v28,11,38,33,38,62"},"9":{"d":"140,-154v2,-42,-8,-68,-40,-68v-25,0,-37,17,-37,47v-1,53,54,51,77,21xm20,-68r47,0v1,18,15,31,33,31v35,0,43,-35,40,-79v-16,12,-35,20,-56,20v-45,0,-69,-35,-69,-77v0,-53,26,-91,85,-91v56,0,87,35,87,90r0,88v0,55,-31,90,-87,90v-45,0,-76,-25,-80,-72"},":":{"d":"76,0r-52,0r0,-51r52,0r0,51xm76,-108r-52,0r0,-51r52,0r0,51","w":100},";":{"d":"28,53r18,-53r-22,0r0,-51r52,0r0,51r-23,53r-25,0xm76,-108r-52,0r0,-51r52,0r0,51","w":100},"<":{"d":"206,-39r0,42r-196,-84r0,-34r196,-84r0,42r-140,59","w":216},"=":{"d":"206,-164r0,44r-196,0r0,-44r196,0xm206,-76r0,44r-196,0r0,-44r196,0","w":216},">":{"d":"10,3r0,-42r140,-59r-140,-59r0,-42r196,84r0,34","w":216},"?":{"d":"143,-202v0,40,-62,67,-52,116r-39,0r0,-36v0,-17,46,-63,46,-84v0,-12,-11,-21,-23,-21v-15,0,-29,16,-30,32r-41,-12v10,-74,139,-78,139,5xm97,0r-51,0r0,-51r51,0r0,51","w":159},"@":{"d":"148,-163v-39,-3,-57,70,-11,72v40,3,57,-70,11,-72xm186,-177r5,-18r32,0r-20,102v0,4,1,7,5,7v17,0,36,-20,36,-59v0,-58,-40,-88,-95,-88v-60,0,-99,44,-99,103v0,94,113,132,176,78r33,0v-64,104,-246,50,-246,-78v0,-76,62,-134,137,-134v63,0,125,43,125,109v0,79,-69,104,-91,104v-11,1,-18,-9,-21,-19v-31,41,-93,8,-93,-44v0,-61,76,-117,116,-63","w":288},"A":{"d":"101,-204v-11,32,-16,71,-25,105r49,0xm53,0r-48,0r64,-260r64,0r62,260r-47,0r-13,-55r-68,0"},"B":{"d":"22,0r0,-260v74,-3,154,-4,154,67v0,23,-11,41,-32,54v69,34,39,151,-49,139r-73,0xm72,-116r0,75v35,3,60,-7,60,-38v0,-31,-26,-39,-60,-37xm72,-219r0,62v30,3,54,-7,54,-31v0,-27,-24,-34,-54,-31"},"C":{"d":"68,-183r0,106v0,29,12,37,32,37v26,0,35,-22,32,-54r50,0v3,68,-31,98,-82,98v-48,0,-82,-24,-82,-88r0,-92v0,-64,34,-88,82,-88v48,0,82,24,82,88r-50,0v2,-30,-10,-44,-32,-44v-20,0,-32,8,-32,37"},"D":{"d":"22,0r0,-260v88,-2,161,-5,160,90r0,80v1,95,-71,93,-160,90xm72,-216r0,172v39,2,60,-5,60,-52v0,-59,15,-135,-60,-120"},"E":{"d":"162,0r-140,0r0,-260r136,0r0,44r-86,0r0,60r66,0r0,44r-66,0r0,68r90,0r0,44","w":180},"F":{"d":"72,0r-50,0r0,-260r130,0r0,44r-80,0r0,60r63,0r0,44r-63,0r0,112","w":159,"k":{"A":13,",":40,".":40}},"G":{"d":"154,0r-7,-22v-42,51,-129,25,-129,-62r0,-92v0,-64,34,-88,82,-88v51,0,78,30,80,89r-50,0v6,-59,-62,-62,-62,-8r0,106v0,29,12,37,32,37v25,1,32,-23,30,-52r-35,0r0,-41r85,0r0,133r-26,0"},"H":{"d":"75,0r-50,0r0,-260r50,0r0,104r70,0r0,-104r50,0r0,260r-50,0r0,-112r-70,0r0,112","w":219},"I":{"d":"75,0r-50,0r0,-260r50,0r0,260","w":100},"J":{"d":"45,-260r50,0r0,205v2,43,-40,66,-91,58r0,-44v24,3,41,1,41,-24r0,-195","w":119},"K":{"d":"72,0r-50,0r0,-260r50,0r1,107r64,-107r55,0r-67,105r74,155r-56,0r-52,-109r-19,29r0,80"},"L":{"d":"152,0r-130,0r0,-260r50,0r0,216r80,0r0,44","w":159,"k":{"T":20,"V":20,"W":20,"y":13,"Y":27}},"M":{"d":"68,0r-43,0r0,-260r70,0r45,171r45,-171r70,0r0,260r-43,0r0,-204r-53,204r-38,0r-53,-204r0,204","w":280},"N":{"d":"71,0r-46,0r0,-260r55,0r69,154r0,-154r46,0r0,260r-48,0r-76,-168r0,168","w":219},"O":{"d":"18,-84r0,-92v0,-64,34,-88,82,-88v48,0,82,24,82,88r0,92v0,64,-34,88,-82,88v-48,0,-82,-24,-82,-88xm68,-183r0,106v0,29,12,37,32,37v20,0,32,-8,32,-37r0,-106v0,-29,-12,-37,-32,-37v-20,0,-32,8,-32,37"},"P":{"d":"75,0r-50,0r0,-260r72,0v61,0,91,29,91,78v0,56,-43,83,-113,78r0,104xm75,-219r0,74v36,2,63,-2,63,-37v0,-35,-27,-40,-63,-37","k":{"A":13,",":46,".":46}},"Q":{"d":"198,-24r0,43v-24,0,-41,-11,-53,-25v-60,25,-127,5,-127,-78r0,-92v0,-64,34,-88,82,-88v48,0,82,24,82,88v0,49,7,110,-10,143v7,5,15,9,26,9xm97,-65r0,-43v16,2,27,12,35,24v-5,-47,19,-138,-32,-136v-20,0,-32,8,-32,37r0,106v-2,38,26,42,51,33v-7,-10,-14,-18,-22,-21"},"R":{"d":"192,0r-53,0r-43,-106r-24,0r0,106r-50,0r0,-260r72,0v96,-12,118,114,49,144xm72,-219r0,72v34,2,61,0,61,-36v0,-36,-26,-38,-61,-36","k":{"Y":6}},"S":{"d":"177,-201r-45,13v-8,-24,-19,-34,-36,-34v-18,0,-28,10,-28,28v0,39,111,42,111,123v0,45,-31,75,-83,75v-40,0,-71,-22,-84,-73r48,-11v6,31,24,43,39,43v17,0,31,-12,31,-31v0,-49,-111,-50,-111,-123v0,-45,27,-73,78,-73v44,0,71,26,80,63"},"T":{"d":"7,-260r166,0r0,44r-58,0r0,216r-50,0r0,-216r-58,0r0,-44","w":180,"k":{"w":20,"y":20,"A":13,",":27,".":27,"-":27,"a":20,"c":20,"e":20,"i":20,"o":20,"r":20,"s":20,"u":20,":":27,";":27}},"U":{"d":"25,-260r50,0r0,182v0,25,11,38,35,38v24,0,35,-13,35,-38r0,-182r50,0r0,182v0,57,-34,82,-85,82v-51,0,-85,-25,-85,-82r0,-182","w":219},"V":{"d":"72,0r-67,-260r49,0r47,186r45,-186r49,0r-66,260r-57,0","k":{"A":13,",":27,".":27,"-":13,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":13,";":13}},"W":{"d":"63,0r-55,-260r46,0r36,170r36,-170r48,0r36,170r35,-170r46,0r-57,260r-48,0r-37,-178r-39,178r-47,0","w":299,"k":{"A":6,",":20,".":20,"-":6,"a":6,"e":6,"o":6,":":6,";":6}},"X":{"d":"63,-260r37,78r38,-78r53,0r-63,123r69,137r-54,0r-43,-92r-43,92r-54,0r70,-137r-64,-123r54,0"},"Y":{"d":"57,-260r44,105r42,-105r53,0r-71,155r0,105r-50,0r0,-105r-71,-155r53,0","k":{"v":6,"A":13,",":33,".":33,"-":27,"a":20,"e":20,"i":6,"o":20,"u":13,":":20,";":20,"p":13,"q":20}},"Z":{"d":"22,-216r0,-44r144,0r0,42r-98,174r100,0r0,44r-156,0r0,-42r98,-174r-88,0","w":180},"[":{"d":"102,27r-84,0r0,-287r84,0r0,22r-44,0r0,243r44,0r0,22","w":119},"\\":{"d":"77,4r-98,-268r44,0r98,268r-44,0","w":100},"]":{"d":"18,-260r84,0r0,287r-84,0r0,-22r44,0r0,-243r-44,0r0,-22","w":119},"^":{"d":"61,-115r-42,0r70,-145r38,0r70,145r-43,0r-46,-102","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"17,-139v3,-40,33,-60,73,-60v104,-2,54,113,69,199r-45,0v-1,-5,-2,-11,-3,-19v-25,30,-99,37,-99,-24v0,-45,42,-65,99,-82v11,-43,-45,-51,-48,-14r-46,0xm111,-48r0,-48v-27,9,-54,24,-54,45v0,32,41,22,54,3","w":180},"b":{"d":"67,-152r0,108v24,22,49,25,50,-33v1,-32,0,-99,-23,-89v-10,0,-18,4,-27,14xm63,0r-41,0r0,-260r45,0r0,82v50,-43,95,-20,95,56v0,59,1,126,-50,126v-21,0,-39,-17,-49,-28r0,24","w":180},"c":{"d":"162,-128r-45,0v2,-21,-7,-32,-27,-32v-44,-1,-27,63,-27,101v0,15,11,23,27,23v21,0,30,-13,27,-35r45,0v0,52,-27,75,-72,75v-66,0,-72,-57,-72,-129v0,-52,27,-74,72,-74v44,0,71,21,72,71","w":180},"d":{"d":"113,-44r0,-108v-24,-22,-49,-25,-50,33v-1,32,0,99,23,89v10,0,18,-4,27,-14xm158,0r-41,0v-1,-7,2,-18,-1,-24v-8,12,-28,28,-48,28v-51,0,-50,-67,-50,-126v0,-76,45,-99,95,-56r0,-82r45,0r0,260","w":180},"e":{"d":"162,-87r-99,0v-2,28,2,54,27,54v19,0,27,-12,27,-27r45,0v-2,40,-26,64,-72,64v-43,0,-72,-27,-72,-70r0,-64v0,-43,29,-69,72,-69v60,0,79,46,72,112xm63,-124r54,0v2,-23,-5,-39,-27,-39v-22,0,-29,16,-27,39","w":180},"f":{"d":"97,-261r0,37v-26,-4,-31,11,-28,37r27,0r0,37r-27,0r0,150r-46,0r0,-150r-20,0r0,-37r20,0v-5,-60,22,-88,74,-74","w":100},"g":{"d":"105,-125v0,-25,-8,-38,-24,-38v-17,0,-23,12,-23,43v0,24,7,36,21,36v19,0,26,-7,26,-41xm172,-199r0,39v-11,-4,-19,-3,-29,2v17,62,-9,126,-79,109v-3,4,-8,6,-8,11v0,24,114,-13,114,58v0,33,-34,49,-87,49v-74,0,-96,-43,-48,-66v-30,-14,-16,-52,9,-61v-47,-30,-45,-141,37,-141v19,0,39,8,51,22v12,-14,23,-22,40,-22xm127,23v-4,-17,-48,-10,-67,-14v-5,5,-9,8,-9,15v0,10,15,15,42,15v22,0,34,-6,34,-16","w":180},"h":{"d":"67,0r-45,0r0,-260r45,0r0,86v27,-33,91,-40,91,25r0,149r-45,0r0,-144v-1,-33,-31,-22,-46,-4r0,148","w":180},"i":{"d":"27,-196r46,0r0,196r-46,0r0,-196xm73,-230r-46,0r0,-41r46,0r0,41","w":100},"j":{"d":"27,-196r46,0r0,212v-1,43,-33,57,-72,52r0,-40v19,0,26,-6,26,-18r0,-206xm73,-230r-46,0r0,-41r46,0r0,41","w":100},"k":{"d":"69,0r-45,0r0,-260r45,0r1,140r48,-76r51,0r-45,66r49,130r-48,0r-33,-92r-23,32r0,60","w":180},"l":{"d":"27,0r0,-260r46,0r0,260r-46,0","w":100},"m":{"d":"22,0r0,-196r44,0r0,22v23,-27,71,-39,83,4v24,-37,89,-45,89,22r0,148r-45,0r0,-149v-1,-32,-31,-11,-40,1r0,148r-46,0r0,-149v-1,-32,-33,-11,-40,1r0,148r-45,0","w":259},"n":{"d":"67,0r-45,0r0,-196r44,0r0,22v30,-33,92,-41,92,25r0,149r-45,0r0,-144v-1,-33,-31,-22,-46,-4r0,148","w":180},"o":{"d":"90,4v-66,0,-72,-57,-72,-129v0,-52,27,-74,72,-74v66,0,72,56,72,128v0,52,-27,75,-72,75xm90,-160v-44,-1,-27,63,-27,101v0,15,11,23,27,23v44,1,27,-63,27,-101v0,-15,-11,-23,-27,-23","w":180},"p":{"d":"67,-152r0,108v24,22,49,25,50,-33v1,-32,0,-99,-23,-89v-10,0,-18,4,-27,14xm22,-196r41,0v1,7,-2,18,1,24v8,-12,28,-27,48,-27v51,0,50,66,50,125v0,76,-46,100,-95,56r0,87r-45,0r0,-265","w":180},"q":{"d":"113,-44r0,-108v-24,-22,-49,-25,-50,33v-1,32,0,99,23,89v10,0,18,-4,27,-14xm117,-196r41,0r0,265r-45,0r0,-87v-50,45,-95,20,-95,-56v0,-59,-1,-125,50,-125v21,0,39,16,49,27r0,-24","w":180},"r":{"d":"67,0r-45,0r0,-196r44,0v1,8,-2,20,1,26v10,-19,23,-29,46,-29r0,49v-18,-10,-46,-6,-46,16r0,134","w":119,"k":{",":20,".":20,"-":13}},"s":{"d":"145,-150r-37,14v-6,-29,-50,-39,-50,-9v0,30,89,31,89,89v0,39,-27,60,-65,60v-27,0,-52,-7,-74,-56r41,-11v4,18,15,30,33,30v14,0,22,-6,22,-17v0,-37,-89,-29,-89,-95v0,-37,30,-54,62,-54v34,0,57,19,68,49","w":159},"t":{"d":"20,-150r-18,0r0,-37r18,0r0,-53r46,0r0,53r29,0r0,37r-29,0r0,100v-1,13,14,15,29,14r0,38v-36,6,-75,1,-75,-37r0,-115","w":100},"u":{"d":"113,-196r45,0r0,196r-44,0r0,-22v-30,34,-92,42,-92,-25r0,-149r45,0r0,144v1,33,31,22,46,4r0,-148","w":180},"v":{"d":"50,-196r30,126r30,-126r46,0r-54,196r-44,0r-54,-196r46,0","w":159,"k":{",":13,".":13}},"w":{"d":"51,0r-46,-196r42,0r27,123r26,-123r39,0r29,123r25,-123r42,0r-46,196r-42,0r-29,-122r-24,122r-43,0","w":240,"k":{",":13,".":13}},"x":{"d":"56,-101r-50,-95r48,0r26,56r26,-56r48,0r-49,96r53,100r-49,0r-29,-63r-30,63r-48,0","w":159},"y":{"d":"12,68r0,-39v45,5,49,-25,37,-67r-45,-158r46,0r31,130r29,-130r46,0r-52,195v-15,58,-38,74,-92,69","w":159,"k":{",":13,".":13}},"z":{"d":"18,-156r0,-40r131,0r0,39r-83,117r83,0r0,40r-138,0r0,-39r82,-117r-75,0","w":159},"{":{"d":"94,-264r0,22v-67,-12,7,116,-59,125v41,2,29,63,29,104v0,21,11,23,30,22r0,21v-39,2,-66,-1,-70,-43v-3,-34,15,-96,-25,-93r0,-22v40,4,22,-59,25,-93v4,-41,31,-45,70,-43","w":119},"|":{"d":"18,4r0,-268r44,0r0,268r-44,0","w":79},"}":{"d":"26,30r0,-21v67,11,-6,-115,59,-126v-42,-2,-29,-62,-29,-103v0,-21,-11,-23,-30,-22r0,-22v39,-2,66,1,70,43v3,34,-14,97,25,94r0,22v-39,-4,-22,59,-25,92v-4,41,-31,45,-70,43","w":119},"~":{"d":"149,-64v-38,0,-97,-55,-116,1r-14,-35v9,-17,22,-33,48,-33v27,0,63,26,85,26v14,0,23,-14,32,-28r13,35v-11,16,-24,34,-48,34","w":216},"'":{"d":"20,-163r0,-97r40,0r0,97r-40,0","w":79},"`":{"d":"-9,-272r56,0r34,52r-37,0","w":100},"\u00a0":{"w":100}}});

Cufon.replace('.cf', { fontFamily: 'Trade Gothic LT Std' });

/*
 * Scripts
 *
 */
jQuery(function($) {
	var Engine = {
		utils : {
			links : function(){
				$('a[rel*=external]').click(function(e){
					e.preventDefault();
					window.open($(this).attr('href'));						  
				});
			},
			mails : function(){
				$('a[href^=mailto:]').each(function(){
					var mail = $(this).attr('href').replace('mailto:','');
					var replaced = mail.replace('/at/','@');
					$(this).attr('href','mailto:'+replaced);
					if($(this).text() == mail) {
						$(this).text(replaced);
					}
				});
			}
		},
		ui : {
			tabsInit : function () {
				var tabsApi = $("ol.tabs").tabs("div.panes > div", {effect: 'slide'}); 
				
				$('.tab-nav .prev a').click(function (e) {
					e.preventDefault();
					var tabsApi = $("ol.tabs").tabs();
					tabsApi.prev();
					var index = tabsApi.getIndex();
					if(index == 0)
					{
						$(this).hide();
					}
					else if(index != 3 )
					{
						$('.tab-nav .next a').show();
					}
				});
				$('.tab-nav .next a').click(function (e) {
					e.preventDefault();
					var tabsApi = $("ol.tabs").tabs();
					tabsApi.next();
					var index = tabsApi.getIndex();
					if(index == 3)
					{
						$(this).hide();
					}
					else if(index != 0 )
					{
						$('.tab-nav .prev a').show();
					}					
				})
				
				$('.tabs a').click(function (e) {					
					var tabsApi = $("ol.tabs").tabs();					
					var index = tabsApi.getIndex();
					if(index == 0)
					{
						$('.tab-nav .prev a').hide();						
					}
					if(index == 3 )
					{
						$('.tab-nav .next a').hide();
					}
					if(index != 3 )
					{
						$('.tab-nav .next a').show();
					}
					if(index != 0 )
					{
						$('.tab-nav .prev a').show();						
					}
				});				
			},
			referInit : function () {
				$('#refer-to-friend .field-list-b').not($('#refer-to-friend .field-list-b:first-child')).hide();
				$('#refer-trigger').click(function (e) {
					e.preventDefault();
					$('#refer-to-friend .field-list-b:hidden').eq(0).show();
				});
			},
			topTooltipInit : function () {
				$('#logo').hover(
					function () {
						$('#bubble').fadeIn('normal');
					},
					function () {
						$('#bubble').fadeOut('fast');						
					}
				);
			},
			tooltipInit : function () {
				$('a.tooltip-trigger').hover(
					function (e) {
						var obj = $(this).attr('href');
						$(obj).css({'top' : e.pageY-30, 'left' : e.pageX+15});
						$(obj).fadeIn('normal');
					}, 
					function () {
						var obj = $(this).attr('href');
						$(obj).fadeOut('fast');
					}
				);
			}
		},
		fixes : {
			loginCheck : function(){
				if ($('#lchk').text() === '1') {						
					$('#user-account').show();
					$('#user-actions a').html('Customer Logout').attr('href','/LogOutProcess.aspx');
				}
			},
			testimonialNoLinks : function () {
				$('#testimonial-list div.testimonial p.image a').click(function (e) {
					e.preventDefault();
				})
			},
			tagListSetFirst : function () {
				$('.BlogTagList ul li:first-child').addClass('first');
			},
			blogPrevNextButtons : function () {
				var styleAttr = $('.button-8 a').attr('style');			
				if( styleAttr.indexOf('display: none;') != -1)
				{					
					$('.button-8').hide();
				}		
				
				var styleAttr1 = $('.button-9 a').attr('style');			
				if( styleAttr1.indexOf('display: none;') != -1)
				{					
					$('.button-9').hide();
					$('.button-8').addClass('btn-8-a');
				}					
			},
			blog : function(){
				// no comments/trackbacks + alternative
				var $comments = $('div.comments-a');
				$comments.each(function(){
					if($(this).find('div.comment').length == 0){
						var fixed = $(this).html().replace(/<\/h2>/i,'</h2><p class="empty">') + '</p>';
						//alert(fixed);
						$(this).html(fixed);
					} else {
						$(this).find('div.comment:odd').addClass('alt');
					}
				});
				
				// show/hide comments/trackbacks
				var $links = $('.list-box-b a.comments, .list-box-b a.trackbacks');
				$links.click(function(){
					$($(this).hrefId()).toggle();
					if($(this).is('.comments')) $($(this).hrefId()).next('div.add-comment-a:first').toggle();
					return false;
				});
				
				// single post (show trackbacks and comments)
				if($('div.post-a').length == 1){
					$('div.comments-a, div.add-comment-a').show();
				}
			}
		}
		
	};

	Engine.fixes.loginCheck();
	Engine.utils.links();
	Engine.utils.mails();
	Engine.ui.tabsInit();
	Engine.ui.referInit();
	Engine.ui.tooltipInit();
	Engine.ui.topTooltipInit();
	Engine.fixes.testimonialNoLinks();
	Engine.fixes.tagListSetFirst();
	//Engine.fixes.blogPrevNextButtons();
	Engine.fixes.blog();
	
});