/* easySlider1.7.js */
(function($){$.fn.easySlider=function(options){var defaults={prevId:'prevBtn',prevText:'Previous',nextId:'nextBtn',nextText:'Next',controlsShow:true,controlsBefore:'',controlsAfter:'',controlsFade:true,firstId:'firstBtn',firstText:'First',firstShow:false,lastId:'lastBtn',lastText:'Last',lastShow:false,vertical:false,speed:800,auto:false,pause:2000,continuous:false,numeric:false,numericId:'controls'};var options=$.extend(defaults,options);this.each(function(){var obj=$(this);var s=$("li",obj).length;var w=$("li",obj).width();var h=$("li",obj).height();var clickable=true;obj.width(w);obj.height(h);obj.css("overflow","hidden");var ts=s-1;var t=0;$("ul",obj).css('width',s*w);if(options.continuous){$("ul",obj).prepend($("ul li:last-child",obj).clone().css("margin-left","-"+w+"px"));$("ul",obj).append($("ul li:nth-child(2)",obj).clone());$("ul",obj).css('width',(s+1)*w)};if(!options.vertical)$("li",obj).css('float','left');if(options.controlsShow){var html=options.controlsBefore;if(options.numeric){html+='<ol id="'+options.numericId+'"></ol>'}else{if(options.firstShow)html+='<span id="'+options.firstId+'"><a href=\"javascript:void(0);\">'+options.firstText+'</a></span>';html+=' <span id="'+options.prevId+'"><a href=\"javascript:void(0);\">'+options.prevText+'</a></span>';html+=' <span id="'+options.nextId+'"><a href=\"javascript:void(0);\">'+options.nextText+'</a></span>';if(options.lastShow)html+=' <span id="'+options.lastId+'"><a href=\"javascript:void(0);\">'+options.lastText+'</a></span>'};html+=options.controlsAfter;$(obj).after(html)};if(options.numeric){for(var i=0;i<s;i++){$(document.createElement("li")).attr('id',options.numericId+(i+1)).html('<a rel='+i+' href=\"javascript:void(0);\">'+(i+1)+'</a>').appendTo($("#"+options.numericId)).click(function(){animate($("a",$(this)).attr('rel'),true)})}}else{$("a","#"+options.nextId).click(function(){animate("next",true)});$("a","#"+options.prevId).click(function(){animate("prev",true)});$("a","#"+options.firstId).click(function(){animate("first",true)});$("a","#"+options.lastId).click(function(){animate("last",true)})};function setCurrent(i){i=parseInt(i)+1;$("li","#"+options.numericId).removeClass("current");$("li#"+options.numericId+i).addClass("current")};function adjust(){if(t>ts)t=0;if(t<0)t=ts;if(!options.vertical){$("ul",obj).css("margin-left",(t*w*-1))}else{$("ul",obj).css("margin-left",(t*h*-1))}clickable=true;if(options.numeric)setCurrent(t)};function animate(dir,clicked){if(clickable){clickable=false;var ot=t;switch(dir){case"next":t=(ot>=ts)?(options.continuous?t+1:ts):t+1;break;case"prev":t=(t<=0)?(options.continuous?t-1:0):t-1;break;case"first":t=0;break;case"last":t=ts;break;default:t=dir;break};var diff=Math.abs(ot-t);var speed=diff*options.speed;if(!options.vertical){p=(t*w*-1);$("ul",obj).animate({marginLeft:p},{queue:false,duration:speed,complete:adjust})}else{p=(t*h*-1);$("ul",obj).animate({marginTop:p},{queue:false,duration:speed,complete:adjust})};if(!options.continuous&&options.controlsFade){if(t==ts){$("a","#"+options.nextId).hide();$("a","#"+options.lastId).hide()}else{$("a","#"+options.nextId).show();$("a","#"+options.lastId).show()};if(t==0){$("a","#"+options.prevId).hide();$("a","#"+options.firstId).hide()}else{$("a","#"+options.prevId).show();$("a","#"+options.firstId).show()}};if(clicked)clearTimeout(timeout);if(options.auto&&dir=="next"&&!clicked){;timeout=setTimeout(function(){animate("next",false)},diff*options.speed+options.pause)}}};var timeout;if(options.auto){;timeout=setTimeout(function(){animate("next",false)},options.pause)};if(options.numeric)setCurrent(0);if(!options.continuous&&options.controlsFade){$("a","#"+options.prevId).hide();$("a","#"+options.firstId).hide()}})}})(jQuery);

/*! Cufon 1.09 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

/*! junctionregular Cufont Font */
Cufon.registerFont({"w":221,"face":{"font-family":"junction regular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-13 -303 364 99.1199","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":93},"b":{"d":"134,-202v44,0,72,48,72,100v0,99,-83,136,-145,79r0,23r-30,0r0,-295r30,0r0,135v16,-21,41,-42,73,-42xm134,-173v-37,0,-61,29,-73,47r0,70v44,48,116,42,114,-46v0,-36,-16,-71,-41,-71","w":227,"k":{"a":4,"u":4}},"c":{"d":"105,-202v41,1,61,31,61,31r-19,18v0,0,-12,-20,-43,-21v-25,-1,-54,25,-54,79v0,64,53,97,100,50r19,18v-31,31,-49,31,-67,31v-50,0,-82,-43,-82,-99v0,-75,46,-108,85,-107","w":183,"k":{"o":4}},"d":{"d":"93,4v-44,0,-71,-48,-71,-100v0,-99,82,-135,144,-79r0,-120r31,0r0,247v0,0,2,25,23,35r-25,17v-22,-12,-28,-31,-29,-42v-16,21,-41,42,-73,42xm93,-25v37,1,61,-29,73,-47r0,-70v-44,-47,-116,-43,-114,46v0,36,16,71,41,71","w":234,"k":{"z":-5}},"e":{"d":"20,-97v0,-55,35,-105,85,-105v81,0,82,69,81,102r-136,0v0,44,20,78,57,78v10,0,34,1,61,-35r18,18v-36,45,-64,43,-79,43v-55,0,-87,-47,-87,-101xm105,-176v-24,0,-43,21,-51,49r100,0v-4,-18,-15,-49,-49,-49","w":208},"f":{"d":"92,-272v-36,0,-24,42,-26,74r59,0r0,25r-59,0r0,173r-30,0r0,-173r-25,0r0,-25r25,0v-2,-54,1,-99,56,-99v27,0,47,9,64,23r-20,18v-13,-10,-27,-16,-44,-16","w":145,"k":{"a":20,"u":8,"t":7,"s":14,"q":22,"o":18,"i":7,"g":9,"f":7,"e":25,"d":22,"c":22}},"g":{"d":"59,-140v0,40,30,46,48,46v18,0,47,-8,47,-46v0,-30,-29,-40,-47,-40v-18,0,-48,10,-48,40xm52,-21v-30,-12,-19,-44,7,-60v-17,-9,-30,-27,-30,-59v0,-54,57,-70,102,-60v21,-17,47,-27,76,-17r-5,25v-14,-3,-33,-3,-46,3v16,10,28,26,28,49v0,66,-52,73,-99,67v-12,8,-21,19,-21,29v58,7,143,-1,144,62v0,44,-31,81,-100,81v-45,0,-86,-25,-86,-60v0,-32,13,-47,30,-60xm108,72v49,0,71,-25,71,-54v0,-33,-58,-31,-98,-33v-17,10,-29,21,-29,54v0,19,26,33,56,33","k":{"a":9,"o":8,"d":4}},"h":{"d":"61,0r-30,0r0,-295r30,0r0,139v32,-42,132,-81,132,15r0,141r-30,0r0,-141v0,-19,-5,-31,-16,-31v-37,0,-69,30,-86,47r0,125","w":218},"i":{"d":"34,-198r30,0r0,198r-30,0r0,-198xm31,-259v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18","w":97},"j":{"d":"13,-259v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18xm16,-198r30,0r0,213v0,45,-28,76,-50,84r-9,-28v14,-2,29,-28,29,-56r0,-213","w":79},"k":{"d":"205,0r-40,0v-16,-5,-66,-81,-96,-97v-3,-1,-7,1,-8,1r0,96r-30,0r0,-295r30,0r0,167v4,-3,66,-44,79,-70r30,0v-5,21,-51,58,-82,81v35,20,103,115,117,117","w":203,"k":{"s":9,"e":4}},"l":{"d":"60,-53v-2,22,8,33,28,32r-1,25v-11,0,-33,-1,-44,-12v-13,-13,-12,-32,-12,-45r0,-242r29,0r0,242","w":100},"m":{"d":"61,0r-30,0r0,-198r30,0r0,39v25,-39,111,-71,119,1v19,-21,44,-44,76,-44v76,0,37,131,46,202r-30,0r0,-141v0,-19,-5,-31,-16,-31v-37,0,-61,29,-75,46r0,126r-30,0r0,-141v0,-19,-4,-31,-15,-31v-37,0,-61,29,-75,46r0,126","w":330},"n":{"d":"61,0r-30,0r0,-198r30,0r0,42v32,-42,132,-81,132,15r0,141r-30,0r0,-141v0,-19,-5,-31,-16,-31v-36,0,-67,28,-86,47r0,125"},"o":{"d":"22,-99v0,-81,43,-103,86,-103v43,0,86,22,86,103v0,81,-43,103,-86,103v-43,0,-86,-22,-86,-103xm163,-99v0,-61,-28,-78,-55,-78v-27,0,-56,17,-56,78v0,61,29,78,56,78v27,0,55,-17,55,-78","w":215,"k":{"y":5,"x":9,"o":4,"d":4}},"p":{"d":"61,94r-30,0r0,-292r30,0r0,38v16,-21,41,-42,73,-42v44,0,72,48,72,100v0,99,-83,136,-145,79r0,117xm134,-173v-37,0,-61,29,-73,47r0,70v44,48,116,42,114,-46v0,-36,-16,-71,-41,-71","w":227},"q":{"d":"93,4v-44,0,-71,-48,-71,-100v0,-99,82,-135,144,-79r0,-23r31,0r0,292r-31,0r0,-132v-17,21,-41,42,-73,42xm93,-25v37,1,61,-29,73,-47r0,-70v-44,-47,-116,-43,-114,46v0,36,16,71,41,71","w":227},"r":{"d":"31,-198r30,0r0,38v13,-22,30,-42,50,-42v31,0,48,19,48,19r-21,21v0,0,-9,-12,-26,-12v-23,0,-41,28,-51,50r0,124r-30,0r0,-198","w":165,"k":{"a":4,"'":-4,"-":11,"y":5,"s":4,"o":11,"i":5,"g":5,"d":11,"c":4}},"s":{"d":"134,-54v0,-51,-112,-27,-106,-92v7,-78,89,-63,124,-33r-20,18v-19,-18,-75,-32,-75,15v0,17,20,24,41,30v32,10,64,20,64,62v0,77,-115,72,-146,18r21,-17v11,20,34,32,57,32v20,0,40,-10,40,-33","w":180,"k":{"a":2,"t":4,"e":5}},"t":{"d":"16,-173r0,-25r25,0r0,-54r31,0r0,54r47,0r0,25r-47,0r0,115v0,13,-1,37,18,37v12,0,23,-5,32,-14r17,17v-15,14,-34,22,-57,22v-64,0,-35,-114,-41,-177r-25,0","w":144},"u":{"d":"75,-26v36,0,67,-27,86,-47r0,-125r30,0r0,198r-30,0r0,-41v-33,42,-132,79,-132,-16r0,-141r30,0r0,141v0,19,5,31,16,31"},"v":{"d":"13,-198r35,0r52,160v13,-54,46,-149,56,-160r33,0v-14,17,-75,198,-75,198r-26,0","w":201},"w":{"d":"98,0r-28,0r-57,-198r32,0r41,155r43,-155r26,0r43,155v12,-55,40,-150,47,-155r29,0v-10,10,-62,198,-62,198r-26,0r-44,-153","w":286},"x":{"d":"22,-198r38,0r49,72v17,-25,48,-71,53,-72r37,0v-8,4,-56,72,-73,96r72,102r-39,0r-51,-76v-16,23,-51,75,-56,76r-38,0v8,-4,64,-83,77,-101","w":213,"k":{"t":4,"f":5}},"y":{"d":"18,-198r32,0r54,139v25,-61,55,-133,62,-139r34,0v-10,10,-20,18,-94,212v-13,34,-48,88,-88,85r-8,-26v22,-1,31,-8,39,-16v10,-4,28,-51,38,-75","w":198,"k":{"a":4}},"z":{"d":"172,-32r0,26v-44,14,-102,2,-154,6r0,-26r112,-147r-112,0r0,-25r148,0r0,25r-112,147v42,-3,84,7,118,-6","w":186,"k":{"o":9}},".":{"d":"16,-18v0,-12,8,-19,20,-19v12,0,20,7,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21","w":72},",":{"d":"14,-18v0,-12,9,-19,21,-19v40,12,17,63,-5,87r-15,-5v10,-13,18,-26,21,-42v-13,0,-22,-9,-22,-21","w":72},":":{"d":"25,-18v0,-12,8,-19,20,-19v12,0,20,7,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm25,-149v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20","w":90},";":{"d":"25,-18v0,-12,8,-19,20,-19v40,12,18,63,-4,87r-15,-5v10,-13,18,-26,21,-42v-13,0,-22,-9,-22,-21xm25,-149v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20","w":92},"?":{"d":"57,-106v-1,-48,81,-76,81,-124v0,-14,-3,-40,-44,-40v-37,0,-60,43,-60,43r-19,-18v0,0,29,-50,79,-50v64,0,74,41,74,65v0,56,-70,84,-83,125v0,12,4,19,16,30r-18,16v-15,-14,-26,-25,-26,-47xm70,-18v0,-12,8,-19,20,-19v12,0,20,7,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21","w":181},"-":{"d":"105,-112r0,26r-85,0r0,-26r85,0","w":124},"Z":{"d":"203,-36r0,30v-58,14,-120,2,-185,6r0,-30r139,-218r-135,0r0,-29r173,0r0,29r-138,218v53,-3,101,7,146,-6"},"D":{"d":"62,0r-31,0r0,-277r31,0r0,30v69,-60,181,-46,181,110v0,112,-93,180,-181,116r0,21xm211,-137v0,-80,-34,-113,-66,-113v-42,0,-70,20,-83,34r0,167v71,49,150,13,149,-88","w":264},"A":{"d":"113,-277r33,0r102,277r-33,0r-35,-94r-101,0r-35,94r-33,0xm130,-232r-41,110r81,0","w":259,"k":{"v":6}},"B":{"d":"62,0r-31,0r0,-277r31,0r0,20v56,-42,133,-35,133,56v0,29,-12,47,-28,57v35,16,41,45,41,59v0,21,3,89,-94,89v-15,0,-35,-8,-52,-20r0,16xm62,-128r0,87v14,9,32,16,52,16v66,0,64,-46,64,-60v0,-11,-8,-44,-61,-44v-10,0,-20,1,-55,1xm165,-202v0,-71,-63,-54,-103,-29r0,77v52,0,103,0,103,-48","w":230},"G":{"d":"237,-141r0,86v0,33,-43,59,-85,59v-98,0,-130,-81,-130,-138v0,-112,75,-147,128,-147v56,0,86,43,86,43r-22,21v0,0,-21,-35,-63,-35v-39,0,-97,29,-97,118v0,44,25,106,96,107v21,0,59,-14,59,-29r0,-54v-26,-1,-44,4,-66,-5r0,-29v33,6,59,2,94,3","w":268},"_":{"d":"218,0r0,23r-198,0r0,-23r198,0","w":237},"C":{"d":"220,-243r-22,21v0,0,-16,-29,-62,-29v-40,0,-82,38,-82,119v0,60,35,106,79,106v50,0,79,-31,79,-31r19,19v-3,4,-29,42,-97,42v-64,0,-112,-58,-112,-136v0,-100,61,-149,114,-149v57,0,84,38,84,38","w":238},"^":{"d":"105,-198r26,0r90,198r-26,0r-77,-170r-78,170r-26,0","w":235},"E":{"d":"188,0r-157,0r0,-277r152,-2r0,33r-121,0r0,89r103,0r0,27r-103,0r0,99r126,-2r0,33","w":202},"F":{"d":"62,0r-31,0r0,-277r152,-2r0,33r-121,0r0,89r103,0r0,27r-103,0r0,130","w":195},"H":{"d":"62,0r-31,0r0,-277r31,0r0,120r143,0r0,-120r32,0r0,277r-32,0r0,-130r-143,0r0,130","w":267},"I":{"d":"62,0r-31,0r0,-277r31,0r0,277","w":92},"J":{"d":"41,-277r32,0r0,283v0,58,-41,79,-65,87r-12,-28v22,-6,45,-23,45,-59r0,-283","w":102},"O":{"d":"137,-281v57,0,115,32,115,141v0,111,-59,143,-116,143v-57,0,-114,-31,-114,-142v0,-111,58,-142,115,-142xm137,-251v-41,0,-84,24,-84,111v0,88,42,113,83,113v41,0,84,-25,84,-112v0,-86,-42,-112,-83,-112","w":273},"K":{"d":"94,-148v53,6,92,116,121,148r-38,0v-12,-13,-55,-90,-67,-104v-8,-10,-28,-20,-48,-15r0,119r-31,0r0,-277r31,0r0,125r95,-125r40,0","w":222},"L":{"d":"31,0r0,-277r31,0r0,246r137,-2r0,33r-168,0","w":211,"k":{"o":4}},"M":{"d":"62,0r-31,0r0,-277r31,0r91,240r91,-240r32,0r0,277r-32,0r0,-200r-76,200r-30,0r-76,-200r0,200","w":306},"N":{"d":"62,0r-31,0r0,-277r31,0r137,223r-1,-223r32,0r0,277r-32,0r-136,-224r0,224","w":260},"T":{"d":"4,-250r0,-27r195,0r0,27r-83,0r0,250r-31,0r0,-250r-81,0","w":202},"Q":{"d":"252,-137v0,101,-49,136,-101,141v9,15,50,18,74,8r9,29v-10,4,-31,7,-42,7v-48,0,-67,-30,-73,-45v-51,-6,-97,-41,-97,-140v0,-111,58,-144,115,-144v57,0,115,35,115,144xm137,-251v-41,0,-84,26,-84,113v0,88,42,113,83,113v41,0,84,-25,84,-112v0,-86,-42,-114,-83,-114","w":273},"P":{"d":"62,0r-31,0r0,-277r31,0r0,21v49,-46,139,-26,142,62v4,97,-79,137,-142,92r0,102xm174,-194v-4,-70,-68,-68,-112,-35r0,95v47,42,117,25,112,-60","w":222},"R":{"d":"62,0r-31,0r0,-277r31,0r0,20v53,-40,137,-35,137,55v0,57,-31,79,-62,85v30,27,70,96,95,117r-39,0v-29,-21,-69,-114,-103,-114v-10,0,-20,-1,-28,-1r0,115xm62,-140v60,-1,107,12,107,-62v0,-67,-68,-54,-107,-29r0,91","w":237},"S":{"d":"187,-76v0,-75,-150,-38,-150,-128v0,-65,57,-77,83,-77v35,0,67,12,86,33r-22,20v-14,-15,-37,-24,-64,-24v-16,0,-53,7,-53,48v0,27,31,36,62,45v42,13,88,29,88,83v0,105,-156,99,-196,27r21,-21v19,30,51,45,84,45v31,0,61,-16,61,-51","w":239},"U":{"d":"226,-86v0,82,-67,90,-97,90v-31,0,-98,-8,-98,-90r0,-191r31,0r0,190v0,58,46,64,67,64v20,0,65,-6,65,-63r0,-191r32,0r0,191","w":256},"{":{"d":"102,-299v24,0,42,12,42,12r-10,25v0,0,-10,-7,-32,-7v-7,0,-8,17,-8,25r0,108v0,1,-1,21,-23,34v23,13,23,34,23,35r0,108v0,8,1,25,8,25v22,0,32,-7,32,-7r10,25v0,0,-18,12,-42,12v-33,0,-39,-37,-39,-55r0,-107v0,0,1,-27,-34,-27r0,-18v35,0,34,-26,34,-26r0,-107v0,-18,6,-55,39,-55","w":169},"V":{"d":"143,0r-34,0r-98,-277r33,0r82,232r82,-232r33,0","w":252,"k":{"a":5}},"W":{"d":"116,0r-27,0r-78,-277r33,0r58,227r59,-227r33,0r58,227r59,-227r33,0r-78,277r-27,0r-62,-220","w":354,"k":{"a":5,"o":5,"e":7}},"X":{"d":"187,-277r39,0r-88,139r88,138r-39,0r-69,-108r-68,108r-39,0r88,-138r-88,-139r38,0r69,108","w":236},"Y":{"d":"182,-277r37,0r-92,144r0,133r-31,0r0,-133r-92,-144r38,0r70,110","w":222},"0":{"d":"22,-102v0,-81,46,-106,88,-106v42,0,89,25,89,106v0,81,-47,106,-89,106v-42,0,-88,-25,-88,-106xm168,-102v0,-61,-30,-79,-58,-79v-28,0,-58,18,-58,79v0,61,30,79,58,79v28,0,58,-18,58,-79","w":220},"1":{"d":"99,0r-30,0r0,-173r-32,27r-19,-19r51,-38r30,0r0,203","w":128,"k":{"7":-5}},"2":{"d":"43,-147r-19,-17v7,-12,35,-44,72,-44v41,0,67,22,67,64v0,37,-56,88,-95,118r110,0r0,26r-160,0r0,-23v0,0,114,-78,114,-119v0,-27,-16,-37,-37,-37v-34,0,-52,32,-52,32","w":198},"3":{"d":"40,-153r-17,-17v0,0,19,-38,63,-38v33,0,61,24,61,59v0,22,-15,38,-32,51v35,4,65,32,65,69v0,73,-62,106,-105,106v-35,0,-61,-22,-61,-22r19,-19v33,24,116,10,116,-65v0,-23,-20,-44,-44,-44v-26,0,-50,10,-50,10r0,-26v33,-13,63,-30,63,-60v0,-18,-15,-30,-32,-30v-33,0,-46,26,-46,26","w":200,"k":{"1":4}},"4":{"d":"215,-26r0,26r-40,0r0,77r-30,0r0,-77r-131,0r0,-16r142,-187r19,0r0,177r40,0xm54,-25v28,-3,61,0,91,-1r0,-121","w":226},"5":{"d":"60,-176r0,73v54,-30,129,12,129,73v0,73,-60,107,-103,107v-41,0,-61,-24,-61,-24r19,-18v32,25,114,12,114,-65v0,-25,-21,-56,-50,-56v-18,0,-33,3,-48,13r-29,0r0,-130r136,0r0,27r-107,0","w":212},"6":{"d":"125,-171v41,0,77,22,77,82v0,34,-21,92,-86,92v-59,0,-93,-47,-93,-131v0,-83,44,-155,104,-155v32,0,58,20,63,24r-19,19v0,0,-18,-15,-42,-15v-57,0,-76,83,-77,132v24,-37,51,-48,73,-48xm116,-24v42,0,55,-41,55,-65v0,-41,-21,-55,-46,-55v-21,0,-47,12,-69,59v8,39,29,61,60,61","w":223},"7":{"d":"16,-175r0,-28r159,0r0,21v-29,61,-123,246,-153,259r-20,-19v22,-14,101,-162,136,-233r-122,0","w":186},"9":{"d":"98,-35v-41,0,-76,-21,-76,-81v0,-34,20,-92,85,-92v59,0,93,47,93,131v0,60,-31,154,-106,154v-31,0,-57,-15,-65,-20r20,-19v3,2,20,12,45,12v57,0,76,-82,77,-131v-24,36,-51,46,-73,46xm98,-61v20,0,46,-13,69,-59v-8,-40,-29,-61,-60,-61v-42,0,-55,41,-55,65v0,41,21,55,46,55","w":223},"8":{"d":"183,-221v0,38,-35,65,-56,77v32,24,63,48,63,82v0,69,-78,66,-83,66v-5,0,-84,2,-84,-66v0,-38,34,-66,57,-82v-27,-21,-49,-46,-49,-77v0,-45,40,-60,76,-60v36,0,76,15,76,60xm160,-62v0,-22,-28,-44,-60,-67v-20,13,-46,35,-46,67v0,42,50,41,53,41v3,0,53,1,53,-41xm106,-159v14,-7,47,-29,47,-62v-1,-51,-91,-51,-92,0v0,23,21,43,45,62","w":213},"&":{"d":"22,-72v0,-38,29,-61,63,-80v-22,-24,-37,-44,-37,-66v0,-45,41,-59,77,-59v36,0,74,14,74,59v0,31,-32,51,-69,70r66,71v12,-19,21,-40,32,-62r22,13v-12,24,-22,47,-35,68v19,18,33,32,37,31v10,0,17,1,26,-20r19,11v-17,38,-29,38,-45,38v-9,0,-30,-15,-54,-37v-19,22,-45,38,-86,38v-24,0,-90,-21,-90,-75xm102,-134v-27,15,-50,33,-50,62v12,60,98,52,126,18xm169,-218v0,-53,-90,-51,-91,0v0,13,15,31,35,52v29,-15,56,-30,56,-52","w":316},"`":{"d":"20,-252r7,-25r81,40r-7,17","w":128},"$":{"d":"21,-49r21,-21v16,26,41,40,69,44r0,-106v-39,-12,-74,-26,-74,-72v0,-58,46,-74,74,-77r0,-22r23,0r0,23v30,3,55,14,72,32r-22,20v-12,-12,-29,-20,-50,-23r0,94v41,13,83,29,83,81v0,51,-39,77,-83,80r0,20r-23,0r0,-21v-37,-4,-69,-21,-90,-52xm187,-76v0,-29,-25,-40,-53,-49r0,100v28,-3,53,-19,53,-51xm67,-204v0,22,20,32,44,40r0,-88v-18,3,-44,14,-44,48","w":235},"}":{"d":"67,-269v-22,0,-32,7,-32,7r-10,-25v0,0,18,-12,42,-12v33,0,39,37,39,55r0,107v0,0,-1,26,34,26r0,18v-33,0,-34,24,-34,26r0,108v0,18,-6,55,-39,55v-24,0,-42,-12,-42,-12r10,-25v0,0,10,7,32,7v7,0,9,-17,9,-25r0,-107v0,0,0,-23,22,-36v-22,-13,-22,-33,-22,-34r0,-108v0,-8,-2,-25,-9,-25","w":169},"|":{"d":"58,94r-27,0r0,-393r27,0r0,393","w":88},"@":{"d":"153,-7v-35,0,-48,-27,-48,-67v0,-79,59,-134,99,-134v18,0,36,4,52,28r5,-21r28,7v0,0,-36,162,-36,164v3,3,83,-13,83,-95v0,-58,-49,-123,-135,-123v-80,0,-151,75,-151,154v0,79,71,136,151,136v37,0,65,-3,117,-46r18,22v-59,49,-91,53,-135,53v-95,0,-179,-70,-179,-165v0,-95,84,-183,179,-183v105,0,163,79,163,152v0,98,-89,118,-116,118v-21,0,-26,-13,-22,-32v-19,17,-45,32,-73,32xm134,-74v0,27,5,45,19,46v40,1,76,-48,83,-58r13,-61v-14,-35,-30,-40,-45,-40v-28,0,-70,47,-70,113","w":385},"\/":{"d":"118,-277r30,0r-111,371r-30,0","w":155},"!":{"d":"63,-66r-24,0r-5,-229r33,0xm31,-18v0,-12,8,-19,20,-19v12,0,20,7,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21","w":101},"(":{"d":"109,-277r2,25v-48,17,-59,116,-59,161v0,45,11,143,59,160r-2,25v-69,-7,-87,-133,-87,-185v0,-52,18,-180,87,-186","w":121},"\\":{"d":"9,-277r30,0r111,371r-30,0","w":159},")":{"d":"11,-252r2,-25v69,6,87,134,87,186v0,52,-18,178,-87,185r-2,-25v48,-17,59,-115,59,-160v0,-45,-11,-144,-59,-161","w":121},"\"":{"d":"16,-257v0,-12,8,-20,20,-20v40,12,18,64,-4,88r-15,-5v10,-13,18,-27,21,-43v-13,0,-22,-8,-22,-20xm78,-257v0,-12,8,-20,20,-20v41,13,17,64,-5,88r-15,-5v10,-13,18,-27,21,-43v-13,0,-21,-8,-21,-20","w":136},"~":{"d":"165,-94v-28,1,-64,-22,-91,-22v-31,0,-42,9,-42,9r-10,-18v0,0,16,-13,52,-13v26,1,61,23,91,22v28,0,41,-8,41,-8r10,18v0,0,-19,12,-51,12","w":237},"'":{"d":"16,-257v0,-12,8,-20,20,-20v40,12,18,64,-4,88r-15,-5v10,-13,18,-27,21,-43v-13,0,-22,-8,-22,-20","w":74,"k":{"s":13}},"+":{"d":"127,0r-24,0r0,-87r-85,0r0,-24r85,0r0,-87r24,0r0,87r89,0r0,24r-89,0r0,87","w":234},"]":{"d":"25,94r0,-22r43,0r0,-328r-43,0r0,-21r74,0r0,371r-74,0","w":129},"%":{"d":"205,-73v0,-59,37,-76,68,-76v32,0,69,17,69,77v0,58,-37,75,-68,75v-31,0,-69,-17,-69,-76xm22,-205v0,-58,37,-75,68,-75v32,0,68,17,68,76v0,58,-37,74,-68,74v-31,0,-68,-16,-68,-75xm270,-293r31,0r-208,310r-31,0xm90,-260v-19,0,-41,12,-41,55v0,43,22,55,41,55v19,0,41,-11,41,-54v0,-44,-22,-56,-41,-56xm274,-129v-19,0,-41,13,-41,57v0,42,22,54,41,54v19,0,41,-12,41,-54v0,-43,-22,-57,-41,-57","w":363},"=":{"d":"222,-142r0,24r-199,0r0,-24r199,0xm222,-85r0,25r-199,0r0,-25r199,0","w":245},"[":{"d":"104,-277r0,21r-43,0r0,328r43,0r0,22r-73,0r0,-371r73,0","w":129},"#":{"d":"34,-176r6,-26r62,0r19,-75r26,0r-18,75r63,0r19,-75r26,0r-18,75r64,0r-7,26r-64,0r-15,64r66,0r-6,26r-67,0r-21,86r-26,0r20,-86r-63,0r-21,86r-26,0r20,-86r-59,0r7,-26r59,0r15,-64r-61,0xm122,-176r-15,64r63,0r15,-64r-63,0","w":297},"<":{"d":"27,-88r0,-26r200,-90r0,26r-172,77r172,78r0,26","w":252},">":{"d":"225,-114r0,26r-200,91r0,-26r171,-78r-171,-77r0,-26","w":252},"*":{"d":"18,-204r9,-24r72,30r0,-79r25,0r-1,79r73,-30r9,24r-75,29r52,58r-21,17r-50,-62r-49,62r-22,-17r52,-58","w":222},"a":{"d":"141,-123v0,-25,3,-48,-22,-54v-31,0,-51,10,-61,18v-5,4,-3,10,0,13r-28,6v-10,-42,35,-62,93,-62v72,0,40,88,47,154v0,1,1,22,20,34r-19,18v-17,-7,-25,-22,-28,-35v-17,18,-40,35,-67,35v-8,0,-54,-4,-54,-54v0,-30,8,-55,69,-64v26,-4,41,-7,50,-9xm51,-50v13,63,72,12,90,-10r0,-37v-11,2,-26,5,-47,8v-39,5,-43,20,-43,39","w":203,"k":{"s":4,"e":5,"d":5}},"\u00a0":{"w":93}}});

/*! jquery.geekga.js - 1.1 */
(function($){var pageTracker;$.geekGaTrackPage=function(account_id){var host=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");var src=host+'google-analytics.com/ga.js';$.ajax({type:'GET',url:src,success:function(){pageTracker=_gat._getTracker(account_id);pageTracker._trackPageview();},error:function(){throw"Unable to load ga.js; _gat has not been defined.";},dataType:'script',cache:true});};
$.geekGaTrackEvent=function(category,action,label,value){if(typeof pageTracker!=undefined){pageTracker._trackEvent(category,action,label,value);}else{throw"Unable to track event; pageTracker has not been defined";}};})(jQuery);

$(document).ready(function() {
	$.geekGaTrackPage('UA-156695-1');
	Cufon.replace('#header h1,#header .logo,#topnav li, .portfolio h2,.portfolio-services li,.home #content h2', { fontFamily: 'junction regular' });	
	Cufon.replace('#sidebar h2,#outer-sidebar h2,#content h1,#content h2,#content h3,#content h4,#content h5,#content h6', { fontFamily: 'junction regular' });		
	$('<iframe />', {name: 'frame1', id: 'frame1', scrolling:"no", frameborder:"0", allowTransparency:"true", style:"border:none; overflow:hidden; width:450px; height: 30px; align: left; margin: 2px 0px 2px 0px", src: 'http://www.facebook.com/plugins/like.php?href='+like_url+'&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light'})	.appendTo('div#like');
	$("#slider").easySlider({auto: true,continuous: true,numeric: true});	
});
