(function($){$.fn.jflickrfeed=function(settings,callback){settings=$.extend(true,{flickrbase:'http://api.flickr.com/services/feeds/',feedapi:'photos_public.gne',limit:20,qstrings:{lang:'en-us',format:'json',jsoncallback:'?'},cleanDescription:true,useTemplate:true,itemTemplate:'',itemCallback:function(){}},settings);var url=settings.flickrbase+settings.feedapi+'?';var first=true;for(var key in settings.qstrings){if(!first)url+='&';url+=key+'='+settings.qstrings[key];first=false;}return $(this).each(function(){var $container=$(this);var container=this;$.getJSON(url,function(data){$.each(data.items,function(i,item){if(i<settings.limit){if(settings.cleanDescription){var regex=/<p>(.*?)<\/p>/g;var input=item.description;if(regex.test(input)){item.description=input.match(regex)[2];if(item.description!=undefined)item.description=item.description.replace('<p>','').replace('</p>','');}}item['image_s']=item.media.m.replace('_m','_s');item['image_t']=item.media.m.replace('_m','_t');item['image_m']=item.media.m.replace('_m','_m');item['image']=item.media.m.replace('_m','');item['image_b']=item.media.m.replace('_m','_b');delete item.media;if(settings.useTemplate){var template=settings.itemTemplate;for(var key in item){var rgx=new RegExp('{{'+key+'}}','g');template=template.replace(rgx,item[key]);}$container.append(template);}settings.itemCallback.call(container,item);}});if($.isFunction(callback)){callback.call(container,data);}});});};})(jQuery);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}})());Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans Std","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-16 -270 372 90","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"17","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":50,"V":50,"W":36,"Y":54,"A":22}},"!":{"d":"44,-35r0,35r-24,0r0,-35r24,0xm44,-246r-7,177r-11,0r-6,-177r24,0","w":63},"\"":{"d":"63,-246r24,0v1,31,-2,58,-5,84r-15,0v-3,-27,-5,-54,-4,-84xm13,-246r24,0v1,30,-1,57,-4,84r-15,0v-3,-26,-6,-53,-5,-84","w":100},"#":{"d":"94,-251r17,0r-16,74r69,0r15,-74r17,0r-16,74r30,0r0,16r-33,0r-14,69r47,0r0,16r-51,0r-15,73r-17,0r16,-73r-69,0r-15,73r-17,0r16,-73r-30,0r0,-16r33,0r14,-69r-47,0r0,-16r51,0xm92,-161r-14,69r68,0r15,-69r-69,0","w":237},"$":{"d":"164,-216r0,20v-22,-16,-38,-22,-62,-25r0,94v47,13,72,33,72,67v0,22,-17,59,-72,63r0,39r-17,0r0,-39v-29,-2,-51,-11,-72,-29r0,-19v28,21,45,27,72,31r0,-99v-48,-14,-71,-35,-71,-65v0,-23,18,-57,71,-60r0,-11r17,0r0,11v27,2,41,7,62,22xm85,-132r0,-89v-65,10,-78,69,0,89xm102,-108r0,94v31,-1,54,-21,54,-45v0,-23,-15,-37,-54,-49","w":187},"%":{"d":"244,-54v0,32,-26,58,-58,58v-32,0,-57,-26,-57,-58v0,-32,25,-58,57,-58v32,0,58,26,58,58xm229,-54v0,-23,-20,-42,-43,-42v-23,0,-42,19,-42,42v0,24,19,43,42,43v23,0,43,-20,43,-43xm123,-191v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm107,-191v0,-23,-19,-42,-42,-42v-23,0,-43,19,-43,42v0,24,20,43,43,43v23,0,42,-20,42,-43xm232,-248r-197,252r-18,0r198,-252r17,0","w":251},"&":{"d":"183,-122r20,0v-8,26,-20,48,-34,69r50,53r-24,0r-37,-39v-23,26,-48,42,-85,42v-39,0,-64,-23,-64,-58v0,-31,22,-58,61,-75v-48,-38,-36,-111,28,-111v31,0,54,22,54,51v0,27,-17,47,-52,65r56,58v12,-17,19,-33,27,-55xm88,-138v30,-12,46,-30,46,-50v0,-20,-16,-35,-37,-35v-51,0,-48,57,-9,85xm145,-52r-62,-65v-37,16,-53,33,-53,59v0,62,87,53,115,6","w":221},"(":{"d":"117,-249v-94,90,-93,242,0,332r-18,0v-93,-89,-93,-243,0,-332r18,0","w":119},")":{"d":"3,83v94,-90,93,-242,0,-332r18,0v93,89,93,243,0,332r-18,0","w":119},"*":{"d":"142,-221r-50,41v17,5,45,-4,65,-4r0,17v-21,-1,-48,-9,-66,-5r51,41r-12,12r-42,-51v-5,18,5,46,5,67r-17,0v1,-22,6,-47,5,-67r-41,51r-13,-12r51,-41v-17,-5,-45,4,-66,4r0,-16v20,0,48,8,65,4r-50,-41r13,-12v14,15,28,38,42,49r-6,-65r17,0v0,21,-9,48,-5,66r42,-50","w":168},"+":{"d":"24,-134r87,0r0,-87r16,0r0,87r86,0r0,16r-86,0r0,86r-16,0r0,-86r-87,0r0,-16","w":237},",":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0","w":63,"k":{" ":29}},"-":{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112},".":{"d":"44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"\/":{"d":"80,-249r17,0r-79,252r-17,0","w":101},"0":{"d":"90,-249v58,4,78,64,78,127v0,79,-35,125,-77,125v-46,0,-79,-48,-79,-121v0,-74,17,-122,78,-131xm150,-123v0,-53,-19,-108,-60,-108v-35,0,-60,44,-60,108v0,64,24,109,59,109v40,0,61,-51,61,-109"},"1":{"d":"99,-246r0,246r-18,0r0,-246r18,0"},"2":{"d":"16,-205r0,-21v45,-46,130,-18,129,48v0,37,-25,87,-90,161r114,0r0,17r-156,0v88,-85,114,-142,114,-178v0,-57,-72,-71,-111,-27"},"3":{"d":"27,-215r0,-18v42,-35,125,-10,125,46v0,25,-16,46,-45,57v34,11,47,36,47,63v0,73,-77,82,-130,58r0,-17v43,23,112,14,112,-40v0,-33,-23,-56,-63,-55r0,-17v79,2,76,-94,4,-93v-18,0,-33,5,-50,16"},"4":{"d":"135,-249r0,140r35,0r0,14r-35,0r0,95r-18,0r0,-95r-112,0r0,-6r124,-148r6,0xm117,-109r-1,-104r-85,104r86,0"},"5":{"d":"139,-246r0,17r-87,0r0,78v58,-9,101,21,101,75v0,70,-79,100,-138,63r0,-21v50,37,120,22,120,-41v0,-53,-49,-71,-100,-56r0,-115r104,0"},"6":{"d":"124,-249r11,13v-49,34,-84,80,-91,122v46,-39,124,-13,123,48v0,40,-29,69,-70,69v-46,0,-75,-33,-75,-86v0,-68,41,-121,102,-166xm40,-93v-5,49,21,79,56,79v30,0,52,-21,52,-49v-1,-56,-72,-69,-108,-30"},"7":{"d":"171,-246r-112,249r-16,-7r101,-225r-134,0r0,-17r161,0"},"8":{"d":"57,-128v-57,-30,-30,-121,33,-121v64,0,90,90,34,121v62,30,37,131,-33,131v-73,0,-97,-101,-34,-131xm90,-136v27,0,47,-20,47,-48v0,-26,-21,-47,-47,-47v-26,0,-47,20,-47,47v0,27,20,48,47,48xm90,-118v-29,0,-51,24,-51,52v0,28,22,52,52,52v30,0,51,-23,51,-54v0,-28,-23,-50,-52,-50"},"9":{"d":"52,3r-10,-13v62,-45,85,-83,92,-121v-50,38,-122,12,-122,-49v0,-40,29,-69,69,-69v47,0,75,33,75,86v0,57,-28,112,-104,166xm137,-153v4,-46,-15,-78,-55,-78v-28,0,-52,21,-52,50v0,56,74,65,107,28"},":":{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},";":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0xm44,-162r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"<":{"d":"24,-118r0,-16r189,-79r0,18r-167,69r167,69r0,18","w":237},"=":{"d":"24,-177r189,0r0,15r-189,0r0,-15xm24,-91r189,0r0,16r-189,0r0,-16","w":237},">":{"d":"213,-118r-189,79r0,-18r168,-69r-168,-69r0,-18r189,79r0,16","w":237},"?":{"d":"9,-214r8,-28v34,-19,70,3,70,44v0,61,-68,82,-40,134r-6,5v-43,-49,26,-85,27,-140v0,-36,-41,-46,-55,-15r-4,0xm54,-35r0,35r-23,0r0,-35r23,0","w":101},"@":{"d":"201,-182r22,0r-30,141v-3,15,-4,22,6,22v22,0,69,-36,69,-102v0,-45,-23,-113,-117,-113v-80,0,-137,58,-137,140v0,81,56,137,139,137v53,0,91,-19,118,-55r18,0v-28,47,-83,69,-137,69v-91,0,-153,-61,-153,-151v0,-75,46,-155,154,-155v94,0,130,69,130,128v0,72,-54,117,-91,117v-16,0,-25,-7,-20,-32v-40,56,-121,35,-121,-42v0,-80,97,-152,144,-74xm186,-121v0,-29,-19,-50,-45,-50v-46,0,-67,59,-67,94v0,32,19,56,45,56v41,0,67,-62,67,-100","w":288},"A":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240,"k":{"v":11,"w":7,"y":11,"C":18,"G":18,"O":18,"Q":18,"T":36,"U":7,"V":18,"W":18,"Y":36}},"B":{"d":"29,-246r51,0v100,2,103,86,46,119v37,8,57,29,57,62v0,66,-81,69,-154,65r0,-246xm48,-230r0,98v52,4,93,-11,93,-49v0,-46,-45,-51,-93,-49xm48,-116r0,100r51,0v51,0,64,-28,64,-50v0,-24,-14,-50,-73,-50r-42,0","w":191,"k":{",":-9,".":-9,"A":-7}},"C":{"d":"233,-228r0,21v-83,-52,-195,-16,-195,85v0,100,115,138,197,82r0,20v-92,55,-220,5,-217,-102v3,-109,120,-158,215,-106","w":243,"k":{",":-14,".":-20,"A":-16}},"D":{"d":"28,-246r86,0v104,0,134,69,134,123v0,57,-33,123,-130,123r-90,0r0,-246xm48,-230r0,214v99,7,180,-10,180,-107v0,-63,-45,-107,-112,-107r-68,0","w":266,"k":{"V":14,"W":14,"Y":31,",":22,".":22,"A":14}},"E":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0","w":176},"F":{"d":"154,-246r0,16r-107,0r0,94r97,0r0,15r-97,0r0,121r-19,0r0,-246r126,0","w":157,"k":{",":29,".":29,"A":14}},"G":{"d":"234,-228r0,22v-80,-54,-195,-17,-195,83v0,55,36,109,113,109v28,0,49,-6,68,-16r0,-66r-52,0r0,-16r71,0r0,94v-96,52,-221,2,-221,-105v0,-104,119,-159,216,-105","w":258},"H":{"d":"230,-246r0,246r-19,0r0,-116r-163,0r0,116r-20,0r0,-246r20,0r0,114r163,0r0,-114r19,0","w":258},"I":{"d":"47,-246r0,246r-19,0r0,-246r19,0","w":74},"J":{"d":"49,-246r0,246v2,47,-20,76,-63,71r-2,-18v28,6,46,-11,46,-48r0,-251r19,0","w":74},"K":{"d":"188,-246r-117,123r128,123r-24,0r-129,-123r0,123r-19,0r0,-246r19,0r0,123r118,-123r24,0","w":191,"k":{"y":11,"O":14}},"L":{"d":"48,-246r0,230r121,0r0,16r-141,0r0,-246r20,0","w":168,"k":{"T":29,"V":29,"W":29,"Y":36}},"M":{"d":"140,-131r94,-115r19,0r0,246r-19,0r-1,-218r-93,115r-93,-115r0,218r-19,0r0,-246r19,0","w":281},"N":{"d":"249,-246r0,246r-15,0r-187,-215r0,215r-19,0r0,-246r16,0r186,215r0,-215r19,0","w":277},"O":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,",":23,".":23,"A":18,"X":18}},"P":{"d":"28,-246r68,0v58,0,80,30,80,65v0,32,-18,66,-82,66r-47,0r0,115r-19,0r0,-246xm47,-230r0,99v54,4,109,-4,109,-49v0,-27,-18,-50,-61,-50r-48,0","w":183,"k":{",":65,".":65,"A":32,"e":18,"o":18,"a":7}},"Q":{"d":"264,23v6,10,-14,19,-18,28v-52,-6,-86,-27,-111,-48v-70,-5,-117,-63,-117,-125v0,-72,56,-127,130,-127v74,0,130,54,130,126v0,41,-24,113,-116,126v32,19,69,42,102,20xm258,-123v0,-61,-49,-108,-110,-108v-61,0,-109,48,-109,108v0,60,48,109,108,109v61,0,111,-49,111,-109","w":296,"k":{"U":5,",":14,".":14}},"R":{"d":"28,-246r63,0v100,-2,106,99,35,124v35,27,60,85,88,122r-22,0v-28,-35,-63,-128,-111,-118r-33,0r0,118r-20,0r0,-246xm48,-230r0,96v52,4,109,-4,104,-48v5,-41,-51,-53,-104,-48","w":206,"k":{"O":5,"T":11,"V":11,"W":9,"Y":14}},"S":{"d":"144,-233r0,21v-44,-32,-107,-23,-107,28v0,66,117,34,117,120v-1,65,-83,86,-134,46r0,-23v27,20,43,27,62,27v29,0,52,-21,52,-49v0,-70,-117,-40,-117,-121v-1,-60,78,-83,127,-49","w":168},"T":{"d":"205,-246r0,16r-92,0r0,230r-19,0r0,-230r-93,0r0,-16r204,0","w":206,"k":{"w":45,"y":43,"O":27,"u":43,",":45,".":45,"A":36,"e":47,"o":50,"a":47,"r":36,":":9,"-":54}},"U":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135","w":251,"k":{",":11,".":11,"A":11}},"V":{"d":"213,-246r-103,249r-6,0r-103,-249r19,0r87,208r87,-208r19,0","w":213,"k":{"G":14,"O":14,"u":14,",":36,".":36,"A":22,"e":25,"o":25,"a":18,"-":40}},"W":{"d":"186,-205r-83,208r-5,0r-98,-249r19,0r81,204r83,-204r6,0r82,204r81,-204r20,0r-99,249r-5,0","w":371,"k":{"y":7,"O":14,"u":14,",":36,".":36,"A":22,"e":25,"o":25,"a":14,"-":36}},"X":{"d":"124,-140r93,-106r25,0r-106,120r112,126r-25,0r-99,-112r-100,112r-24,0r111,-126r-105,-120r24,0","w":247},"Y":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0","w":209,"k":{"O":31,"u":36,",":50,".":50,"A":36,"e":50,"o":50,"a":36,"-":63}},"Z":{"d":"217,-246r2,7r-184,223r185,0r0,16r-215,0r-2,-5r184,-225r-175,0r0,-16r205,0","w":228},"[":{"d":"42,-229r0,291r64,0r0,17r-81,0r0,-325r81,0r0,17r-64,0","w":108},"\\":{"d":"84,3r-80,-252r17,0r79,252r-16,0","w":101},"]":{"d":"67,62r0,-291r-64,0r0,-17r81,0r0,325r-81,0r0,-17r64,0","w":108},"^":{"d":"119,-249r79,95r-12,9r-67,-81r-68,81r-11,-9","w":237},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18"},"a":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6","w":153},"b":{"d":"22,-9r0,-237r18,0r0,107v42,-51,130,-22,130,53v0,77,-78,109,-148,77xm40,-119r0,98v55,22,113,-9,112,-64v0,-69,-75,-87,-112,-34","w":183,"k":{"v":5,"y":5,"b":5,"l":5,"u":4,",":7,".":7}},"c":{"d":"136,-157r0,19v-52,-27,-102,0,-103,58v-1,59,55,80,106,57r0,18v-63,24,-124,-6,-124,-73v0,-67,57,-105,121,-79","w":150,"k":{",":-9,".":-9}},"d":{"d":"162,-246r0,246r-18,0r0,-13v-54,41,-129,-1,-129,-68v0,-67,69,-106,129,-71r0,-94r18,0xm144,-28r0,-105v-46,-34,-111,-8,-111,51v0,56,65,89,111,54","w":183},"e":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0","w":172,"k":{",":-11,".":-11}},"f":{"d":"120,-242r0,16v-47,-20,-76,7,-69,64r31,0r0,14r-31,0r0,148r-17,0r0,-148r-30,0r0,-14r30,0v-7,-65,32,-105,86,-80","w":86,"k":{"e":5,"i":7,"o":4}},"g":{"d":"150,-162r0,14r-37,0v15,14,23,27,23,43v0,72,-92,49,-92,80v0,35,106,-7,106,61v0,30,-28,47,-73,47v-87,0,-94,-73,-23,-83v-17,-4,-27,-12,-27,-23v0,-14,14,-21,33,-27v-32,-9,-43,-35,-43,-54v0,-27,16,-58,68,-58r65,0xm119,-104v0,-24,-19,-43,-43,-43v-24,0,-43,19,-43,42v0,24,19,44,43,44v24,0,43,-19,43,-43xm133,37v0,-23,-22,-28,-51,-28v-20,0,-59,3,-59,30v0,19,19,29,55,29v33,0,55,-12,55,-31","w":153},"h":{"d":"40,-246r0,112v31,-54,114,-36,114,35r0,99r-18,0v-4,-58,19,-149,-43,-148v-24,0,-38,12,-53,35r0,113r-18,0r0,-246r18,0","w":176,"k":{"y":5}},"i":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm42,-246r0,30r-17,0r0,-30r17,0","w":67},"j":{"d":"42,-162r0,180v0,46,-22,65,-48,65r-4,-15v22,-1,34,-11,34,-50r0,-180r18,0xm42,-246r0,30r-18,0r0,-30r18,0","w":67},"k":{"d":"39,-246r0,246r-18,0r0,-246r18,0xm153,-162r-89,77r103,85r-24,0r-102,-85r89,-77r23,0","w":153,"k":{"e":4,"o":4}},"l":{"d":"42,-246r0,246r-17,0r0,-246r17,0","w":67,"k":{"w":4,"y":4}},"m":{"d":"39,-162v1,9,-2,22,1,29v24,-46,87,-42,103,7v28,-62,113,-47,113,27r0,99r-18,0v-3,-58,16,-147,-42,-148v-20,0,-33,11,-49,38r0,110r-17,0r0,-92v-1,-71,-67,-72,-91,-21r0,113r-17,0r0,-162r17,0","w":277,"k":{"y":5,"u":5}},"n":{"d":"40,-162r0,28v31,-53,114,-37,114,35r0,99r-18,0v-3,-58,16,-150,-43,-148v-23,0,-39,12,-53,35r0,113r-18,0r0,-162r18,0","w":176,"k":{"v":5,"y":5,"u":4}},"o":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67","w":195,"k":{"v":7,"w":5,"y":7,",":7,".":7,"x":7}},"p":{"d":"40,-162r0,9v60,-33,128,4,128,72v0,67,-68,105,-128,72r0,92r-17,0r0,-245r17,0xm40,-136r0,110v48,29,109,5,109,-54v0,-57,-60,-86,-109,-56","w":183,"k":{"y":7,",":7,".":7}},"q":{"d":"161,-162r0,245r-17,0r0,-92v-62,31,-131,1,-131,-69v0,-71,72,-110,131,-72r0,-12r17,0xm144,-27r0,-107v-50,-34,-112,-3,-112,58v0,61,65,79,112,49","w":183},"r":{"d":"134,-146r-10,16v-39,-37,-53,-15,-84,28r0,102r-17,0r0,-162r17,0v1,14,-2,31,1,43v32,-45,52,-63,93,-27","w":119,"k":{"v":-25,"y":-25,"l":-14,"u":-14,",":32,".":32,"i":-9,"a":-9,"g":-9,"k":-14,"m":-9,"n":-9,"p":-9,"r":-9,"s":-14,"t":-29,":":-31,"-":29,";":-31}},"s":{"d":"111,-151r0,19v-28,-24,-72,-23,-79,10v0,39,84,25,84,81v0,44,-66,57,-101,29r0,-16v33,19,85,24,85,-14v0,-39,-84,-27,-84,-79v1,-42,61,-57,95,-30","w":127},"t":{"d":"108,-5v-25,12,-71,14,-71,-26r0,-117r-44,0r0,-14r44,0v0,-23,-4,-51,17,-53r0,53r45,0r0,14r-45,0r0,97v-6,45,26,42,54,29r0,17","w":108},"u":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0","w":176},"v":{"d":"154,-162r-70,165r-11,0r-73,-165r18,0r60,136r59,-136r17,0","w":153,"k":{",":18,".":18,"e":5,"o":5}},"w":{"d":"255,-162r-70,165r-8,0r-50,-131r-50,131r-8,0r-69,-165r17,0r55,132r51,-132r9,0r49,132r57,-132r17,0","w":254,"k":{",":20,".":20,"e":5,"o":5}},"x":{"d":"88,-71r-64,71r-22,0r74,-83r-74,-79r22,0r64,67r63,-67r23,0r-75,79r75,83r-23,0","w":172,"k":{"e":7}},"y":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0","w":150,"k":{",":32,".":32,"e":7,"o":7,"a":4}},"z":{"d":"137,-162r2,6r-107,140r107,0r0,16r-134,0r-1,-5r107,-141r-101,0r0,-16r127,0","w":142,"k":{"e":5,"o":5}},"{":{"d":"18,-70r0,-23v36,5,34,-52,33,-94v0,-43,18,-61,52,-59r0,20v-37,-8,-32,39,-32,74v0,39,-10,62,-35,71v35,9,35,56,35,105v0,33,8,39,32,39r0,20v-47,7,-52,-41,-52,-94v0,-42,-8,-58,-33,-59","w":119},"|":{"d":"31,-270r17,0r0,360r-17,0r0,-360","w":79},"}":{"d":"102,-93r0,23v-36,-5,-34,51,-34,94v0,43,-17,61,-51,59r0,-20v37,8,32,-39,32,-74v0,-39,10,-61,35,-70v-35,-9,-35,-57,-35,-106v0,-33,-8,-39,-32,-39r0,-20v47,-7,51,42,51,94v0,42,9,58,34,59","w":119},"~":{"d":"24,-105r0,-19v20,-14,37,-21,51,-21v27,0,66,28,88,28v13,0,24,-6,50,-24r0,20v-21,15,-35,21,-49,21v-28,0,-64,-29,-89,-29v-15,0,-25,5,-51,24","w":237},"'":{"d":"28,-246r24,0v1,30,-1,57,-4,84r-16,0v-3,-27,-5,-54,-4,-84","w":79},"`":{"d":"28,-244r29,0r37,56r-12,0","w":119},"\u00a0":{"w":100,"k":{"T":50,"V":50,"W":36,"Y":54,"A":22}}}});eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}(';(7($){$.b.2Q=7(){u B.2t(7(){9 1J=$(B).n(\'2Z\');5(1J.1c(/^3w\\(["\']?(.*\\.2p)["\']?\\)$/i)){1J=3t.$1;$(B).n({\'2Z\':\'45\',\'2o\':"3W:3R.4m.4d(3h=F, 3T="+($(B).n(\'41\')==\'2J-3Z\'?\'4c\':\'3N\')+", Q=\'"+1J+"\')"}).2t(7(){9 1b=$(B).n(\'1b\');5(1b!=\'2e\'&&1b!=\'2n\')$(B).n(\'1b\',\'2n\')})}})};9 A,4,16=D,s=1t 1o,1w,1v=1,1y=/\\.(3A|3Y|2p|3c|3d)(.*)?$/i;9 P=($.2q.3K&&2f($.2q.3z.2k(0,1))<8);$.b.c=7(Y){Y=$.3x({},$.b.c.2R,Y);9 2s=B;7 2h(){A=B;4=Y;2r();u D};7 2r(){5(16)u;5($.1O(4.2c)){4.2c()}4.j=[];4.h=0;5(Y.j.N>0){4.j=Y.j}t{9 O={};5(!A.1H||A.1H==\'\'){9 O={d:A.d,X:A.X};5($(A).1G("1m:1D").N){O.1a=$(A).1G("1m:1D")}4.j.2j(O)}t{9 Z=$(2s).2o("a[1H="+A.1H+"]");9 O={};3C(9 i=0;i<Z.N;i++){O={d:Z[i].d,X:Z[i].X};5($(Z[i]).1G("1m:1D").N){O.1a=$(Z[i]).1G("1m:1D")}4.j.2j(O)}3F(4.j[4.h].d!=A.d){4.h++}}}5(4.23){5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'3s\')}$("#1i").n(\'25\',4.2U).J()}1d()};7 1d(){$("#1f, #1e, #V, #G").S();9 d=4.j[4.h].d;5(d.1c(/#/)){9 U=11.3r.d.3f(\'#\')[0];U=d.3g(U,\'\');U=U.2k(U.2l(\'#\'));1k(\'<6 l="3e">\'+$(U).o()+\'</6>\',4.1I,4.1x)}t 5(d.1c(1y)){s=1t 1o;s.Q=d;5(s.3a){1K()}t{$.b.c.34();$(s).x().14(\'3b\',7(){$(".I").S();1K()})}}t 5(d.1c("17")||A.3j.2l("17")>=0){1k(\'<17 l="35" 3q="$.b.c.38()" 3o="3n\'+C.T(C.3l()*3m)+\'" 2K="0" 3E="0" Q="\'+d+\'"></17>\',4.1I,4.1x)}t{$.4p(d,7(2m){1k(\'<6 l="3L">\'+2m+\'</6>\',4.1I,4.1x)})}};7 1K(){5(4.30){9 w=$.b.c.1n();9 r=C.1M(C.1M(w[0]-36,s.g)/s.g,C.1M(w[1]-4b,s.f)/s.f);9 g=C.T(r*s.g);9 f=C.T(r*s.f)}t{9 g=s.g;9 f=s.f}1k(\'<1m 48="" l="49" Q="\'+s.Q+\'" />\',g,f)};7 2F(){5((4.j.N-1)>4.h){9 d=4.j[4.h+1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}5(4.h>0){9 d=4.j[4.h-1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}};7 1k(1j,g,f){16=F;9 L=4.2Y;5(P){$("#q")[0].1E.2u("f");$("#q")[0].1E.2u("g")}5(L>0){g+=L*2;f+=L*2;$("#q").n({\'v\':L+\'z\',\'2E\':L+\'z\',\'2i\':L+\'z\',\'y\':L+\'z\',\'g\':\'2B\',\'f\':\'2B\'});5(P){$("#q")[0].1E.2C(\'f\',\'(B.2D.4j - 20)\');$("#q")[0].1E.2C(\'g\',\'(B.2D.3S - 20)\')}}t{$("#q").n({\'v\':0,\'2E\':0,\'2i\':0,\'y\':0,\'g\':\'2z%\',\'f\':\'2z%\'})}5($("#k").1u(":19")&&g==$("#k").g()&&f==$("#k").f()){$("#q").1Z("2N",7(){$("#q").1C().1F($(1j)).21("1s",7(){1g()})});u}9 w=$.b.c.1n();9 2v=(g+36)>w[0]?w[2]:(w[2]+C.T((w[0]-g-36)/2));9 2w=(f+1z)>w[1]?w[3]:(w[3]+C.T((w[1]-f-1z)/2));9 K={\'y\':2v,\'v\':2w,\'g\':g+\'z\',\'f\':f+\'z\'};5($("#k").1u(":19")){$("#q").1Z("1s",7(){$("#q").1C();$("#k").24(K,4.2X,4.2T,7(){$("#q").1F($(1j)).21("1s",7(){1g()})})})}t{5(4.1W>0&&4.j[4.h].1a!==1L){$("#q").1C().1F($(1j));9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);$("#k").n({\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()});5(4.1X){K.25=\'J\'}$("#k").24(K,4.1W,4.2W,7(){1g()})}t{$("#q").S().1C().1F($(1j)).J();$("#k").n(K).21("1s",7(){1g()})}}};7 2y(){5(4.h!=0){$("#1e, #2O").x().14("R",7(e){e.2x();4.h--;1d();u D});$("#1e").J()}5(4.h!=(4.j.N-1)){$("#1f, #2M").x().14("R",7(e){e.2x();4.h++;1d();u D});$("#1f").J()}};7 1g(){2y();2F();$(W).1B(7(e){5(e.29==27){$.b.c.1l();$(W).x("1B")}t 5(e.29==37&&4.h!=0){4.h--;1d();$(W).x("1B")}t 5(e.29==39&&4.h!=(4.j.N-1)){4.h++;1d();$(W).x("1B")}});5(4.1r){$(11).14("1N 1T",$.b.c.2g)}t{$("6#k").n("1b","2e")}5(4.2b){$("#22").R($.b.c.1l)}$("#1i, #V").14("R",$.b.c.1l);$("#V").J();5(4.j[4.h].X!==1L&&4.j[4.h].X.N>0){$(\'#G 6\').o(4.j[4.h].X);$(\'#G\').J()}5(4.23&&P){$(\'1U, 1Q, 1P\',$(\'#q\')).n(\'1S\',\'19\')}5($.1O(4.2a)){4.2a()}16=D};u B.x(\'R\').R(2h)};$.b.c.2g=7(){9 m=$.b.c.1n();$("#k").n(\'y\',(($("#k").g()+36)>m[0]?m[2]:m[2]+C.T((m[0]-$("#k").g()-36)/2)));$("#k").n(\'v\',(($("#k").f()+1z)>m[1]?m[3]:m[3]+C.T((m[1]-$("#k").f()-1z)/2)))};$.b.c.1h=7(H,2A){u 2f($.3I(H.3u?H[0]:H,2A,F))||0};$.b.c.1R=7(H){9 m=H.4g();m.v+=$.b.c.1h(H,\'3k\');m.v+=$.b.c.1h(H,\'3J\');m.y+=$.b.c.1h(H,\'3H\');m.y+=$.b.c.1h(H,\'3D\');u m};$.b.c.38=7(){$(".I").S();$("#35").J()};$.b.c.1n=7(){u[$(11).g(),$(11).f(),$(W).3i(),$(W).3p()]};$.b.c.2G=7(){5(!$("#I").1u(\':19\')){33(1w);u}$("#I > 6").n(\'v\',(1v*-40)+\'z\');1v=(1v+1)%12};$.b.c.34=7(){33(1w);9 m=$.b.c.1n();$("#I").n({\'y\':((m[0]-40)/2+m[2]),\'v\':((m[1]-40)/2+m[3])}).J();$("#I").14(\'R\',$.b.c.1l);1w=3Q($.b.c.2G,3X)};$.b.c.1l=7(){16=F;$(s).x();$("#1i, #V").x();5(4.2b){$("#22").x()}$("#V, .I, #1e, #1f, #G").S();5(4.1r){$(11).x("1N 1T")}1q=7(){$("#1i, #k").S();5(4.1r){$(11).x("1N 1T")}5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'19\')}5($.1O(4.1V)){4.1V()}16=D};5($("#k").1u(":19")!==D){5(4.26>0&&4.j[4.h].1a!==1L){9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);9 K={\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()};5(4.1X){K.25=\'S\'}$("#k").31(D,F).24(K,4.26,4.2S,1q)}t{$("#k").31(D,F).1Z("2N",1q)}}t{1q()}u D};$.b.c.2V=7(){9 o=\'\';o+=\'<6 l="1i"></6>\';o+=\'<6 l="22">\';o+=\'<6 p="I" l="I"><6></6></6>\';o+=\'<6 l="k">\';o+=\'<6 l="2I">\';o+=\'<6 l="V"></6>\';o+=\'<6 l="E"><6 p="E 44"></6><6 p="E 43"></6><6 p="E 42"></6><6 p="E 3V"></6><6 p="E 3U"></6><6 p="E 3O"></6><6 p="E 3M"></6><6 p="E 3P"></6></6>\';o+=\'<a d="2P:;" l="1e"><1p p="1Y" l="2O"></1p></a><a d="2P:;" l="1f"><1p p="1Y" l="2M"></1p></a>\';o+=\'<6 l="q"></6>\';o+=\'<6 l="G"></6>\';o+=\'</6>\';o+=\'</6>\';o+=\'</6>\';$(o).2H("46");$(\'<32 4i="0" 4h="0" 4k="0"><2L><13 p="G" l="4l"></13><13 p="G" l="4o"><6></6></13><13 p="G" l="4n"></13></2L></32>\').2H(\'#G\');5(P){$("#2I").47(\'<17 p="4a" 4e="2J" 2K="0"></17>\');$("#V, .E, .G, .1Y").2Q()}};$.b.c.2R={2Y:10,30:F,1X:D,1W:0,26:0,2X:3G,2W:\'28\',2S:\'28\',2T:\'28\',1I:3B,1x:3v,23:F,2U:0.3,2b:F,1r:F,j:[],2c:2d,2a:2d,1V:2d};$(W).3y(7(){$.b.c.2V()})})(4f);',62,274,'||||opts|if|div|function||var||fn|fancybox|href||height|width|itemCurrent||itemArray|fancy_outer|id|pos|css|html|class|fancy_content||imagePreloader|else|return|top||unbind|left|px|elem|this|Math|false|fancy_bg|true|fancy_title|el|fancy_loading|show|itemOpts|pad|orig_item|length|item|isIE|src|click|hide|round|target|fancy_close|document|title|settings|subGroup||window||td|bind|orig_pos|busy|iframe||visible|orig|position|match|_change_item|fancy_left|fancy_right|_finish|getNumeric|fancy_overlay|value|_set_content|close|img|getViewport|Image|span|__cleanup|centerOnScroll|normal|new|is|loadingFrame|loadingTimer|frameHeight|imageRegExp|50|objNext|keydown|empty|first|style|append|children|rel|frameWidth|image|_proceed_image|undefined|min|resize|isFunction|select|object|getPosition|visibility|scroll|embed|callbackOnClose|zoomSpeedIn|zoomOpacity|fancy_ico|fadeOut||fadeIn|fancy_wrap|overlayShow|animate|opacity|zoomSpeedOut||swing|keyCode|callbackOnShow|hideOnContentClick|callbackOnStart|null|absolute|parseInt|scrollBox|_initialize|bottom|push|substr|indexOf|data|relative|filter|png|browser|_start|matchedGroup|each|removeExpression|itemLeft|itemTop|stopPropagation|_set_navigation|100|prop|auto|setExpression|parentNode|right|_preload_neighbor_images|animateLoading|appendTo|fancy_inner|no|frameborder|tr|fancy_right_ico|fast|fancy_left_ico|javascript|fixPNG|defaults|easingOut|easingChange|overlayOpacity|build|easingIn|zoomSpeedChange|padding|backgroundImage|imageScale|stop|table|clearInterval|showLoading|fancy_frame|||showIframe||complete|load|bmp|jpeg|fancy_div|split|replace|enabled|scrollLeft|className|paddingTop|random|1000|fancy_iframe|name|scrollTop|onload|location|hidden|RegExp|jquery|355|url|extend|ready|version|jpg|425|for|borderLeftWidth|hspace|while|300|paddingLeft|curCSS|borderTopWidth|msie|fancy_ajax|fancy_bg_w|scale|fancy_bg_sw|fancy_bg_nw|setInterval|DXImageTransform|clientWidth|sizingMethod|fancy_bg_s|fancy_bg_se|progid|66|gif|repeat||backgroundRepeat|fancy_bg_e|fancy_bg_ne|fancy_bg_n|none|body|prepend|alt|fancy_img|fancy_bigIframe|60|crop|AlphaImageLoader|scrolling|jQuery|offset|cellpadding|cellspacing|clientHeight|border|fancy_title_left|Microsoft|fancy_title_right|fancy_title_main|get'.split('|'),0,{}))
Cufon.replace('#main-content h2, #related-projects h2, #related-articles h2, #supporting-content h2, #main-content h1, h3.hidden, h1#location, #related-projects h1',{fontFamily:'Gill Sans Std',hover:true});$(document).ready(function(){$('#flickr-feed').jflickrfeed({limit:9,qstrings:{id:'43662137@N04'},itemTemplate:'<li><a href="{{image_b}}" rel="flickr" title="{{title}}" class="flickr-image"><img src="{{image_s}}" alt="{{title}}" /></a></li>'},function(){$("#flickr-feed a").fancybox({'zoomOpacity':true,'overlayShow':true,'zoomSpeedIn':500,'zoomSpeedOut':500,'overlayOpacity':0.9});});$("a[href$=jpg], a[href$=png], a[href$=gif], a.flickr-image").fancybox({'zoomOpacity':true,'overlayShow':true,'zoomSpeedIn':500,'zoomSpeedOut':500,'overlayOpacity':0.9});$("a[href^=http]").attr('target','_blank');$('.fade').append('<span class="hover"></span>').each(function(){var $span=$('> span.hover',this).css('opacity',0);$(this).hover(function(){$span.stop().fadeTo(400,1);},function(){$span.stop().fadeTo(400,0);});});$('ul.nav li').prepend('<em class="slide"></em>');$("ul.nav li").hover(function(){$(this).find("em.slide").stop(true,true).slideDown("normal");},function(){$(this).find("em.slide").stop(true,true).slideUp("normal");});$('#subscriber_email').click(function(){if(this.value=="Enter your email..."){this.value='';}});$('#subscriber_email').blur(function(){if(this.value==''){this.value="Enter your email...";}});$('ul.gallery li a').each(function(i,a){$(a).prepend('<span class="title">'+$(a).attr('title')+'</span>');});$("ul.gallery li:nth-child(even)").addClass('right');$("ul.gallery li a .title").hide();$("ul.gallery li").hover(function(){$(this).find("span.title").stop(true,true).fadeIn("normal");},function(){$(this).find("span.title").stop(true,true).fadeOut("normal");});});ajaxifyForms("#new_subscriber");function ajaxifyForms(selector){$(selector).submit(function(){$(this).find('#errorExplanation, .success').slideUp('fast',function(){$(this).remove();});$.post($(this).attr('action'),$(this).serialize(),null,'script');return false;});}
function labelInputValue(selector,label){$(selector+':input:not([value])').val(label);$(selector+':input').closest('form').submit(function(){if($(selector+':input').val()==label)
$(selector+':input').val('');return true;});}