(function(b){var a;a=b.fn.galleria=function(f){if(!a.hasCSS()){return false}b.historyInit(a.onPageLoad);var k={insert:".galleria_container",history:true,clickNext:true,onImage:function(m,l,i){},onThumb:function(i){}};var g=b.extend(k,f);for(var j in g){b.galleria[j]=g[j]}var d=(b(g.insert).is(g.insert))?b(g.insert):jQuery(document.createElement("div")).insertBefore(this);var c=b(document.createElement("div")).addClass("galleria_wrapper");var h=b(document.createElement("span")).addClass("caption");d.addClass("galleria_container").append(c).append(h);return this.each(function(){b(this).addClass("galleria");b(this).children("li").each(function(r){var n=b(this);var l=b.meta?b.extend({},g,n.data()):g;l.clickNext=b(this).is(":only-child")?false:l.clickNext;var q=b(this).find("a").is("a")?b(this).find("a"):false;var m=b(this).children("img").css("display","none");var s=q?q.attr("href"):m.attr("src");var p=q?q.attr("title"):m.attr("title");var o=new Image();if(l.history&&(window.location.hash&&window.location.hash.replace(/\#/,"")==s)){n.siblings(".active").removeClass("active");n.addClass("active")}b(o).load(function(){b(this).attr("alt",m.attr("alt"));var u=q?q.find("img").addClass("thumb noscale").css("display","none"):m.clone(true).addClass("thumb").css("display","none");if(q){q.replaceWith(u)}if(!u.hasClass("noscale")){var i=Math.ceil(m.width()/m.height()*n.height());var t=Math.ceil(m.height()/m.width()*n.width());if(i<t){u.css({height:"auto",width:n.width(),marginTop:-(t-n.height())/2})}else{u.css({width:"auto",height:n.height(),marginLeft:-(i-n.width())/2})}}else{window.setTimeout(function(){u.css({marginLeft:-(u.width()-n.width())/2,marginTop:-(u.height()-n.height())/2})},1)}u.attr("rel",s);u.attr("title",p);u.click(function(){b.galleria.activate(s)});u.hover(function(){b(this).addClass("hover")},function(){b(this).removeClass("hover")});n.hover(function(){n.addClass("hover")},function(){n.removeClass("hover")});n.prepend(u);u.css("display","block");l.onThumb(jQuery(u));if(n.hasClass("active")){b.galleria.activate(s)}m.remove()}).error(function(){n.html('<span class="error" style="color:red">Error loading image: '+s+"</span>")}).attr("src",s)})})};a.nextSelector=function(c){return b(c).is(":last-child")?b(c).siblings(":first-child"):b(c).next()};a.previousSelector=function(c){return b(c).is(":first-child")?b(c).siblings(":last-child"):b(c).prev()};a.hasCSS=function(){b("body").append(b(document.createElement("div")).attr("id","css_test").css({width:"1px",height:"1px",display:"none"}));var c=(b("#css_test").width()!=1)?false:true;b("#css_test").remove();return c};a.onPageLoad=function(g){var d=b(".galleria_wrapper");var f=b('.galleria img[rel="'+g+'"]');if(g){if(b.galleria.history){window.location=window.location.href.replace(/\#.*/,"")+"#"+g}f.parents("li").siblings(".active").removeClass("active");f.parents("li").addClass("active");var c=b(new Image()).attr("src",g).addClass("replaced");d.empty().append(c);d.siblings(".caption").text(f.attr("title"));b.galleria.onImage(c,d.siblings(".caption"),f);if(b.galleria.clickNext){c.css("cursor","pointer").click(function(){b.galleria.next()})}}else{d.siblings().andSelf().empty();b(".galleria li.active").removeClass("active")}b.galleria.current=g};b.extend({galleria:{current:"",onImage:function(){},activate:function(c){if(b.galleria.history){b.historyLoad(c)}else{a.onPageLoad(c)}},next:function(){var c=b(a.nextSelector(b('.galleria img[rel="'+b.galleria.current+'"]').parents("li"))).find("img").attr("rel");b.galleria.activate(c)},prev:function(){var c=b(a.previousSelector(b('.galleria img[rel="'+b.galleria.current+'"]').parents("li"))).find("img").attr("rel");b.galleria.activate(c)}}})})(jQuery);jQuery.extend({historyCurrentHash:undefined,historyCallback:undefined,historyInit:function(d){jQuery.historyCallback=d;var c=location.hash;jQuery.historyCurrentHash=c;if(jQuery.browser.msie){if(jQuery.historyCurrentHash==""){jQuery.historyCurrentHash="#"}$("body").prepend('<iframe id="jQuery_history" style="display: none;"></iframe>');var a=$("#jQuery_history")[0];var b=a.contentWindow.document;b.open();b.close();b.location.hash=c}else{if($.browser.safari){jQuery.historyBackStack=[];jQuery.historyBackStack.length=history.length;jQuery.historyForwardStack=[];jQuery.isFirst=true}}jQuery.historyCallback(c.replace(/^#/,""));setInterval(jQuery.historyCheck,100)},historyAddHistory:function(a){jQuery.historyBackStack.push(a);jQuery.historyForwardStack.length=0;this.isFirst=true},historyCheck:function(){if(jQuery.browser.msie){var a=$("#jQuery_history")[0];var d=a.contentDocument||a.contentWindow.document;var g=d.location.hash;if(g!=jQuery.historyCurrentHash){location.hash=g;jQuery.historyCurrentHash=g;jQuery.historyCallback(g.replace(/^#/,""))}}else{if($.browser.safari){if(!jQuery.dontCheck){var b=history.length-jQuery.historyBackStack.length;if(b){jQuery.isFirst=false;if(b<0){for(var c=0;c<Math.abs(b);c++){jQuery.historyForwardStack.unshift(jQuery.historyBackStack.pop())}}else{for(var c=0;c<b;c++){jQuery.historyBackStack.push(jQuery.historyForwardStack.shift())}}var f=jQuery.historyBackStack[jQuery.historyBackStack.length-1];if(f!=undefined){jQuery.historyCurrentHash=location.hash;jQuery.historyCallback(f)}}else{if(jQuery.historyBackStack[jQuery.historyBackStack.length-1]==undefined&&!jQuery.isFirst){if(document.URL.indexOf("#")>=0){jQuery.historyCallback(document.URL.split("#")[1])}else{var g=location.hash;jQuery.historyCallback("")}jQuery.isFirst=true}}}}else{var g=location.hash;if(g!=jQuery.historyCurrentHash){jQuery.historyCurrentHash=g;jQuery.historyCallback(g.replace(/^#/,""))}}}},historyLoad:function(d){var f;if(jQuery.browser.safari){f=d}else{f="#"+d;location.hash=f}jQuery.historyCurrentHash=f;if(jQuery.browser.msie){var a=$("#jQuery_history")[0];var c=a.contentWindow.document;c.open();c.close();c.location.hash=f;jQuery.historyCallback(d)}else{if(jQuery.browser.safari){jQuery.dontCheck=true;this.historyAddHistory(d);var b=function(){jQuery.dontCheck=false};window.setTimeout(b,200);jQuery.historyCallback(d);location.hash=f}else{jQuery.historyCallback(d)}}}});(function(d){var a="Lite-1.0";d.fn.cycle=function(f){return this.each(function(){f=f||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var j=d(this);var k=f.slideExpr?d(f.slideExpr,this):j.children();var h=k.get();if(h.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+h.length)}return}var i=d.extend({},d.fn.cycle.defaults,f||{},d.metadata?j.metadata():d.meta?j.data():{});i.before=i.before?[i.before]:[];i.after=i.after?[i.after]:[];i.after.unshift(function(){i.busy=0});var g=this.className;i.width=parseInt((g.match(/w:(\d+)/)||[])[1])||i.width;i.height=parseInt((g.match(/h:(\d+)/)||[])[1])||i.height;i.timeout=parseInt((g.match(/t:(\d+)/)||[])[1])||i.timeout;if(j.css("position")=="static"){j.css("position","relative")}if(i.width){j.width(i.width)}if(i.height&&i.height!="auto"){j.height(i.height)}var l=0;k.css({position:"absolute",top:0,left:0}).hide().each(function(n){d(this).css("z-index",h.length-n)});d(h[l]).css("opacity",1).show();if(d.browser.msie){h[l].style.removeAttribute("filter")}if(i.fit&&i.width){k.width(i.width)}if(i.fit&&i.height&&i.height!="auto"){k.height(i.height)}if(i.pause){j.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}d.fn.cycle.transitions.fade(j,k,i);k.each(function(){var n=d(this);this.cycleH=(i.fit&&i.height)?i.height:n.height();this.cycleW=(i.fit&&i.width)?i.width:n.width()});k.not(":eq("+l+")").css({opacity:0});if(i.cssFirst){d(k[l]).css(i.cssFirst)}if(i.timeout){if(i.speed.constructor==String){i.speed={slow:600,fast:200}[i.speed]||400}if(!i.sync){i.speed=i.speed/2}while((i.timeout-i.speed)<250){i.timeout+=i.speed}}i.speedIn=i.speed;i.speedOut=i.speed;i.slideCount=h.length;i.currSlide=l;i.nextSlide=1;var m=k[l];if(i.before.length){i.before[0].apply(m,[m,m,i,true])}if(i.after.length>1){i.after[1].apply(m,[m,m,i,true])}if(i.click&&!i.next){i.next=i.click}if(i.next){d(i.next).bind("click",function(){return c(h,i,i.rev?-1:1)})}if(i.prev){d(i.prev).bind("click",function(){return c(h,i,i.rev?1:-1)})}if(i.timeout){this.cycleTimeout=setTimeout(function(){b(h,i,0,!i.rev)},i.timeout+(i.delay||0))}})};function b(k,f,j,l){if(f.busy){return}var i=k[0].parentNode,n=k[f.currSlide],m=k[f.nextSlide];if(i.cycleTimeout===0&&!j){return}if(j||!i.cyclePause){if(f.before.length){d.each(f.before,function(p,q){q.apply(m,[n,m,f,l])})}var g=function(){if(d.browser.msie){this.style.removeAttribute("filter")}d.each(f.after,function(p,q){q.apply(m,[n,m,f,l])})};if(f.nextSlide!=f.currSlide){f.busy=1;d.fn.cycle.custom(n,m,f,g)}var h=(f.nextSlide+1)==k.length;f.nextSlide=h?0:f.nextSlide+1;f.currSlide=h?k.length-1:f.nextSlide-1}if(f.timeout){i.cycleTimeout=setTimeout(function(){b(k,f,0,!f.rev)},f.timeout)}}function c(f,g,j){var i=f[0].parentNode,h=i.cycleTimeout;if(h){clearTimeout(h);i.cycleTimeout=0}g.nextSlide=g.currSlide+j;if(g.nextSlide<0){g.nextSlide=f.length-1}else{if(g.nextSlide>=f.length){g.nextSlide=0}}b(f,g,1,j>=0);return false}d.fn.cycle.custom=function(l,i,j,f){var k=d(l),h=d(i);h.css({opacity:0});var g=function(){h.animate({opacity:1},j.speedIn,j.easeIn,f)};k.animate({opacity:0},j.speedOut,j.easeOut,function(){k.css({display:"none"});if(!j.sync){g()}});if(j.sync){g()}};d.fn.cycle.transitions={fade:function(g,h,f){h.not(":eq(0)").css("opacity",0);f.before.push(function(){d(this).show()})}};d.fn.cycle.ver=function(){return a};d.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery);jQuery.fn.nospam=function(a){a=jQuery.extend({replaceText:false,filterLevel:"normal"},a);return this.each(function(){e=null;if(a.filterLevel=="low"){if($(this).is("a[rel]")){e=$(this).attr("rel").replace("//","@").replace(/\//g,".")}else{e=$(this).text().replace("//","@").replace(/\//g,".")}}else{if($(this).is("a[rel]")){e=$(this).attr("rel").split("").reverse().join("").replace("//","@").replace(/\//g,".")}else{e=$(this).text().split("").reverse().join("").replace("//","@").replace(/\//g,".")}}if(e){if($(this).is("a[rel]")){$(this).attr("href","mailto:"+e);if(a.replaceText){$(this).text(e)}}else{$(this).text(e)}}})};(function(a){a.fn.customFadeIn=function(b,c){a(this).fadeIn(b,function(){if(jQuery.browser.msie){a(this).get(0).style.removeAttribute("filter")}if(c!=undefined){c()}})};a.fn.customFadeOut=function(b,c){a(this).fadeOut(b,function(){if(jQuery.browser.msie){a(this).get(0).style.removeAttribute("filter")}if(c!=undefined){c()}})}})(jQuery);
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var w=m.DOM={ready:(function(){var B=false,D={loaded:1,complete:1};var A=[],C=function(){if(B){return}B=true;for(var E;E=A.shift();E()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",C,false);window.addEventListener("pageshow",C,false)}if(!window.opera&&document.readyState){(function(){D[document.readyState]?C():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");C()}catch(E){setTimeout(arguments.callee,1)}})()}q(window,"load",C);return function(E){if(!arguments.length){C()}else{B?E():A.push(E)}}})()};var n=m.CSS={Size:function(B,A){this.value=parseFloat(B);this.unit=String(B).match(/[a-z%]*$/)[0]||"px";this.convert=function(C){return C/A*this.value};this.convertFrom=function(C){return C/this.value*A};this.toString=function(){return this.value+this.unit}},color:j(function(B){var A={};A.color=B.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(D,C,E){A.opacity=parseFloat(E);return"rgb("+C+")"});return A}),getStyle:function(B){var A=document.defaultView;if(A&&A.getComputedStyle){return new a(A.getComputedStyle(B,null))}if(B.currentStyle){return new a(B.currentStyle)}return new a(B.style)},gradient:j(function(E){var F={id:E,type:E.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},B=E.substr(E.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var D=0,A=B.length,C;D<A;++D){C=B[D].split("=",2).reverse();F.stops.push([C[1]||D/(A-1),C[0]])}return F}),quotedList:j(function(D){var C=[],B=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,A;while(A=B.exec(D)){C.push(A[3]||A[1])}return C}),recognizesMedia:j(function(D){var C=document.createElement("style"),B,A;C.type="text/css";C.media=D;B=g("head")[0];B.insertBefore(C,B.firstChild);A=!!(C.sheet||C.styleSheet);B.removeChild(C);return A}),supports:function(C,B){var A=document.createElement("span").style;if(A[C]===undefined){return false}A[C]=B;return A[C]===B},textAlign:function(D,C,A,B){if(C.get("textAlign")=="right"){if(A>0){D=" "+D}}else{if(A<B-1){D+=" "}}return D},textDecoration:function(F,E){if(!E){E=this.getStyle(F)}var B={underline:null,overline:null,"line-through":null};for(var A=F;A.parentNode&&A.parentNode.nodeType==1;){var D=true;for(var C in B){if(!k(B,C)||B[C]){continue}if(E.get("textDecoration").indexOf(C)!=-1){B[C]=E.get("color")}D=false}if(D){break}E=this.getStyle(A=A.parentNode)}return B},textShadow:j(function(E){if(E=="none"){return null}var D=[],F={},A,B=0;var C=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(A=C.exec(E)){if(A[0]==","){D.push(F);F={},B=0}else{if(A[1]){F.color=A[1]}else{F[["offX","offY","blur"][B++]]=A[2]}}}D.push(F);return D}),textTransform:function(B,A){return B[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[A.get("textTransform")]||"toString"]()},whiteSpace:(function(){var A={inline:1,"inline-block":1,"run-in":1};return function(D,B,C){if(A[B.get("display")]){return D}if(!C.previousSibling){D=D.replace(/^\s+/,"")}if(!C.nextSibling){D=D.replace(/\s+$/,"")}return D}})()};n.ready=(function(){var C=!n.recognizesMedia("all"),B=false;var A=[],E=function(){C=true;for(var H;H=A.shift();H()){}};var F=g("link"),G={stylesheet:1};function D(){var I,H,J;for(H=0;J=F[H];++H){if(J.disabled||!G[J.rel.toLowerCase()]||!n.recognizesMedia(J.media||"screen")){continue}I=J.sheet||J.styleSheet;if(!I||I.disabled){return false}}return true}w.ready(function(){if(!B){B=n.getStyle(document.body).isUsable()}if(C||(B&&D())){E()}else{setTimeout(arguments.callee,10)}});return function(H){if(C){H()}else{A.push(H)}}})();function s(B){var A=this.face=B.face;this.glyphs=B.glyphs;this.w=B.w;this.baseSize=parseInt(A["units-per-em"],10);this.family=A["font-family"].toLowerCase();this.weight=A["font-weight"];this.style=A["font-style"]||"normal";this.viewBox=(function(){var D=A.bbox.split(/\s+/);var C={minX:parseInt(D[0],10),minY:parseInt(D[1],10),maxX:parseInt(D[2],10),maxY:parseInt(D[3],10)};C.width=C.maxX-C.minX,C.height=C.maxY-C.minY;C.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return C})();this.ascent=-parseInt(A.ascent,10);this.descent=-parseInt(A.descent,10);this.height=-this.ascent+this.descent}function f(){var B={},A={oblique:"italic",italic:"oblique"};this.add=function(C){(B[C.style]||(B[C.style]={}))[C.weight]=C};this.get=function(G,H){var F=B[G]||B[A[G]]||B.normal||B.italic||B.oblique;if(!F){return null}H={normal:400,bold:700}[H]||parseInt(H,10);if(F[H]){return F[H]}var D={1:1,99:0}[H%100],J=[],E,C;if(D===undefined){D=H>400}if(H==500){H=400}for(var I in F){if(!k(F,I)){continue}I=parseInt(I,10);if(!E||I<E){E=I}if(!C||I>C){C=I}J.push(I)}if(H<E){H=E}if(H>C){H=C}J.sort(function(L,K){return(D?(L>H&&K>H)?L<K:L>K:(L<H&&K<H)?L>K:L<K)?-1:1});return F[J[0]]}}function r(){function C(E,F){if(E.contains){return E.contains(F)}return E.compareDocumentPosition(F)&16}function A(F){var E=F.relatedTarget;if(!E||C(this,E)){return}B(this)}function D(E){B(this)}function B(E){setTimeout(function(){m.replace(E,d.get(E).options,true)},10)}this.attach=function(E){if(E.onmouseenter===undefined){q(E,"mouseover",A);q(E,"mouseout",A)}else{q(E,"mouseenter",D);q(E,"mouseleave",D)}}}function z(){var C={},A=0;function B(D){return D.cufid||(D.cufid=++A)}this.get=function(D){var E=B(D);return C[E]||(C[E]={})}}function a(A){var C={},B={};this.extend=function(D){for(var E in D){if(k(D,E)){C[E]=D[E]}}return this};this.get=function(D){return C[D]!=undefined?C[D]:A[D]};this.getSize=function(E,D){return B[E]||(B[E]=new n.Size(this.get(E),D))};this.isUsable=function(){return !!A}}function q(B,A,C){if(B.addEventListener){B.addEventListener(A,C,false)}else{if(B.attachEvent){B.attachEvent("on"+A,function(){return C.call(B,window.event)})}}}function u(B,A){var C=d.get(B);if(C.options){return B}if(A.hover&&A.hoverables[B.nodeName.toLowerCase()]){b.attach(B)}C.options=A;return B}function j(A){var B={};return function(C){if(!k(B,C)){B[C]=A.apply(null,arguments)}return B[C]}}function c(F,E){if(!E){E=n.getStyle(F)}var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0,A=B.length;C<A;++C){D=B[C];if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(A){return document.getElementsByTagName(A)}function k(B,A){return B.hasOwnProperty(A)}function h(){var A={},C,E;for(var D=0,B=arguments.length;C=arguments[D],D<B;++D){for(E in C){if(k(C,E)){A[E]=C[E]}}}return A}function o(D,L,B,M,E,C){var K=M.separate;if(K=="none"){return y[M.engine].apply(null,arguments)}var J=document.createDocumentFragment(),G;var H=L.split(p[K]),A=(K=="words");if(A&&t){if(/^\s/.test(L)){H.unshift("")}if(/\s$/.test(L)){H.push("")}}for(var I=0,F=H.length;I<F;++I){G=y[M.engine](D,A?n.textAlign(H[I],B,I,F):H[I],B,M,E,C,I<F-1);if(G){J.appendChild(G)}}return J}function l(B,J){var C,A,D,G,F,I;for(D=u(B,J).firstChild;D;D=F){G=D.nodeType;F=D.nextSibling;I=false;if(G==1){if(!D.firstChild){continue}if(!/cufon/.test(D.className)){arguments.callee(D,J);continue}else{I=true}}else{if(G!=3){continue}}if(!A){A=n.getStyle(B).extend(J)}if(!C){C=c(B,A)}if(!C){continue}if(I){y[J.engine](C,null,A,J,D,B);continue}var H=n.whiteSpace(D.data,A,D);if(H===""){continue}var E=o(C,H,A,J,D,B);if(E){D.parentNode.replaceChild(E,D)}else{D.parentNode.removeChild(D)}}}var t=" ".split(/\s+/).length==0;var d=new z();var b=new r();var x=[];var y={},i={},v={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(A){return jQuery(A)})||(window.dojo&&dojo.query)||(window.$$&&function(A){return $$(A)})||(window.$&&function(A){return $(A)})||(document.querySelectorAll&&function(A){return document.querySelectorAll(A)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:""};m.now=function(){w.ready();return m};m.refresh=function(){var C=x.splice(0,x.length);for(var B=0,A=C.length;B<A;++B){m.replace.apply(null,C[B])}return m};m.registerEngine=function(B,A){if(!A){return m}y[B]=A;return m.set("engine",B)};m.registerFont=function(C){var A=new s(C),B=A.family;if(!i[B]){i[B]=new f()}i[B].add(A);return m.set("fontFamily",'"'+B+'"')};m.replace=function(C,B,A){B=h(v,B);if(!B.engine){return m}if(typeof B.textShadow=="string"){B.textShadow=n.textShadow(B.textShadow)}if(typeof B.color=="string"&&/^-/.test(B.color)){B.textGradient=n.gradient(B.color)}if(!A){x.push(arguments)}if(C.nodeType||typeof C=="string"){C=[C]}n.ready(function(){for(var E=0,D=C.length;E<D;++E){var F=C[E];if(typeof F=="string"){m.replace(B.selector(F),B,true)}else{l(F,B)}}});return m};m.set=function(A,B){v[A]=B;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 f=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var g=document.createElement("style");g.type="text/css";g.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(f?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(a?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(g);function d(q,j){var o=0,n=0;var h=[],p=/([mrvxe])([^a-z]*)/g,l;generate:for(var k=0;l=p.exec(q);++k){var m=l[2].split(",");switch(l[1]){case"v":h[k]={m:"bezierCurveTo",a:[o+~~m[0],n+~~m[1],o+~~m[2],n+~~m[3],o+=~~m[4],n+=~~m[5]]};break;case"r":h[k]={m:"lineTo",a:[o+=~~m[0],n+=~~m[1]]};break;case"m":h[k]={m:"moveTo",a:[o=~~m[0],n=~~m[1]]};break;case"x":h[k]={m:"closePath"};break;case"e":break generate}j[h[k].m].apply(j,h[k].a)}return h}function c(n,m){for(var k=0,j=n.length;k<j;++k){var h=n[k];m[h.m].apply(m,h.a)}}return function(ad,G,W,C,K,ae){var n=(G===null);if(n){G=K.alt}var I=ad.viewBox;var p=W.getSize("fontSize",ad.baseSize);var U=W.get("letterSpacing");U=(U=="normal")?0:p.convertFrom(parseInt(U,10));var J=0,V=0,T=0,E=0;var H=C.textShadow,R=[];if(H){for(var ac=H.length;ac--;){var N=H[ac];var Q=p.convertFrom(parseFloat(N.offX));var P=p.convertFrom(parseFloat(N.offY));R[ac]=[Q,P];if(P<J){J=P}if(Q>V){V=Q}if(P>T){T=P}if(Q<E){E=Q}}}var ah=Cufon.CSS.textTransform(G,W).split(""),A;var o=ad.glyphs,D,r,Y;var h=0,u,M=[];for(var ac=0,aa=0,X=ah.length;ac<X;++ac){D=o[A=ah[ac]]||ad.missingGlyph;if(!D){continue}if(r){h-=Y=r[A]||0;M[aa-1]-=Y}h+=u=M[aa++]=~~(D.w||ad.w)+U;r=D.k}if(u===undefined){return null}V+=I.width-u;E+=I.minX;var B,q;if(n){B=K;q=K.firstChild}else{B=document.createElement("span");B.className="cufon cufon-canvas";B.alt=G;q=document.createElement("canvas");B.appendChild(q);if(C.printable){var Z=document.createElement("span");Z.className="cufon-alt";Z.appendChild(document.createTextNode(G));B.appendChild(Z)}}var ai=B.style;var O=q.style;var m=p.convert(I.height);var ag=Math.ceil(m);var S=ag/m;q.width=Math.ceil(p.convert(h*S+V-E));q.height=Math.ceil(p.convert(I.height-J+T));J+=I.minY;O.top=Math.round(p.convert(J-ad.ascent))+"px";O.left=Math.round(p.convert(E))+"px";var z=Math.ceil(p.convert(h*S))+"px";if(a){ai.width=z;ai.height=p.convert(ad.height)+"px"}else{ai.paddingLeft=z;ai.paddingBottom=(p.convert(ad.height)-1)+"px"}var af=q.getContext("2d"),L=m/I.height;af.scale(L,L*S);af.translate(-E,-J);af.lineWidth=ad.face["underline-thickness"];af.save();function s(j,i){af.strokeStyle=i;af.beginPath();af.moveTo(0,j);af.lineTo(h,j);af.stroke()}var t=C.enableTextDecoration?Cufon.CSS.textDecoration(ae,W):{};if(t.underline){s(-ad.face["underline-position"],t.underline)}if(t.overline){s(ad.ascent,t.overline)}function ab(){af.scale(S,1);for(var y=0,x=0,k=ah.length;y<k;++y){var aj=o[ah[y]]||ad.missingGlyph;if(!aj){continue}if(aj.d){af.beginPath();if(aj.code){c(aj.code,af)}else{aj.code=d("m"+aj.d,af)}af.fill()}af.translate(M[x++],0)}af.restore()}if(H){for(var ac=H.length;ac--;){var N=H[ac];af.save();af.fillStyle=N.color;af.translate.apply(af,R[ac]);ab()}}var w=C.textGradient;if(w){var F=w.stops,v=af.createLinearGradient(0,I.minY,0,I.maxY);for(var ac=0,X=F.length;ac<X;++ac){v.addColorStop.apply(v,F[ac])}af.fillStyle=v}else{af.fillStyle=W.get("color")}ab();if(t["line-through"]){s(-ad.descent,t["line-through"])}return B}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,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:middle}.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>');function c(g,h){return a(g,/(?:em|ex|%)$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k;var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var f={};function d(n){var o=n.id;if(!f[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];f[o]=m}return f[o]}return function(ac,G,W,D,K,ad,U){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=W.computedFontSize||(W.computedFontSize=new Cufon.CSS.Size(c(ad,W.get("fontSize"))+"px",ac.baseSize));var T=W.computedLSpacing;if(T==undefined){T=W.get("letterSpacing");W.computedLSpacing=T=(T=="normal")?0:~~p.convertFrom(a(ad,T))}var A,q;if(n){A=K;q=K.firstChild}else{A=document.createElement("span");A.className="cufon cufon-vml";A.alt=G;q=document.createElement("span");q.className="cufon-vml-canvas";A.appendChild(q);if(D.printable){var Z=document.createElement("span");Z.className="cufon-alt";Z.appendChild(document.createTextNode(G));A.appendChild(Z)}if(!U){A.appendChild(document.createElement("cvml:shape"))}}var ai=A.style;var O=q.style;var h=p.convert(I.height),af=Math.ceil(h);var S=af/h;var R=I.minX,Q=I.minY;O.height=af;O.top=Math.round(p.convert(Q-ac.ascent));O.left=Math.round(p.convert(R));ai.height=p.convert(ac.height)+"px";var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ad,W):{};var F=W.get("color");var ah=Cufon.CSS.textTransform(G,W).split(""),z;var o=ac.glyphs,E,r,Y;var g=0,L=[],P=0,v;var x,H=D.textShadow;for(var ab=0,aa=0,X=ah.length;ab<X;++ab){E=o[z=ah[ab]]||ac.missingGlyph;if(!E){continue}if(r){g-=Y=r[z]||0;L[aa-1]-=Y}g+=v=L[aa++]=~~(E.w||ac.w)+T;r=E.k}if(v===undefined){return null}var y=-R+g+(I.width-v);var ag=p.convert(y*S),V=Math.round(ag);var N=y+","+I.height,m;var J="r"+N+"ns";var w=D.textGradient&&d(D.textGradient);for(ab=0,aa=0;ab<X;++ab){E=o[ah[ab]]||ac.missingGlyph;if(!E){continue}if(n){x=q.childNodes[aa];while(x.firstChild){x.removeChild(x.firstChild)}}else{x=document.createElement("cvml:shape");q.appendChild(x)}x.stroked="f";x.coordsize=N;x.coordorigin=m=(R-P)+","+Q;x.path=(E.d?"m"+E.d+"xe":"")+"m"+m+J;x.fillcolor=F;if(w){x.appendChild(w.cloneNode(false))}var ae=x.style;ae.width=V;ae.height=af;if(H){var t=H[0],s=H[1];var C=Cufon.CSS.color(t.color),B;var M=document.createElement("cvml:shadow");M.on="t";M.color=C.color;M.offset=t.offX+","+t.offY;if(s){B=Cufon.CSS.color(s.color);M.type="double";M.color2=B.color;M.offset2=s.offX+","+s.offY}M.opacity=C.opacity||(B&&B.opacity)||1;x.appendChild(M)}P+=L[aa++]}ai.width=Math.max(Math.ceil(p.convert(g*S)),0);return A}})());if(!{"justineheilner.com":1,"www.justineheilner.com":1,"justineheilner.bld":1,"www.justineheilner.bld":1,"justineheilner.dev":1,"www.justineheilner.dev":1}[location.host]){throw Error("This font cannot be used with this domain")}Cufon.registerFont({w:216,face:{"font-family":"Orator","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 13 5 9 2 2 3 3 2 4",ascent:"240",descent:"-120","x-height":"3",bbox:"0 -290 216 104","underline-thickness":"22.68","underline-position":"-32.4",stemh:"22",stemv:"24","unicode-range":"U+0020-U+007E"},glyphs:{" ":{},"!":{d:"119,-75r-23,0r-6,-165r36,0xm91,0r0,-53r34,0r0,53r-34,0"},'"':{d:"63,-243r33,0v2,34,-3,61,-9,88r-14,0v-6,-27,-12,-53,-10,-88xm120,-243r33,0v2,35,-4,62,-10,88r-13,0v-6,-27,-12,-53,-10,-88"},"#":{d:"96,-290r16,0r-58,325r-17,0r22,-121r-48,0r3,-16r48,0r10,-56r-48,0r3,-16r48,0xm118,35r-16,0r60,-325r15,0r-20,116r48,0r-3,16r-48,0r-10,56r48,0r-3,16r-48,0"},"$":{d:"120,-107r0,58v15,-1,29,-13,29,-29v0,-16,-14,-27,-29,-29xm94,-139r0,-52v-26,6,-26,46,0,52xm94,-49r0,-65v-25,-7,-45,-24,-45,-51v0,-25,22,-45,45,-48r0,-30r26,0r0,30v20,1,38,15,50,31r-18,15v-16,-18,-23,-22,-32,-24r0,59v29,5,54,22,54,54v0,30,-26,51,-54,51r0,30r-26,0r0,-30v-22,-1,-41,-17,-52,-35r20,-15v8,13,16,26,32,28"},"%":{d:"138,-15v25,-2,25,-52,0,-54v-25,2,-25,52,0,54xm77,-243v33,0,66,21,97,0r12,7r-135,239r-21,-11r118,-209v-11,4,-24,4,-35,0v9,30,-3,64,-36,64v-26,0,-40,-21,-40,-45v0,-24,14,-45,40,-45xm177,-42v0,24,-13,45,-39,45v-26,0,-39,-21,-39,-45v0,-24,13,-45,39,-45v26,0,39,21,39,45xm77,-171v25,-2,25,-52,0,-54v-25,2,-25,52,0,54"},"&":{d:"129,-31r-40,-54v-31,13,-28,66,11,66v11,0,21,-5,29,-12xm95,-115v13,-9,30,-19,30,-37v0,-16,-9,-28,-26,-28v-35,0,-27,41,-4,65xm76,-102v-32,-27,-32,-101,24,-100v28,0,47,22,47,49v0,23,-11,37,-39,56r35,48v7,-11,10,-23,11,-36r23,5v-2,18,-8,36,-19,51r15,21r-18,13r-13,-18v-35,32,-102,13,-100,-38v0,-25,16,-39,34,-51"},"(":{d:"130,-243r15,14v-62,63,-61,176,0,239r-15,14v-73,-67,-74,-200,0,-267"},")":{d:"71,-229r15,-14v74,67,73,200,0,267r-15,-14v61,-63,61,-176,0,-239"},"*":{d:"51,-203r36,4r-22,-27r24,-17r19,33r19,-33r24,17r-22,27r36,-4r0,32r-36,-4r22,27r-24,17r-19,-34r-19,34r-24,-17r22,-27r-36,4r0,-32xm108,-197v-5,0,-10,4,-10,10v0,6,5,10,10,10v5,0,10,-4,10,-10v0,-6,-5,-10,-10,-10"},"+":{d:"204,-138r0,16r-88,0r0,88r-16,0r0,-88r-88,0r0,-16r88,0r0,-87r16,0r0,87r88,0"},",":{d:"95,-53r34,0v3,38,-13,59,-40,74r-9,-20v19,-11,14,-30,15,-54"},"-":{d:"68,-82r0,-23r80,0r0,23r-80,0"},".":{d:"91,0r0,-53r34,0r0,53r-34,0"},"/":{d:"63,10r-17,0r107,-279r17,0"},"0":{d:"108,-243v76,0,67,96,67,123v0,39,6,123,-67,123v-73,0,-67,-81,-67,-123v0,-56,-3,-123,67,-123xm108,-221v-45,0,-42,53,-42,101v0,94,18,101,42,101v28,0,42,-12,42,-101v0,-93,-16,-101,-42,-101"},"1":{d:"100,-22r0,-189r-43,17r-8,-22r76,-29r0,223r51,0r0,22r-136,0r0,-22r60,0"},"2":{d:"41,0r0,-22r89,-114v28,-24,28,-84,-18,-85v-29,0,-43,23,-47,49r-24,-4v6,-40,28,-67,71,-67v67,-4,72,76,38,120r-78,101r103,0r0,22r-134,0"},"3":{d:"69,-126r0,-19r71,-74r-100,0r0,-21r133,0r0,21r-66,69v37,-1,69,21,69,61v-7,64,-49,93,-133,92r0,-22v40,0,57,-5,69,-12v22,-11,39,-32,39,-58v-1,-40,-46,-44,-82,-37"},"4":{d:"134,-60r-94,0r35,-185r24,7r-31,156r66,0r0,-122r24,0r0,122r19,0r0,22r-19,0r0,60r-24,0r0,-60"},"5":{d:"42,-19v64,3,104,-19,107,-70v2,-44,-54,-50,-82,-28r-18,0r0,-123r123,0r0,21r-99,0r0,74v47,-19,101,2,101,56v-7,65,-46,94,-132,92r0,-22"},"6":{d:"166,-222r-14,19v-11,-9,-23,-18,-39,-18v-43,0,-46,56,-47,88v14,-12,29,-20,48,-20v45,0,62,38,62,77v0,43,-23,79,-69,79v-62,0,-66,-75,-66,-120v0,-49,6,-126,71,-126v20,0,39,7,54,21xm66,-107v0,76,20,88,42,88v30,0,42,-26,42,-56v0,-27,-8,-55,-40,-55v-17,0,-32,12,-44,23"},"7":{d:"55,-5r96,-214r-99,0r0,-21r134,0r-109,245"},"8":{d:"108,-112v-21,13,-44,23,-44,52v0,25,20,41,44,41v24,0,44,-16,44,-41v0,-29,-23,-39,-44,-52xm108,-137v18,-12,36,-21,36,-45v0,-22,-13,-39,-36,-39v-23,0,-36,17,-36,39v0,24,18,33,36,45xm129,-124v27,13,48,29,48,63v0,39,-31,64,-69,64v-38,0,-69,-25,-69,-64v0,-34,21,-50,48,-63v-21,-14,-40,-30,-40,-58v0,-35,26,-61,61,-61v35,0,61,26,61,61v0,28,-18,44,-40,58"},"9":{d:"50,-18r14,-19v11,10,23,18,39,18v44,0,46,-56,47,-88v-14,12,-29,20,-47,20v-46,0,-62,-38,-62,-78v0,-42,22,-78,68,-78v63,0,66,75,66,120v0,49,-6,126,-71,126v-20,0,-39,-7,-54,-21xm150,-133v0,-74,-19,-88,-42,-88v-30,0,-42,26,-42,56v0,27,8,55,40,55v17,0,32,-12,44,-23"},":":{d:"91,0r0,-53r34,0r0,53r-34,0xm91,-102r0,-54r34,0r0,54r-34,0"},";":{d:"95,-53r34,0v3,38,-13,59,-40,74r-9,-20v19,-11,14,-30,15,-54xm95,-102r0,-54r34,0r0,54r-34,0"},"<":{d:"35,-130r137,-129r9,11r-123,118r123,118r-9,12"},"=":{d:"204,-162r0,16r-192,0r0,-16r192,0xm204,-113r0,15r-192,0r0,-15r192,0"},">":{d:"44,-259r137,129r-137,130r-9,-12r123,-118r-123,-118"},"?":{d:"94,-79v-11,-54,54,-58,54,-103v0,-22,-13,-39,-36,-39v-29,0,-41,25,-46,50r-24,-6v8,-39,27,-66,69,-66v37,0,63,23,63,60v0,28,-16,45,-36,62v-16,13,-19,18,-19,42r-25,0xm90,0r0,-53r33,0r0,53r-33,0"},"@":{d:"181,-47r8,23v-71,47,-179,39,-182,-76v0,-66,36,-143,110,-143v38,0,92,28,92,100v0,32,-15,82,-55,82v-14,0,-19,-5,-29,-15v-19,23,-71,18,-66,-18v6,-51,14,-83,95,-78r-11,74v0,8,3,14,12,14v23,0,29,-40,29,-57v0,-48,-28,-80,-69,-80v-42,0,-83,44,-83,122v-3,89,96,97,149,52xm126,-149v-27,-2,-42,30,-42,54v0,5,2,11,9,11v11,4,28,-24,33,-65"},A:{d:"141,-74r-66,0r-18,79r-24,-7r61,-238r28,0r61,238r-24,7xm135,-96r-27,-112r-27,112r54,0"},B:{d:"87,-22v44,2,70,1,70,-50v-1,-48,-28,-50,-70,-48r0,98xm87,-141v35,2,60,-4,58,-39v1,-35,-23,-41,-58,-39r0,78xm182,-72v0,84,-64,73,-138,72r0,-22r19,0r0,-197r-19,0r0,-21v65,-1,125,-9,127,60v0,20,-8,37,-26,47v27,12,37,32,37,61"},C:{d:"156,-50r19,14v-14,23,-35,39,-62,39v-63,0,-72,-75,-72,-123v0,-48,9,-123,72,-123v27,0,46,15,59,39r-21,12v-7,-15,-20,-29,-38,-29v-44,0,-47,69,-47,101v0,31,3,101,47,101v19,0,34,-16,43,-31"},D:{d:"62,-219r-19,0r0,-21v96,-1,138,-13,140,120v0,53,-3,120,-76,120r-64,0r0,-22r19,0r0,-197xm86,-219r0,197v53,0,67,5,72,-98v-7,-107,-17,-99,-72,-99"},E:{d:"57,0r0,-240r117,0r0,21r-93,0r0,80r76,0r0,21r-76,0r0,96r93,0r0,22r-117,0"},F:{d:"63,0r0,-240r118,0r0,21r-94,0r0,80r79,0r0,21r-79,0r0,118r-24,0"},G:{d:"171,-125r0,107v-15,13,-35,21,-55,21v-62,0,-73,-75,-73,-123v0,-45,10,-123,70,-123v27,0,47,16,60,38r-21,13v-9,-15,-21,-29,-40,-29v-40,0,-44,74,-44,102v3,103,31,114,79,88r0,-72r-45,0r0,-22r69,0"},H:{d:"47,0r0,-240r24,0r0,101r74,0r0,-101r24,0r0,240r-24,0r0,-118r-74,0r0,118r-24,0"},I:{d:"96,-22r0,-197r-33,0r0,-21r90,0r0,21r-33,0r0,197r33,0r0,22r-90,0r0,-22r33,0"},J:{d:"39,-87r24,0v-1,35,0,65,36,68v22,0,35,-20,35,-47r0,-174r24,0r0,176v-1,87,-119,93,-119,-1r0,-22"},K:{d:"82,-240r0,99r7,0r67,-104r19,12r-66,102r79,123r-20,13r-77,-125r-9,0r0,120r-24,0r0,-240r24,0"},L:{d:"61,0r0,-240r24,0r0,218r99,0r0,22r-123,0"},M:{d:"108,-138r35,-102r30,0r7,240r-26,0r-5,-200r-41,120r-42,-120r-4,200r-26,0r8,-240r29,0"},N:{d:"45,0r0,-240r31,0r71,202r0,-202r24,0r0,240r-31,0r-72,-202r1,202r-24,0"},O:{d:"108,-243v68,0,67,91,67,123v0,30,1,123,-67,123v-68,0,-67,-92,-67,-123v0,-40,3,-123,67,-123xm108,-221v-42,0,-41,65,-41,101v0,65,7,101,41,101v42,0,41,-59,41,-101v0,-46,1,-101,-41,-101"},P:{d:"82,-107r0,107r-24,0r0,-240v64,-4,122,2,119,64v-1,59,-37,75,-95,69xm82,-219r0,90v43,3,71,-1,70,-47v1,-42,-30,-45,-70,-43"},Q:{d:"157,-29r17,21r-18,15r-14,-17v-57,35,-98,-2,-101,-110v0,-84,30,-123,67,-123v33,0,67,32,67,123v0,30,-4,65,-18,91xm127,-27r-31,-37r19,-15r25,30v7,-22,9,-47,9,-70v0,-28,-2,-102,-41,-102v-40,0,-41,76,-41,103v-3,32,12,129,60,91"},R:{d:"82,-219r0,90v43,2,71,2,70,-47v0,-45,-30,-44,-70,-43xm58,0r0,-240v65,-1,115,-9,119,64v0,29,-12,57,-42,67r50,103r-22,11r-54,-112r-27,0r0,107r-24,0"},S:{d:"145,-62v2,-64,-97,-53,-91,-120v0,-33,21,-61,55,-61v34,0,51,24,57,54r-23,4v-4,-18,-13,-36,-34,-36v-22,0,-31,19,-31,39v0,19,4,25,42,48v29,18,49,32,49,70v0,37,-20,67,-60,67v-43,0,-58,-28,-62,-66r24,-3v4,26,9,47,38,47v21,0,36,-14,36,-43"},T:{d:"96,0r0,-219r-51,0r0,-21r126,0r0,21r-50,0r0,219r-25,0"},U:{d:"49,-240r24,0r0,174v0,24,5,47,35,47v30,0,35,-23,35,-47r0,-174r24,0r0,182v0,37,-23,61,-59,61v-36,0,-59,-25,-59,-60r0,-183"},V:{d:"108,-65r50,-180r24,5r-71,245r-6,0r-71,-245r24,-5"},W:{d:"159,-245r24,5r-24,245r-11,0r-40,-145r-40,145r-11,0r-24,-245r24,-5r12,181r35,-127r8,0r35,127"},X:{d:"108,-105r-53,110r-22,-10r63,-126r-51,-103r22,-11r41,90r41,-90r22,11r-51,103r63,126r-22,10"},Y:{d:"108,-123r52,-122r22,9r-62,141r0,95r-24,0r0,-95r-62,-141r22,-9"},Z:{d:"37,0r102,-219r-91,0r0,-21r128,0r-102,218r105,0r0,22r-142,0"},"[":{d:"64,-243r97,0r0,21r-73,0r0,214r73,0r0,22r-97,0r0,-257"},"\\":{d:"153,10r-107,-279r17,0r107,279r-17,0"},"]":{d:"152,-243r0,257r-97,0r0,-22r73,0r0,-214r-73,0r0,-21r97,0"},"^":{d:"58,-129r-18,0r59,-116r18,0r58,116r-18,0r-49,-99"},_:{d:"216,39r-216,0r0,-13r216,0r0,13"},a:{d:"141,-51r-66,0r-18,56r-24,-9r60,-184r30,0r60,184r-24,9xm135,-73r-27,-86r-27,86r54,0"},b:{d:"87,-22v33,-1,69,7,70,-30v2,-32,-34,-37,-70,-34r0,64xm87,-107v31,3,61,-3,59,-31v-1,-32,-29,-28,-59,-28r0,59xm182,-54v4,62,-75,55,-138,54r0,-22r19,0r0,-144r-19,0r0,-22v58,-2,134,-3,127,50v0,17,-7,31,-21,39v20,6,32,24,32,45"},c:{d:"156,-50r19,14v-15,24,-33,39,-62,39v-55,0,-72,-50,-72,-97v0,-113,93,-122,129,-57r-22,11v-8,-15,-18,-28,-37,-28v-37,0,-45,45,-45,74v0,29,7,75,45,75v22,0,33,-14,45,-31"},d:{d:"43,-166r0,-22v84,-2,145,-7,140,92v0,59,-10,96,-78,96r-62,0r0,-22r19,0r0,-144r-19,0xm86,-166r0,144v53,3,72,-5,72,-72v-2,-70,-20,-74,-72,-72"},e:{d:"57,0r0,-188r117,0r0,22r-93,0r0,56r76,0r0,22r-76,0r0,66r93,0r0,22r-117,0"},f:{d:"63,0r0,-188r118,0r0,22r-94,0r0,56r79,0r0,22r-79,0r0,88r-24,0"},g:{d:"171,-100r0,83v-15,12,-38,20,-57,20v-55,0,-71,-51,-71,-97v0,-45,16,-97,70,-97v25,0,47,15,60,36r-20,14v-9,-16,-23,-27,-41,-27v-37,0,-44,46,-44,75v0,29,7,74,44,74v13,0,25,-4,35,-10r0,-49r-45,0r0,-22r69,0"},h:{d:"47,0r0,-188r24,0r0,78r74,0r0,-78r24,0r0,188r-24,0r0,-88r-74,0r0,88r-24,0"},i:{d:"69,0r0,-22r27,0r0,-144r-27,0r0,-22r78,0r0,22r-27,0r0,144r27,0r0,22r-78,0"},j:{d:"39,-70r24,0v-1,37,9,51,34,51v25,0,37,-15,37,-38r0,-131r24,0v-8,81,33,188,-61,191v-40,0,-58,-23,-58,-73"},k:{d:"82,-188r0,80r9,0r65,-84r18,14r-62,79r73,88r-18,16r-76,-93r-9,0r0,88r-24,0r0,-188r24,0"},l:{d:"61,0r0,-188r24,0r0,166r99,0r0,22r-123,0"},m:{d:"108,-53r-43,-99r-5,152r-25,0r7,-188r32,0r34,82r34,-82r32,0r7,188r-25,0r-6,-152"},n:{d:"45,0r0,-188r30,0r74,158r-2,-158r24,0r0,188r-30,0r-73,-158r1,158r-24,0"},o:{d:"108,-191v30,0,67,22,67,97v0,16,-1,97,-67,97v-30,0,-67,-21,-67,-97v0,-74,36,-97,67,-97xm108,-168v-36,0,-41,47,-41,74v0,28,5,75,41,75v36,0,41,-47,41,-75v0,-27,-5,-74,-41,-74"},p:{d:"82,-81r0,81r-24,0r0,-188r59,0v43,0,60,24,60,52v-3,56,-43,58,-95,55xm82,-102v35,1,72,2,70,-33v-1,-38,-36,-30,-70,-31r0,64"},q:{d:"159,-25r21,19r-15,16r-21,-19v-51,29,-100,9,-103,-85v0,-71,33,-97,67,-97v30,0,67,22,67,97v0,22,-4,50,-16,69xm127,-24r-32,-29r15,-16r30,27v7,-16,9,-34,9,-52v0,-27,-5,-74,-41,-74v-36,0,-41,47,-41,74v-3,35,16,93,60,70"},r:{d:"78,-102v36,2,72,-1,70,-34v3,-32,-37,-32,-70,-30r0,64xm54,0r0,-188v58,0,120,-10,120,52v0,23,-16,45,-39,52r46,76r-20,13r-48,-85r-35,0r0,80r-24,0"},s:{d:"145,-51v0,-52,-95,-30,-91,-90v0,-32,26,-50,55,-50v31,0,50,18,57,47r-23,7v0,-35,-62,-44,-65,-6v8,47,95,32,91,90v0,36,-25,56,-59,56v-35,0,-57,-22,-63,-56r22,-6v-2,44,76,57,76,8"},t:{d:"96,0r0,-166r-51,0r0,-22r126,0r0,22r-50,0r0,166r-25,0"},u:{d:"49,-188r24,0r0,128v0,28,8,41,33,41v30,0,37,-14,37,-41r0,-128r24,0r0,140v0,25,-18,51,-59,51v-41,0,-59,-25,-59,-53r0,-138"},v:{d:"108,-55r51,-137r23,8r-72,189r-4,0r-72,-189r23,-8"},w:{d:"33,-189r25,-3r15,132r32,-93r6,0r32,93r15,-132r25,3r-27,194r-9,0r-39,-116r-39,116r-9,0"},x:{d:"108,-78r-50,83r-22,-13r58,-91r-53,-81r22,-12r45,71r45,-71r22,12r-53,81r58,91r-22,13"},y:{d:"108,-96r50,-96r23,12r-61,108r0,72r-24,0r0,-72r-61,-108r23,-12"},z:{d:"37,0r99,-166r-88,0r0,-22r128,0r-98,166r101,0r0,22r-142,0"},"{":{d:"100,-109v47,21,-29,134,66,124r0,9v-51,2,-78,-10,-74,-50r0,-48v0,-33,-11,-27,-38,-35v26,-9,38,-5,38,-36v-4,-63,-2,-110,74,-98r0,9v-61,-8,-50,35,-50,86v0,16,0,30,-16,39"},"|":{d:"100,104r0,-389r16,0r0,389r-16,0"},"}":{d:"116,-110v-47,-20,29,-135,-66,-124r0,-9v51,-2,78,9,74,50r0,48v0,32,11,27,38,35v-26,9,-38,5,-38,36v4,63,2,110,-74,98r0,-9v61,8,50,-35,50,-86v0,-16,0,-30,16,-39"},"~":{d:"194,-159r11,9v-10,19,-30,41,-54,41v-21,0,-67,-27,-86,-27v-23,0,-33,19,-43,36r-11,-9v11,-19,27,-43,52,-43v30,0,68,27,88,27v19,0,35,-18,43,-34"},"'":{d:"91,-243r34,0v2,35,-4,62,-10,88r-14,0v-6,-27,-12,-53,-10,-88"},"`":{d:"85,-250r64,36r-10,16r-67,-30"},"\u00a0":{}}});var landscape={home_page:{init:function(){Cufon.replace("#splash h1");var b=$("#justineheilner");var a=$("#landscape");b.hide();a.hide();b.customFadeIn(2000,function(){a.customFadeIn("slow")})}},about_page:{init:function(){$("#slideshow").cycle({timeout:4000});var a=$("#about_text");var b=a.css("background-color");var c=a.css("color");a.css("color",b).load("/copy/about.html #philosophy_text",function(){var d=a.height();a.css("min-height",d)}).animate({color:c},1000);$("#about_links a").click(function(d){var f=$(this).attr("id");a.css("color",b).load("/copy/about.html #"+f+"_text").animate({color:c},1000);d.preventDefault()})}},work_page:{init:function(){var c=$("#work_text");var a=c.css("background-color");var b=c.css("color");c.css("color",a).load("/copy/work.html #barnett").animate({color:b},1000);$("#project_list a").click(function(){var i=$(this);var h=$(this).attr("id");var g=$(this).attr("href");var f=g.slice(15);var d={projId:f,format:"html"};$.get("/work/projects/",d,function(k,j){if(j=="success"){$("#ajax").html(k);c.css("color",a).load("/copy/work.html #"+h).animate({color:b},1000)}});return false})},photos:function(){$(".gallery_demo_unstyled").addClass("gallery_demo");$("ul.gallery_demo").galleria({history:false,clickNext:true,insert:"#main_image",onImage:function(d,b,a){if(!($.browser.mozilla&&navigator.appVersion.indexOf("Win")!=-1)){d.css("display","none").fadeIn(1000)}b.css("display","none").fadeIn(1000);var c=a.parents("li");c.siblings().children("img.selected").fadeTo(500,0.6);a.fadeTo("fast",1).addClass("selected");d.attr("title","Next image >>")},onThumb:function(a){var c=a.parents("li");var b=c.is(".active")?"1":"0.3";a.css({display:"none",opacity:b}).fadeIn(1500);a.hover(function(){a.fadeTo("fast",1)},function(){c.not(".active").children("img").fadeTo("fast",0.3)})}})}}};