/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : Core 3.2.1
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

(function(a){a(document).ready(function(){a("body").append('<div id="supersized-loader"></div><div id="supersized"></div>')});a.supersized=function(b){var c="#supersized",d=this;d.$el=a(c);d.el=c;vars=a.supersized.vars;d.$el.data("supersized",d);api=d.$el.data("supersized");d.init=function(){a.supersized.vars.options=a.extend({},a.supersized.defaultOptions,b);d.options=a.supersized.vars.options;d._build()};d._build=function(){d._start()};d._start=function(){if(d.options.start_slide){vars.current_slide=d.options.start_slide-1}else{vars.current_slide=Math.floor(Math.random()*d.options.slides.length)}var f=d.options.new_window?' target="_blank"':"";imageLink=(api.getField("url"))?"href='"+api.getField("url")+"'":"";var e=a('<img src="'+api.getField("image")+'"/>');e.appendTo(d.el).wrap('<a class="image-loading activeslide" '+imageLink+f+"></a>").css("visibility","hidden");e.load(function(){d._origDim(a(this));d.resizeNow();d.launch()});d.$el.css("visibility","hidden")};d.launch=function(){d.$el.css("visibility","visible");a("#supersized-loader").hide();a(window).resize(function(){d.resizeNow()})};d.resizeNow=function(){return d.$el.each(function(){a("img",d.el).each(function(){thisSlide=a(this);var f=(thisSlide.data("origHeight")/thisSlide.data("origWidth")).toFixed(2);var e=d.$el.width(),h=d.$el.height(),i;if(d.options.fit_always){if((h/e)>f){g()}else{j()}}else{if((h<=d.options.min_height)&&(e<=d.options.min_width)){if((h/e)>f){d.options.fit_landscape&&f<1?g(true):j(true)}else{d.options.fit_portrait&&f>=1?j(true):g(true)}}else{if(e<=d.options.min_width){if((h/e)>f){d.options.fit_landscape&&f<1?g(true):j()}else{d.options.fit_portrait&&f>=1?j():g(true)}}else{if(h<=d.options.min_height){if((h/e)>f){d.options.fit_landscape&&f<1?g():j(true)}else{d.options.fit_portrait&&f>=1?j(true):g()}}else{if((h/e)>f){d.options.fit_landscape&&f<1?g():j()}else{d.options.fit_portrait&&f>=1?j():g()}}}}}function g(k){if(k){if(thisSlide.width()<e||thisSlide.width()<d.options.min_width){if(thisSlide.width()*f>=d.options.min_height){thisSlide.width(d.options.min_width);thisSlide.height(thisSlide.width()*f)}else{j()}}}else{if(d.options.min_height>=h&&!d.options.fit_landscape){if(e*f>=d.options.min_height||(e*f>=d.options.min_height&&f<=1)){thisSlide.width(e);thisSlide.height(e*f)}else{if(f>1){thisSlide.height(d.options.min_height);thisSlide.width(thisSlide.height()/f)}else{if(thisSlide.width()<e){thisSlide.width(e);thisSlide.height(thisSlide.width()*f)}}}}else{thisSlide.width(e);thisSlide.height(e*f)}}}function j(k){if(k){if(thisSlide.height()<h){if(thisSlide.height()/f>=d.options.min_width){thisSlide.height(d.options.min_height);thisSlide.width(thisSlide.height()/f)}else{g(true)}}}else{if(d.options.min_width>=e){if(h/f>=d.options.min_width||f>1){thisSlide.height(h);thisSlide.width(h/f)}else{if(f<=1){thisSlide.width(d.options.min_width);thisSlide.height(thisSlide.width()*f)}}}else{thisSlide.height(h);thisSlide.width(h/f)}}}if(thisSlide.parent().hasClass("image-loading")){a(".image-loading").removeClass("image-loading")}if(d.options.horizontal_center){a(this).css("left",(e-a(this).width())/2)}if(d.options.vertical_center){a(this).css("top",(h-a(this).height())/2)}});if(d.options.image_protect){a("img",d.el).bind("contextmenu mousedown",function(){return false})}return false})};d._origDim=function(e){e.data("origWidth",e.width()).data("origHeight",e.height()).css("visibility","visible")};d.getField=function(e){return d.options.slides[vars.current_slide][e]};d.init()};a.supersized.vars={current_slide:0,options:{}};a.supersized.defaultOptions={start_slide:1,new_window:1,image_protect:1,min_width:0,min_height:0,vertical_center:1,horizontal_center:1,fit_always:0,fit_portrait:1,fit_landscape:0};a.fn.supersized=function(b){return this.each(function(){(new a.supersized(b))})}})(jQuery);;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1988 Adobe Systems. All rights reserved.
 * This software is the property of Adobe Systems Incorporated and its licensors,
 * and may not be reproduced, used, displayed, modified, disclosed, or transferred
 * without the express written approval of Adobe. The digitally encoded machine
 * readable outline data for producing the Typefaces provided as part of your
 * laser printer is copyrighted  (c) 1981 Linotype AG and/or its subsidiaries All
 * Rights Reserved. This data is the property of Linotype AG and/or its
 * subsidiaries and may not be reproduced, used, displayed, modified, disclosed
 * or transferred without the express written approval of Linotype AG and/or its
 * subsidiaries.
 */
Cufon.registerFont({"w":180,"face":{"font-family":"ITCKabel","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","cap-height":"3","bbox":"-26 -261.412 307 66","underline-thickness":"26.64","underline-position":"-31.68","stemh":"22","stemv":"21","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"!":{"d":"53,-260r-3,197r-21,2r0,-195xm19,-19r19,-21r19,21r-19,21","w":79},"\"":{"d":"28,-149r0,-98r21,0r0,98r-21,0xm71,-149r0,-98r21,0r0,98r-21,0","w":119},"#":{"d":"167,-97r-1,19r-36,0r-12,78r-20,0r11,-78r-47,0r-11,78r-21,0r11,-78r-38,0r1,-19r40,0r7,-52r-38,0r1,-19r40,0r11,-79r21,0r-11,79r46,0r11,-79r21,0r-11,79r35,0r-1,19r-37,0r-7,52r35,0xm118,-149r-46,0r-7,52r46,0"},"$":{"d":"92,-35r0,-81v-33,-5,-59,-22,-59,-58v0,-33,27,-55,59,-56r0,-25r16,-5r0,30v19,2,39,10,52,25r-12,13v-11,-11,-24,-19,-40,-20r0,77v30,4,58,23,58,57v0,36,-25,56,-58,61r0,37r-16,3r0,-40v-24,-1,-48,-13,-63,-32r15,-13v11,15,29,26,48,27xm92,-137r0,-75v-24,1,-39,12,-39,36v0,25,16,37,39,39xm108,-114r0,79v23,-2,39,-14,39,-39v0,-25,-16,-37,-39,-40"},"%":{"d":"156,-61v0,-34,27,-62,61,-62v34,0,62,28,62,62v0,34,-28,61,-62,61v-34,0,-61,-27,-61,-61xm262,-61v0,-24,-21,-44,-45,-44v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,45,-20,45,-44xm77,-247v38,0,48,40,83,40v22,0,37,-22,48,-40r19,0r-143,253r-18,0r121,-210v-16,11,-35,14,-51,3v10,41,-20,78,-59,78v-34,0,-62,-28,-62,-62v0,-34,28,-62,62,-62xm121,-185v0,-24,-20,-45,-44,-45v-24,0,-45,21,-45,45v0,24,21,44,45,44v24,0,44,-20,44,-44","w":299},"&":{"d":"99,-138r51,63r45,-44r15,14r-47,45r44,53r-17,10r-41,-49v-22,20,-42,49,-74,49v-35,0,-61,-25,-61,-61v-1,-40,35,-58,57,-84v-37,-32,-33,-111,29,-111v24,0,49,19,49,45v0,31,-31,51,-50,70xm137,-62r-54,-64v-20,22,-48,36,-48,69v0,22,18,39,40,39v26,0,44,-29,62,-44xm87,-153v16,-13,41,-30,41,-56v0,-15,-14,-25,-30,-25v-44,2,-33,63,-11,81","w":219},"(":{"d":"93,-253r6,18v-47,35,-75,76,-75,136v0,59,27,105,77,136r-9,16v-54,-35,-87,-88,-87,-153v0,-66,33,-118,88,-153","w":119},")":{"d":"27,53r-6,-17v98,-60,101,-217,-2,-273r9,-16v54,35,87,88,87,153v0,66,-33,118,-88,153","w":119},"*":{"d":"24,-227r47,27r0,-49r17,-4r0,53r43,-25r12,13r-49,27r46,24r-5,16r-47,-27r0,50r-17,4r0,-54r-43,25r-11,-12r47,-28r-45,-24","w":159},"+":{"d":"98,-101r0,-80r20,0r0,80r80,0r0,21r-80,0r0,80r-20,0r0,-80r-80,0r0,-21r80,0","w":216},",":{"d":"11,66r30,-92r27,-4r-37,96r-20,0","w":90},"-":{"d":"106,-100r0,19r-92,0r0,-19r92,0","w":119},".":{"d":"26,-19r19,-21r19,21r-19,21","w":90},"\/":{"d":"100,-253r-82,259r-18,0r82,-259r18,0","w":100},"0":{"d":"11,-123v0,-44,21,-130,79,-130v58,0,79,86,79,130v0,44,-21,129,-79,129v-58,0,-79,-85,-79,-129xm34,-123v0,32,14,108,56,108v42,0,56,-76,56,-108v0,-32,-14,-109,-56,-109v-42,0,-56,77,-56,109"},"1":{"d":"93,3r0,-227r-64,36r-7,-15r94,-57r0,260"},"2":{"d":"10,0r77,-81v25,-27,59,-54,59,-94v0,-33,-24,-57,-57,-57v-31,0,-55,23,-55,55v0,34,22,55,54,60r-14,18v-37,-6,-63,-39,-63,-76v0,-44,33,-78,77,-78v48,0,81,35,81,83v0,69,-75,104,-112,149r110,0r-3,21r-154,0"},"3":{"d":"61,-121r0,-19v32,1,71,-6,71,-45v0,-59,-79,-58,-102,-18r-15,-14v22,-23,38,-36,71,-36v38,0,70,24,70,64v0,27,-16,46,-40,57v28,11,46,35,46,65v1,85,-127,96,-154,26r19,-12v17,52,112,52,112,-16v0,-44,-37,-52,-78,-52"},"4":{"d":"129,-90r42,0r-3,21r-39,0r0,69r-23,3r0,-72r-106,0r129,-191r0,170xm35,-90r71,0r-1,-108"},"5":{"d":"6,-31r16,-15v30,49,118,37,118,-30v0,-58,-71,-78,-111,-44r0,-127r118,0r-6,21r-89,0r0,74v56,-22,111,20,111,75v0,89,-119,108,-157,46"},"6":{"d":"91,-153v-79,1,-71,141,2,138v70,-1,72,-140,-2,-138xm112,-260r16,13v-26,26,-60,56,-74,91v50,-40,115,10,115,72v0,51,-32,90,-77,90v-50,0,-80,-43,-80,-92v0,-62,55,-139,100,-174"},"7":{"d":"170,-247r-93,247r-25,3r87,-229r-126,0r4,-21r153,0"},"8":{"d":"41,-181v0,29,26,43,52,43v27,0,47,-19,47,-46v0,-30,-20,-48,-48,-48v-30,0,-51,19,-51,51xm11,-69v-1,-29,23,-53,48,-61v-23,-5,-41,-30,-41,-53v0,-42,29,-70,70,-70v40,0,75,24,75,67v0,26,-17,46,-40,56v27,10,46,33,46,63v0,45,-37,73,-79,73v-44,0,-79,-29,-79,-75xm34,-64v0,69,112,62,112,-5v0,-31,-26,-51,-56,-51v-35,0,-56,22,-56,56"},"9":{"d":"87,-232v-71,2,-71,140,3,138v39,0,55,-36,55,-72v0,-37,-25,-66,-58,-66xm68,13r-15,-13v26,-26,60,-56,74,-91v-50,41,-116,-10,-116,-72v0,-51,33,-90,78,-90v50,0,79,43,79,92v0,62,-55,139,-100,174"},":":{"d":"26,-19r19,-21r19,21r-19,21xm26,-113r19,-21r19,21r-19,22","w":90},";":{"d":"-1,66r30,-92r27,-4r-37,96r-20,0xm26,-113r19,-21r19,21r-19,22","w":90},"<":{"d":"199,-19r0,22r-182,-84r0,-19r182,-84r0,23r-157,71","w":216},"=":{"d":"198,-136r0,20r-180,0r0,-20r180,0xm198,-65r0,21r-180,0r0,-21r180,0","w":216},">":{"d":"17,-19r157,-71r-157,-71r0,-23r182,84r0,19r-182,84r0,-22","w":216},"?":{"d":"93,-71r-17,4r0,-44v0,-39,53,-29,53,-83v0,-25,-20,-45,-45,-45v-31,0,-43,14,-56,40r-18,-10v14,-30,35,-51,70,-51v39,0,70,30,70,69v0,68,-69,49,-57,120xm68,-19r18,-21r19,21r-19,21","w":159},"@":{"d":"94,-101v0,22,14,36,31,36v32,0,56,-49,56,-80v0,-18,-14,-35,-28,-35v-35,0,-59,46,-59,79xm192,-170r9,-23r20,0r-32,100v-5,14,-7,29,4,29v27,0,53,-44,53,-80v0,-55,-45,-90,-96,-90v-63,0,-108,51,-108,112v0,60,48,109,109,109v34,0,68,-17,89,-44r20,0v-22,39,-65,63,-109,63v-73,0,-130,-59,-130,-131v0,-71,59,-128,128,-128v65,0,118,46,118,108v0,57,-45,99,-80,99v-13,0,-21,-10,-24,-23v-26,37,-92,25,-92,-30v0,-48,33,-100,83,-100v16,0,30,8,38,29","w":288},"A":{"d":"174,-97r-106,0r-50,103r-24,-6r127,-253r125,253r-21,5xm161,-120r-41,-82r-41,82r82,0","w":240},"B":{"d":"24,-247v68,-2,135,-5,133,65v0,26,-11,44,-32,54v64,27,49,138,-39,128r-62,0r0,-247xm47,-114r0,92r38,0v80,4,68,-93,7,-92r-45,0xm47,-225r0,89v47,4,90,-5,88,-46v-2,-45,-43,-45,-88,-43"},"C":{"d":"185,-33r-3,27v-83,39,-173,-28,-173,-117v0,-89,90,-158,173,-118r3,27v-62,-44,-151,11,-151,91v0,79,89,134,151,90","w":200},"D":{"d":"24,0r0,-247r64,0v68,0,120,52,120,122v0,70,-51,125,-120,125r-64,0xm47,-225r0,203v83,9,136,-31,137,-103v1,-73,-53,-110,-137,-100","w":219},"E":{"d":"167,0r-140,0r0,-247r133,0r5,22r-116,0r0,89r99,0r0,22r-99,0r0,92r122,0"},"F":{"d":"27,-247r105,0r4,22r-87,0r0,89r68,0r0,22r-68,0r0,114r-22,3r0,-250","w":140},"G":{"d":"223,-134r0,106v-82,74,-214,19,-214,-97v0,-66,50,-128,130,-128v27,0,61,14,80,33r-14,17v-62,-60,-171,-8,-171,78v0,87,102,142,167,84r0,-71r-79,0r7,-22r94,0","w":240},"H":{"d":"49,0r-22,3r0,-250r22,-6r0,117r142,0r0,-111r22,-6r0,253r-22,3r0,-117r-142,0r0,114","w":240},"I":{"d":"29,3r0,-250r22,-6r0,253","w":79},"J":{"d":"5,-9r10,-22v7,8,21,14,33,14v34,0,43,-25,43,-54r0,-176r22,-6r0,176v0,50,-12,83,-66,83v-14,0,-32,-5,-42,-15","w":140},"K":{"d":"46,0r-22,3r0,-250r22,-6r0,121r3,0r104,-121r25,8r-99,114r107,123r-24,11r-113,-131r-3,0r0,128"},"L":{"d":"132,0r-105,0r0,-247r22,-6r0,231r90,0","w":140},"M":{"d":"141,-51r84,-202r49,253r-22,3r-36,-183r-76,186r-78,-186r-34,183r-22,-3r51,-253","w":280},"N":{"d":"192,-247r23,-4r-1,257r-166,-200r0,194r-22,3r0,-256r166,199r0,-193","w":240},"O":{"d":"140,-253v71,0,131,58,131,130v0,72,-60,129,-131,129v-71,0,-131,-57,-131,-129v0,-72,60,-130,131,-130xm140,-230v-58,0,-106,49,-106,107v0,58,48,106,106,106v58,0,106,-48,106,-106v0,-58,-48,-107,-106,-107","w":280},"P":{"d":"46,-83r0,83r-23,3r0,-250v75,-6,129,10,129,82v0,59,-40,86,-106,82xm46,-225r0,120v50,4,83,-16,82,-60v-1,-48,-32,-65,-82,-60","w":159},"Q":{"d":"263,23r-46,-42v-81,62,-208,-1,-208,-104v0,-72,60,-130,131,-130v109,0,175,143,95,218r47,43xm183,-83r34,32v64,-61,11,-179,-77,-179v-57,0,-106,49,-106,107v0,81,98,137,165,87r-35,-32","w":280},"R":{"d":"47,0r-23,3r0,-250v68,-6,122,9,122,72v0,37,-22,65,-59,71r76,95r-23,12r-93,-121r0,118xm47,-225r0,103v47,5,76,-9,75,-53v-1,-36,-30,-57,-75,-50","w":159},"S":{"d":"12,-37r18,-14v22,47,113,48,113,-15v0,-69,-126,-31,-126,-117v0,-76,103,-90,142,-40r-14,16v-27,-34,-104,-32,-104,23v0,62,127,29,127,116v0,84,-124,99,-156,31"},"T":{"d":"91,-225r0,225r-22,3r0,-228r-69,0r5,-22r151,0r0,22r-65,0","w":159},"U":{"d":"197,-253r0,175v0,53,-34,84,-87,84v-53,0,-86,-31,-86,-84r0,-169r22,-6r0,176v0,26,20,60,64,60v97,0,56,-140,64,-230","w":219},"V":{"d":"108,-50r97,-203r23,6r-120,253r-114,-253r23,-6","w":219},"W":{"d":"-7,-247r24,-6r83,201r36,-87r-45,-108r23,-6r35,84r36,-84r21,6r-44,108r37,87r83,-201r25,6r-109,253r-49,-117r-49,117","w":299},"X":{"d":"27,-250r75,100r68,-100r20,10r-75,109r94,122r-22,12r-85,-115r-83,115r-23,-10r91,-126r-79,-107","w":200},"Y":{"d":"14,-253r82,136r71,-136r25,6r-133,250r-26,-6r50,-90r-92,-154"},"Z":{"d":"12,-225r5,-22r173,0r-144,225r149,0r-5,22r-185,0r144,-225r-137,0","w":200},"[":{"d":"13,50r0,-297r59,0r0,17r-40,0r0,263r40,0r0,17r-59,0","w":100},"\\":{"d":"-26,-253r20,0r131,259r-20,0","w":100},"]":{"d":"87,-247r0,297r-59,0r0,-17r40,0r0,-263r-40,0r0,-17r59,0","w":100},"^":{"d":"40,-87r-23,0r81,-160r20,0r81,160r-23,0r-68,-136","w":216},"_":{"d":"180,45r-180,0r0,-27r180,0r0,27"},"a":{"d":"24,-150r7,-24v41,-19,109,-17,109,35r0,139r-20,4v-1,-7,2,-17,-1,-22v-27,43,-113,18,-113,-41v0,-63,76,-88,114,-47v16,-65,-55,-66,-96,-44xm27,-59v0,27,25,42,49,42v26,0,44,-18,44,-44v0,-27,-19,-45,-45,-45v-28,0,-48,18,-48,47","w":159},"b":{"d":"19,-94r0,-162r21,-5r0,114v49,-66,169,-42,169,54v0,53,-41,97,-94,97v-60,0,-96,-39,-96,-98xm40,-89v0,42,35,72,76,72v42,0,72,-31,72,-73v0,-43,-31,-74,-74,-74v-41,0,-74,31,-74,75","w":219},"c":{"d":"154,-35r13,16v-56,50,-158,13,-158,-73v0,-81,99,-119,159,-72r-13,17v-42,-37,-125,-8,-125,57v0,63,77,95,124,55"},"d":{"d":"178,-90v0,-47,-34,-74,-74,-74v-43,0,-71,37,-71,73v0,42,28,74,72,74v40,0,73,-34,73,-73xm177,-149v4,-32,0,-72,1,-107r21,-5r0,261r-21,4v-1,-11,2,-25,-1,-34v-45,62,-165,32,-165,-61v0,-88,118,-125,165,-58","w":219},"e":{"d":"174,-143r-138,84v7,17,31,42,64,42v26,0,50,-13,69,-29r0,25v-58,54,-161,13,-161,-72v0,-93,133,-122,166,-50xm31,-77r110,-71v-42,-41,-129,5,-110,71"},"f":{"d":"13,-181r20,0v-6,-59,26,-84,69,-80r6,21v-56,-1,-54,15,-54,59r51,0r0,21r-51,0r0,160r-21,4r0,-164r-25,0","w":100},"g":{"d":"140,-118v0,-62,-109,-64,-109,0v0,61,109,61,109,0xm1,22r16,-12v17,19,36,35,65,35v29,0,61,-18,61,-45v-2,-50,-64,-63,-106,-42r8,-24v-62,-25,-31,-127,40,-119v29,3,55,0,81,-6r-6,21v-9,3,-16,4,-26,2v39,25,34,90,-12,105v25,12,41,32,41,60v0,44,-40,69,-82,69v-33,0,-62,-20,-80,-44"},"h":{"d":"40,0r-21,3r0,-259r21,-5r1,102v30,-42,120,-37,120,38r0,121r-21,3r0,-129v0,-26,-17,-40,-46,-40v-20,0,-54,14,-54,49r0,117"},"i":{"d":"50,0r-20,4r0,-185r20,-4r0,185xm38,-261r17,19r-17,19r-16,-19","w":79},"j":{"d":"30,-181r20,-4r0,187v0,46,-25,64,-69,64r-7,-22v40,5,57,-8,56,-59r0,-166xm38,-261r17,19r-17,19r-16,-19","w":79},"k":{"d":"40,-93r81,-94r17,10r-74,85r82,83r-13,12r-93,-91r0,88r-21,4r0,-260r21,-5r0,168","w":140},"l":{"d":"50,-261r0,261r-20,4r0,-260","w":79},"m":{"d":"44,0r-21,3r0,-184r21,-4r0,31v19,-39,84,-42,101,-1v25,-45,113,-40,112,23r0,132r-20,3v-8,-61,26,-167,-39,-169v-71,-2,-42,101,-48,166r-20,3v-8,-61,26,-167,-39,-169v-70,-2,-41,102,-47,166","w":280},"n":{"d":"40,0r-21,3r0,-184r21,-4v1,9,-2,23,1,30v27,-45,120,-44,120,34r0,121r-21,3r0,-129v0,-26,-17,-40,-46,-40v-20,0,-54,14,-54,49r0,117"},"o":{"d":"100,-185v53,0,93,46,93,95v0,49,-40,94,-93,94v-53,0,-92,-45,-92,-94v0,-49,39,-95,92,-95xm100,-164v-41,0,-72,35,-72,74v0,39,31,73,72,73v41,0,72,-34,72,-73v0,-39,-31,-74,-72,-74","w":200},"p":{"d":"42,-91v0,47,34,74,74,74v43,0,71,-37,71,-73v0,-42,-28,-74,-72,-74v-40,0,-73,34,-73,73xm43,-29v-3,27,0,62,-1,91r-21,4r0,-247r21,-4v1,13,-2,31,1,42v14,-25,41,-42,71,-42v53,0,94,44,94,95v0,86,-117,127,-165,61","w":219},"q":{"d":"178,-91v0,-39,-33,-73,-73,-73v-44,0,-72,32,-72,74v0,36,28,73,71,73v40,0,74,-27,74,-74xm178,66r-1,-97v-47,65,-165,30,-165,-59v0,-51,41,-95,94,-95v31,-1,56,18,72,39r0,-35r21,-4r0,247","w":219},"r":{"d":"40,-185v1,13,-2,29,1,40v13,-31,34,-40,67,-40v-6,7,-2,21,-18,21v-23,0,-50,28,-50,73r0,91r-21,4r0,-185","w":100},"s":{"d":"6,-23r16,-13v22,27,84,28,84,-14v0,-45,-95,-19,-95,-82v1,-58,80,-67,114,-32r-12,17v-21,-20,-81,-28,-81,13v0,45,95,16,95,83v1,64,-91,70,-121,28","w":140},"t":{"d":"26,-181r0,-44r21,-12r0,56r49,0r0,21r-49,0r0,112v-2,29,22,33,49,29r0,20v-40,9,-70,-11,-70,-50r0,-111r-24,0r5,-21r19,0","w":100},"u":{"d":"19,-181r21,-4v7,64,-26,170,44,171v34,0,56,-12,56,-85r0,-82r21,-4r0,185r-21,3v-1,-9,2,-23,-1,-30v-7,16,-29,31,-57,31v-90,3,-57,-107,-63,-185"},"v":{"d":"13,-185r67,139r65,-139r22,4r-87,185r-88,-185","w":159},"w":{"d":"138,-139r-65,143r-80,-185r20,-4r60,138r66,-138r67,138r61,-138r20,4r-81,185","w":280},"x":{"d":"19,-185r60,76r58,-76r19,9r-63,82r66,88r-18,9r-62,-79r-58,79r-20,-9r64,-88r-64,-82","w":159},"y":{"d":"72,-31r-81,-150r21,-4r72,132r64,-132r20,4r-120,247r-20,-4","w":159},"z":{"d":"2,0r129,-160r-113,0r5,-21r149,0r-129,160r129,0r-6,21r-164,0"},"{":{"d":"24,-92r0,-15v58,-6,-21,-161,72,-146r0,18v-42,-9,-29,50,-29,85v0,34,-19,48,-24,50v5,3,24,16,24,51v0,33,-16,93,29,85r0,17v-54,12,-49,-46,-48,-96v0,-26,-6,-49,-24,-49","w":119},"|":{"d":"30,0r0,-247r20,0r0,247r-20,0","w":79},"}":{"d":"96,-108r0,15v-57,7,21,161,-73,146r0,-17v42,10,30,-49,30,-85v0,-34,19,-49,24,-51v-5,-3,-24,-16,-24,-51v0,-33,16,-92,-30,-84r0,-18v54,-12,51,45,49,96v0,26,6,49,24,49","w":119},"~":{"d":"70,-113v24,0,56,24,77,25v14,0,23,-13,31,-26r13,15v-11,15,-23,31,-45,31v-37,0,-90,-51,-108,1r-13,-15v8,-15,21,-31,45,-31","w":216},"'":{"d":"30,-149r0,-98r20,0r0,98r-20,0","w":79},"`":{"d":"63,-204r-19,0r-49,-50r28,0","w":79},"\u00a0":{"w":90}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1988 Adobe Systems. All rights reserved.
 * This software is the property of Adobe Systems Incorporated and its licensors,
 * and may not be reproduced, used, displayed, modified, disclosed, or transferred
 * without the express written approval of Adobe. The digitally encoded machine
 * readable outline data for producing the Typefaces provided as part of your
 * laser printer is copyrighted  (c) 1981 Linotype AG and/or its subsidiaries All
 * Rights Reserved. This data is the property of Linotype AG and/or its
 * subsidiaries and may not be reproduced, used, displayed, modified, disclosed
 * or transferred without the express written approval of Linotype AG and/or its
 * subsidiaries.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"ITCKabel","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","cap-height":"3","bbox":"-20 -287 308 78","underline-thickness":"26.64","underline-position":"-31.68","stemh":"53","stemv":"61","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"85,-85r-52,6r-5,-169r64,-9xm60,5r-39,-38r39,-38r38,38","w":119},"\"":{"d":"71,-149r0,-98r43,0r0,98r-43,0xm5,-149r0,-98r44,0r0,98r-44,0","w":119},"#":{"d":"179,-105r-2,34r-31,0r-10,71r-36,0r10,-71r-33,0r-9,71r-36,0r9,-71r-30,0r1,-34r34,0r6,-42r-30,0r1,-34r34,0r10,-66r36,0r-10,66r33,0r9,-66r36,0r-9,66r27,0r-1,34r-31,0r-7,42r29,0xm121,-147r-33,0r-6,42r33,0"},"$":{"d":"79,-241r0,-41r43,-5r0,45v22,3,42,13,57,32r-39,35v-9,-11,-20,-18,-34,-18v-12,0,-21,5,-21,17v0,23,96,12,96,87v0,39,-27,63,-59,71r0,43r-43,7r0,-49v-24,-3,-45,-11,-64,-29r34,-43v10,10,28,18,42,18v10,0,25,-3,25,-15v0,-29,-92,-11,-92,-90v0,-37,24,-58,55,-65"},"%":{"d":"220,-122v34,0,64,26,64,61v0,35,-30,61,-64,61v-33,0,-63,-26,-63,-61v0,-35,30,-61,63,-61xm221,-90v-16,0,-29,14,-29,29v0,15,13,28,29,28v16,0,28,-13,28,-28v0,-15,-12,-29,-28,-29xm73,-247v32,0,48,34,77,34v23,0,39,-15,50,-34r30,0r-141,253r-31,0r111,-197v-10,6,-23,5,-33,0v0,20,-16,66,-63,66v-33,0,-64,-26,-64,-61v0,-35,31,-61,64,-61xm73,-157v16,0,28,-13,28,-28v0,-15,-12,-29,-28,-29v-16,0,-28,14,-28,29v0,15,12,28,28,28","w":320},"&":{"d":"116,-170v22,-5,34,-37,5,-41v-23,1,-20,32,-5,41xm148,-133r28,32r35,-30r33,36r-34,32r35,39r-41,32r-32,-38v-22,21,-45,36,-76,36v-45,0,-75,-33,-75,-79v0,-35,22,-59,52,-71v-45,-34,-9,-109,47,-109v40,0,72,26,72,63v0,25,-23,45,-44,57xm142,-67r-36,-38v-27,10,-35,59,-1,59v17,0,27,-11,37,-21","w":259},"(":{"d":"80,-279r28,27v-77,81,-77,220,0,302r-28,28v-93,-95,-95,-260,0,-357","w":119},")":{"d":"12,-251r28,-28v93,95,95,260,0,357r-28,-27v77,-81,77,-220,0,-302","w":119},"*":{"d":"58,-184r-40,-18r11,-28r39,27r-4,-43r30,-7r-3,52r36,-28r17,24r-43,22r42,19r-12,28r-40,-27r3,42r-30,7r4,-49r-35,27r-18,-23","w":159},"+":{"d":"86,-115r0,-71r44,0r0,71r71,0r0,44r-71,0r0,71r-44,0r0,-71r-71,0r0,-44r71,0","w":216},",":{"d":"96,-75r-58,136r-45,0r37,-126","w":100},"-":{"d":"13,-68r0,-49r94,0r0,49r-94,0","w":119},".":{"d":"50,5r-42,-41r42,-42r42,42","w":100},"\/":{"d":"39,6r-43,0r65,-259r43,0","w":100},"0":{"d":"99,-197v-26,0,-32,33,-32,74v0,41,6,73,32,73v26,0,34,-32,34,-73v0,-41,-8,-74,-34,-74xm99,-253v75,0,92,75,92,130v0,55,-17,129,-92,129v-74,0,-90,-74,-90,-129v0,-55,16,-130,90,-130"},"1":{"d":"41,-142r-21,-36r120,-75r0,253r-58,6r0,-168"},"2":{"d":"120,-55r76,0r-13,55r-174,0r91,-112v22,-22,47,-82,-5,-85v-33,-2,-39,48,-9,57r-33,45v-27,-16,-45,-40,-45,-71v0,-55,38,-87,91,-87v47,0,86,30,86,81v0,47,-38,84,-65,117"},"3":{"d":"49,-181r-43,-25v36,-68,167,-64,170,26v0,21,-8,35,-24,49v21,11,35,34,35,58v-3,96,-137,99,-182,39r40,-41v12,16,25,25,45,25v18,0,34,-8,34,-30v0,-31,-38,-24,-60,-25r0,-43v21,-1,54,4,54,-26v0,-41,-54,-30,-69,-7"},"4":{"d":"101,6r0,-66r-101,0r79,-187r80,0r0,136r34,0r-9,51r-25,0r0,60xm70,-111r35,0r-1,-84"},"5":{"d":"1,-27r43,-44v19,32,78,29,78,-17v0,-45,-61,-40,-94,-26r0,-133r142,0r-14,55r-70,0r0,22v58,-7,98,31,99,85v1,95,-127,118,-184,58"},"6":{"d":"104,-253r61,18v-23,21,-54,46,-67,73v54,-14,94,27,94,77v0,55,-38,91,-92,91v-54,0,-91,-39,-91,-93v0,-66,53,-124,95,-166xm101,-118v-19,0,-34,14,-34,33v0,18,15,35,34,35v19,0,33,-17,33,-35v0,-19,-14,-33,-33,-33"},"7":{"d":"114,-192r-101,0r14,-55r166,0r-79,244r-70,9"},"8":{"d":"132,-74v0,-16,-19,-33,-33,-33v-5,0,-31,15,-31,34v0,16,13,28,30,28v19,0,34,-9,34,-29xm75,-180v0,30,49,33,49,-4v0,-14,-10,-18,-26,-18v-13,0,-23,10,-23,22xm17,-180v0,-51,39,-73,85,-73v68,0,110,86,53,123v23,15,35,32,35,61v-1,100,-180,99,-180,0v0,-24,16,-47,35,-59v-18,-13,-28,-30,-28,-52"},"9":{"d":"97,6r-61,-18v25,-21,49,-46,67,-73v-54,15,-95,-27,-95,-77v0,-55,37,-91,90,-91v55,0,93,36,93,93v0,66,-53,123,-94,166xm133,-163v0,-19,-16,-34,-34,-34v-18,0,-33,15,-33,34v0,19,14,34,33,34v19,0,34,-15,34,-34"},":":{"d":"50,-95r-42,-41r42,-41r42,41xm50,5r-42,-41r42,-42r42,42","w":100},";":{"d":"96,-75r-58,136r-45,0r37,-126xm58,-95r-42,-41r42,-41r42,41","w":100},"<":{"d":"201,-40r0,41r-186,-77r0,-34r186,-77r0,42r-128,52","w":216},"=":{"d":"201,-156r0,44r-186,0r0,-44r186,0xm201,-74r0,44r-186,0r0,-44r186,0","w":216},">":{"d":"15,-40r128,-53r-128,-52r0,-42r186,77r0,34r-186,77r0,-41","w":216},"?":{"d":"62,-107v-4,-53,40,-43,47,-77v-3,-27,-47,-24,-56,-2r-43,-29v35,-64,157,-52,160,29v2,60,-58,46,-54,100r-54,5r0,-26xm92,5r-38,-38r38,-38r39,38","w":180},"@":{"d":"139,-87v40,4,51,-64,8,-64v-37,-3,-48,63,-8,64xm185,-169r3,-17r33,0r-15,83v-1,6,-5,19,2,19v15,0,32,-16,32,-53v0,-55,-38,-84,-91,-84v-58,0,-95,41,-95,98v0,89,105,122,167,76r34,0v-63,99,-239,48,-239,-76v0,-74,60,-130,134,-130v62,0,122,41,122,105v0,79,-70,100,-90,100v-10,0,-19,-5,-19,-17v-31,38,-92,4,-92,-45v0,-60,74,-108,114,-59","w":288},"A":{"d":"-13,-7r133,-246r133,246r-62,13r-25,-53r-94,0r-25,53xm119,-153r-33,60r66,0","w":240},"B":{"d":"79,-198r0,49v24,2,45,-5,44,-25v-2,-24,-22,-25,-44,-24xm18,-247v76,0,164,-9,166,65v0,24,-13,44,-32,52v22,9,40,31,40,61v0,39,-27,69,-90,69r-84,0r0,-247xm79,-100r0,51v26,1,51,1,51,-25v0,-29,-25,-26,-51,-26"},"C":{"d":"176,-245r10,66v-43,-39,-117,-7,-117,55v0,64,75,96,118,55r-7,66v-89,32,-172,-28,-172,-120v0,-87,80,-153,168,-122"},"D":{"d":"19,0r0,-247r86,0v70,0,126,54,126,124v0,70,-56,123,-126,123r-86,0xm80,-195r0,143v53,6,90,-27,90,-71v0,-44,-36,-79,-90,-72","w":240},"E":{"d":"162,0r-143,0r0,-247r140,0r11,52r-90,0r0,43r64,0r0,52r-64,0r0,48r97,0","w":180},"F":{"d":"80,-191r0,53r61,0r0,52r-61,0r0,86r-61,3r0,-250r130,0r15,56r-84,0","w":159},"G":{"d":"237,-218r-36,44v-45,-45,-132,-18,-132,51v0,58,63,89,114,64r0,-36r-64,0r18,-52r107,0r0,128v-25,14,-67,25,-104,25v-72,0,-132,-57,-132,-129v0,-72,60,-130,132,-130v36,0,71,13,97,35","w":259},"H":{"d":"80,-3r-61,6r0,-250r61,-6r0,96r79,0r0,-90r62,-6r0,250r-62,6r0,-104r-79,0r0,98","w":240},"I":{"d":"19,-247r62,-6r0,250r-62,6r0,-250","w":100},"J":{"d":"60,-99r0,-148r61,-6r0,166v2,63,-44,104,-110,90r-15,-61v35,11,64,2,64,-41","w":140},"K":{"d":"19,-247r61,-6v2,36,-4,80,2,112r83,-112r60,16r-81,108r84,119r-65,16r-81,-123r-2,0r0,114r-61,6r0,-250","w":219},"L":{"d":"145,0r-126,0r0,-247r61,-6r0,197r81,0","w":159},"M":{"d":"140,-102r81,-151r66,250r-62,9r-22,-119r-65,119r-60,-119r-21,119r-63,-9r68,-250","w":280},"N":{"d":"242,-253r-1,259r-162,-141r0,132r-61,6r1,-256r161,139r0,-133","w":259},"O":{"d":"140,-197v-39,0,-71,36,-71,74v0,38,32,73,71,73v39,0,71,-35,71,-73v0,-38,-32,-74,-71,-74xm140,-253v72,0,132,58,132,130v0,72,-60,129,-132,129v-72,0,-132,-57,-132,-129v0,-72,60,-130,132,-130","w":280},"P":{"d":"18,3r0,-250v86,0,178,-10,175,79v-2,56,-50,84,-114,79r0,86xm79,-195r0,54v28,2,53,-4,53,-27v0,-23,-25,-29,-53,-27"},"Q":{"d":"127,-86r48,-23r24,24v32,-46,-6,-112,-59,-112v-39,0,-71,36,-71,74v0,43,43,86,90,69xm243,-44r42,39r-54,23r-28,-28v-87,47,-195,-18,-195,-113v0,-72,60,-130,132,-130v104,0,173,129,103,209","w":280},"R":{"d":"75,-195r0,69v26,2,46,-7,46,-36v0,-30,-21,-34,-46,-33xm13,3r0,-250v83,-2,172,-6,170,76v0,26,-15,54,-40,63r66,94r-62,20r-72,-117r0,108"},"S":{"d":"184,-224r-34,42v-14,-12,-24,-19,-43,-19v-11,0,-27,7,-27,20v0,39,110,13,110,104v0,91,-124,104,-180,54r36,-47v12,13,29,20,47,20v13,0,32,-6,32,-22v0,-39,-110,-15,-110,-104v0,-83,117,-97,169,-48"},"T":{"d":"59,-191r-63,0r16,-56r168,0r0,56r-59,0r0,188r-62,6r0,-194","w":180},"U":{"d":"222,-253r0,167v0,58,-44,92,-106,92v-58,0,-98,-27,-98,-87r0,-166r61,-6r0,154v0,26,7,49,38,49v40,0,44,-28,44,-62r0,-135","w":240},"V":{"d":"52,-253r48,131r49,-131r62,12r-113,247r-108,-247"},"W":{"d":"53,-253r35,126r62,-126r61,128r38,-128r59,7r-89,252r-68,-149r-74,149r-85,-252","w":299},"X":{"d":"-5,-16r79,-112r-74,-107r60,-18r51,77r50,-77r58,20r-73,104r79,115r-63,20r-53,-84r-55,84","w":219},"Y":{"d":"41,-2r39,-85r-91,-142r57,-24r63,100r40,-100r58,18r-103,241"},"Z":{"d":"114,-191r-102,0r11,-56r192,0r-119,191r122,0r-14,56r-209,0","w":219},"[":{"d":"92,69r-70,0r0,-338r69,0r0,29r-29,0r0,280r30,0r0,29","w":119},"\\":{"d":"-20,-253r46,0r94,259r-45,0","w":100},"]":{"d":"98,69r-69,0r0,-29r29,0r0,-280r-30,0r0,-29r70,0r0,338","w":119},"^":{"d":"68,-116r-42,0r63,-131r38,0r63,131r-42,0r-40,-89","w":216},"_":{"d":"180,45r-180,0r0,-27r180,0r0,27","w":180},"a":{"d":"58,-62v0,15,13,25,28,25v15,0,27,-10,27,-25v0,-15,-12,-24,-27,-24v-15,0,-28,9,-28,24xm29,-134r8,-49v54,-19,129,-10,129,56r0,124r-49,6v-1,-6,2,-14,-1,-18v-34,46,-111,14,-111,-46v0,-53,68,-79,108,-47v10,-49,-53,-41,-84,-26","w":180},"b":{"d":"13,-251r56,-6r1,84v56,-52,143,11,143,82v0,55,-45,97,-99,97v-64,0,-101,-38,-101,-102r0,-155xm62,-93v0,25,20,47,47,47v27,0,48,-22,48,-47v0,-25,-21,-46,-48,-46v-27,0,-47,21,-47,46","w":219},"c":{"d":"175,-169r-29,41v-29,-27,-83,-10,-83,32v0,45,52,67,83,38r31,40v-15,16,-47,24,-68,24v-64,0,-102,-46,-102,-96v0,-89,103,-131,168,-79","w":180},"d":{"d":"151,-173r0,-78r56,-6r0,257r-52,6v-1,-8,2,-21,-1,-27v-44,64,-147,5,-147,-69v0,-73,85,-134,144,-83xm63,-93v0,26,20,48,45,48v25,0,45,-22,45,-48v0,-26,-20,-48,-45,-48v-25,0,-45,22,-45,48","w":219},"e":{"d":"197,-135r-119,77v22,25,63,10,84,-8r29,43v-24,17,-52,29,-84,29v-59,0,-100,-51,-100,-96v0,-55,44,-102,97,-102v39,0,76,22,93,57xm61,-91r69,-46v-30,-22,-74,6,-69,46"},"f":{"d":"121,-262r14,52v-27,-2,-52,2,-49,27r32,0r0,47r-32,0r0,133r-56,6r0,-139r-30,0r11,-47r19,0v-1,-55,36,-79,91,-79","w":119},"g":{"d":"198,-199r-11,47r-18,2v3,8,14,15,14,41v0,22,-11,40,-31,50v23,14,34,29,34,57v0,81,-134,87,-179,34r32,-33v14,13,30,20,49,20v19,0,42,-7,42,-29v0,-38,-55,-35,-85,-22r4,-18v-71,-30,-37,-152,44,-142v32,4,75,5,105,-7xm62,-111v0,46,68,43,68,0v0,-20,-17,-34,-34,-34v-17,0,-34,14,-34,34"},"h":{"d":"72,-257r0,83v11,-11,30,-18,45,-18v91,-2,62,107,67,189r-56,6r0,-112v0,-22,-11,-32,-28,-32v-17,0,-28,10,-28,32r0,106r-56,6r0,-254"},"i":{"d":"78,-189r0,186r-56,6r0,-186xm45,-267r41,30r-36,36r-40,-30","w":100},"j":{"d":"0,66r-17,-50v26,0,39,-3,39,-31r0,-168r56,-6r0,180v0,50,-16,75,-78,75xm45,-267r41,30r-36,36r-40,-30","w":100},"k":{"d":"18,3r0,-254r57,-6r0,146r65,-83r58,17r-64,75r73,90r-63,15r-69,-90r0,84"},"l":{"d":"22,-251r56,-6r0,254r-56,6r0,-254","w":100},"m":{"d":"14,3r0,-189r52,-6r0,30v11,-37,66,-39,85,-7v12,-15,31,-23,50,-23v92,3,59,107,65,189r-56,6r0,-115v0,-21,-8,-29,-21,-29v-11,0,-21,11,-21,29r0,109r-56,6r0,-115v0,-18,-7,-29,-21,-29v-11,0,-20,11,-20,29r0,109","w":280},"n":{"d":"68,-192r0,29v39,-60,116,-21,116,50r0,110r-56,6r0,-112v0,-22,-11,-32,-28,-32v-17,0,-28,10,-28,32r0,106r-56,6r0,-189"},"o":{"d":"110,6v-54,0,-103,-42,-103,-99v0,-57,49,-99,103,-99v55,0,103,42,103,99v0,57,-48,99,-103,99xm63,-93v0,26,22,47,47,47v25,0,47,-21,47,-47v0,-26,-22,-46,-47,-46v-25,0,-47,20,-47,46","w":219},"p":{"d":"69,-15v-3,22,0,51,-1,75r-56,6r0,-252r52,-6v1,11,-2,25,1,34v42,-75,148,-11,148,67v0,50,-45,97,-95,97v-18,0,-39,-4,-49,-21xm65,-93v0,24,20,48,46,48v59,0,59,-96,0,-96v-26,0,-46,24,-46,48","w":219},"q":{"d":"156,-160v3,-6,0,-18,1,-26r51,-6r0,252r-56,6r0,-88v-44,67,-156,3,-145,-74v-6,-76,107,-135,149,-64xm63,-93v0,26,20,48,45,48v25,0,45,-22,45,-48v0,-26,-20,-48,-45,-48v-25,0,-45,22,-45,48","w":219},"r":{"d":"16,3r0,-186r50,-6r0,36v11,-32,29,-39,60,-39r-16,57v-62,-4,-31,82,-38,132","w":119},"s":{"d":"4,-19r28,-39v11,11,25,17,41,17v9,0,25,-2,25,-15v0,-26,-86,0,-86,-75v0,-69,94,-76,131,-35r-31,32v-8,-6,-19,-11,-29,-11v-7,0,-19,1,-19,11v0,31,86,0,86,77v0,72,-101,80,-146,38","w":159},"t":{"d":"34,-136r-29,0r12,-47r17,0r0,-37r56,-22r0,59r32,0r0,47r-32,0v1,42,-12,103,45,86r-16,55v-53,5,-85,-20,-85,-72r0,-69","w":140},"u":{"d":"128,-77r0,-106r56,-6r0,186r-52,6r0,-28v-35,64,-116,23,-116,-48r0,-110r56,-6r0,112v0,22,11,32,28,32v17,0,28,-10,28,-32"},"v":{"d":"169,-183r-91,189r-87,-189r54,-9r35,93r34,-93","w":159},"w":{"d":"71,6r-80,-185r55,-10r31,87r45,-90r43,89r29,-86r55,10r-79,185r-49,-98v-18,32,-30,69,-50,98","w":240},"x":{"d":"0,-13r60,-83r-56,-84r56,-12r33,55r34,-55r53,16r-57,80r57,87r-55,15r-35,-57r-37,57","w":180},"y":{"d":"45,-192r45,111r45,-111r54,14r-109,244r-59,-6r40,-80r-71,-158","w":180},"z":{"d":"91,-50r84,0r-14,50r-159,0r84,-139r-70,0r11,-47r145,0","w":180},"{":{"d":"0,-87r0,-29v9,0,37,-2,37,-22r0,-81v6,-45,32,-53,71,-50r0,29v-48,-8,-31,64,-31,103v0,29,-26,32,-37,36v13,1,37,4,37,38v0,37,-20,112,31,103r0,29v-39,3,-71,-4,-71,-50r0,-81v0,-23,-28,-25,-37,-25","w":119},"|":{"d":"18,0r0,-247r44,0r0,247r-44,0","w":79},"}":{"d":"120,-116r0,29v-9,0,-37,2,-37,25r0,81v-6,45,-32,53,-71,50r0,-29v20,0,31,0,31,-27r0,-76v-1,-36,26,-35,37,-39v-13,-1,-37,-7,-37,-35v0,-38,20,-109,-31,-103r0,-29v39,-3,71,4,71,50r0,81v0,20,28,22,37,22","w":119},"~":{"d":"70,-125v24,-1,57,25,77,25v14,0,23,-13,31,-26r13,34v-11,15,-23,31,-45,31v-36,0,-90,-50,-108,2r-13,-35v8,-15,21,-31,45,-31","w":216},"'":{"d":"18,-149r0,-98r44,0r0,98r-44,0","w":79},"`":{"d":"-17,-267r66,0r35,53r-44,0","w":100},"\u00a0":{"w":100}}});
;
(function ($) {
	$(document).ready(function() {
		$.supersized({
			slides  :  	[ {image : '/sites/all/themes/brightree_conference/images/brightree-bg-city.jpg'} ],
			fit_portrait: 0,
			horizontal_center: 1,
			vertical_center: 1,
			min_width:1000,
			min_height:1000
		});
		
		Cufon.replace("#block-system-main-menu a", { hover: true });
		
		Cufon.replace("h1, h2, #site-slogan,.conference-location, .conference-date,.sidebar h4, .section-cart fieldset legend");
	
		/* Rebind the "register" to outside of the nav, for IE7 */
		$("#registration-nav").appendTo(".region-content").addClass("with-js");
				
		
		function checkSessionDay(el) {
			if (el.val() == "") {
				$(".view-agenda #edit-date-filter-value-wrapper select:not('#edit-day-value-day')").attr("disabled","disabled");
			} else {
				$(".view-agenda #edit-date-filter-value-wrapper select").removeAttr("disabled");
				// ensure the year & day are set
				$("#edit-day-value-year").val("2012");
				$("#edit-day-value-month").val("2");				
			}
		};
		
		$(".view-agenda select#edit-day-value-day").change(function() { checkSessionDay($(this)); });
		$(".view-agenda").ready(function() { checkSessionDay($(".view-agenda select#edit-day-value-day")); }	); 
		
		/* Color code agenda filter */
		$(".bef-checkboxes label").each(function() {
			var theEl = $("#"+$(this).attr("for"));
			$(this).css("color",theEl.css("color"));
		});
		
		$("#edit-field-session-track-value-wrapper .views-widget,#edit-day-wrapper .views-widget").hide();
		$("#edit-field-session-track-value-wrapper > label,#edit-day-wrapper > label").toggle(function() {			
			$(this).siblings(".views-widget").slideDown();
		},
		function() {
			$(this).siblings(".views-widget").slideUp();
		}	
		);
		
		
		// Twirlers for agenda
		$(".view-agenda h3.twirler").each(function() {
			$(this).siblings(".session-description").hide();
			$(this).html("[ + Show Description ]").show();
			$(this).toggle(function() {
				$(this).siblings(".session-description").show();				
				$(this).html("[ - Hide Description ]");
			}, function() {
				$(this).siblings(".session-description").hide();							
				$(this).html("[ + Show Description ]");				
			});
		});
	});
}(jQuery));;
(function ($) {
	$(document).ready(function() {		
	
		function setRegForm() {
			$(".node-registration-form :checkbox").each(function() {
				var theSpouse = $(this).closest("td").find(".field-name-field-spousename");
				if ($(this).is(":checked")) {
					theSpouse.show();
					theSpouse.find("input").attr("required","required");
				} else {
					theSpouse.hide();
					theSpouse.find("input").removeAttr("required");					
				}			
				doRegValidate();	
				
				$(this).click(function() {
					if ($(this).is(":checked")) {
						theSpouse.fadeIn();
						theSpouse.find("input").attr("required","required");						
					} else {
						theSpouse.fadeOut();
						theSpouse.find("input").removeAttr("required");											
					}
					doRegValidate();
					
				});

				
				/* temp fix for bug of auto-showing second */
				$(".node-registration-form tr:nth-child(2)").hide();
			
			});		
		}
		
		/* validate signup form on keyup and submit */
		function registrationValidate() {
		
				$("#registration-node-form").validate({
					rules: {
						"field_registrant_collection[und][0][field_fullname][und][0][value]": "required",
						"field_registrant_collection[und][0][field_badge_name][und][0][value]": "required",
						"field_registrant_collection[und][0][field_spousename][und][0][value]": {
							required: function(element) {
							 return $("input[name='field_registrant_collection[und][0][field_spouse][und]']").is(':checked');
							}
						  }		
					},
					messages: {
						"field_registrant_collection[und][0][field_fullname][und][0][value]": "Please enter your name",
						"field_registrant_collection[und][0][field_badge_name][und][0][value]":  "Please enter a badge name",
						"field_registrant_collection[und][0][field_spousename][und][0][value]": "Spouse/Guest name is required"
					}
				});
				
		}
//		registrationValidate();
		
		function addValidate() {
		
			/*
			var cnt = $('.field-name-field-fullname').length;
			
			var i = 1;
				for (i=1;i<=cnt;i++) {
				
					var fieldName = "field_registrant_collection[und]["+i+"][field_fullname][und][0][value]";
					var fieldBadge = "field_registrant_collection[und]["+i+"][field_badge_name][und][0][value]";
					var fieldSpouse = "field_registrant_collection[und]["+i+"][field_spousename][und][0][value]";
				
				i++;
				}
				*/
				/*
				
				$('.field-name-field-badge-name input').each(function(i, $input) {
  					  $($input).addClass('rekwired-badge');
				});
				
				$('.field-name-field-fullname input').each(function(i, $input) {
  					  $($input).addClass('rekwired-fullname');
				});
				
				$('.field-name-field-spouse input').each(function(i, $input) {
  					  $($input).addClass('rekwired-boolean');
				});				
				
				$('.field-name-field-spousename input').each(function(i, $input) {
  					  $($input).addClass('rekwired-spousename');
				});	
				
				*/
				
				//$(".rekwired-badge").rules("add", { required:true });		
				
				
		
			/*
			var firstField = $("input[name='field_registrant_collection[und][0][field_fullname][und][0][value]']").val();

			if (firstField != '') {
				
				var cnt = $('.field-name-field-fullname').length;
				var i = 1;
				for (i=1;i<=cnt;i++) {
					var fieldName = "field_registrant_collection[und]["+i+"][field_fullname][und][0][value]";
					var fieldBadge = "field_registrant_collection[und]["+i+"][field_badge_name][und][0][value]";
					
					var fieldSpouse = "field_registrant_collection[und]["+i+"][field_spousename][und][0][value]";
					
					$("[name='" + fieldName + "']").rules("add", {required:true});
					
					
					$("[name='" + fieldName + "']").rules("add", {
						required: function(element) {
						 return $("input[name='field_registrant_collection[und][0][field_fullname][und][0][value]']").val() != '';
						}
					});
					
					var nmbr = $("input[name='" + fieldName + "']").length;
				 	
				 	
					$("[name='" + fieldBadge + "']").rules("add", {
						required: function(element) {
						 //return nmbr > 0;
						 return $("input[name='field_registrant_collection[und][2][field_badge_name][und][0][value]']").length > 0;						 
						}
					});
					
					
		
				
				$("[name='" + fieldSpouse + "']").rules("add", {required: function(element) {
						return $("input[name='field_registrant_collection[und][0][field_spouse][und]']").is(':checked');
						}
					});
				
				}
				
			}
				
				var test = $('input[name="field_registrant_collection[und][2][field_fullname][und][0][value]"]').length;
				if ($('input[name="field_registrant_collection[und][2][field_fullname][und][0][value]"]').length == 1) {
					
					$("#registration-node-form").validate({
						rules: {
							"field_registrant_collection[und][2][field_fullname][und][0][value]": "required",
							"field_registrant_collection[und][2][field_badge_name][und][0][value]": "required",
							"field_registrant_collection[und][2][field_spousename][und][0][value]": {
								required: function(element) {
								 return $("input[name='field_registrant_collection[und][2][field_spouse][und]']").is(':checked');
								}
							  }      						
						},
						messages: {
							"field_registrant_collection[und][2][field_fullname][und][0][value]": "Please enter your name",
							"field_registrant_collection[und][2][field_badge_name][und][0][value]":  "Please enter a badge name",
							"field_registrant_collection[und][2][field_spousename][und][0][value]": "Spouse/Guest name is required",
						}
					});			
				}			
			
			*/
					
		}
		
		
		/*
		addValidate();
		*/
		
		
		function addVal() {
			// Loop over all the full name fields in the form
			$('#registration-node-form input[id*="fullname"],#registration-node-form input[id*="lastname"]').each(function() {
				$(this).attr("data-message","Please enter the name of the attendee.")
				$(this).attr("data-req-if-any-set","true");
			});
			$('#registration-node-form input[id*="badge"]').each(function() {
				$(this).attr("data-message","Please enter the name for the attendee's badge.")
				$(this).attr("data-req-if-any-set","true");
			});
			$('#registration-node-form input[id*="spouse"]').each(function() {
				$(this).attr("data-message","Please enter the name of the attendee's spouse/guest.")
			});

			
			// First full name & badge fields are required - so set, and remove the data-req-if-any-set
			$('#registration-node-form input[id*="fullname"]:first,#registration-node-form input[id*="lastname"]:first').attr("required","required").removeAttr("data-req-if-any-set");
			$('#registration-node-form input[id*="badge"]:first').attr("required","required").removeAttr("data-req-if-any-set");			
			
			$.tools.validator.fn("[data-req-if-any-set]", function(input, value) {
				
				var thisID = input.attr("id"); // capture for use w/ jquery
				if (value)  { return true; }
				if ($("#"+thisID).closest("td").find(".form-text[value!=''][id!='"+thisID+"']").length) { 
					return false; 
				}
				return true;				
			});

			// unrequire (hidden) status fields
			$('#registration-node-form :hidden').removeAttr('required');
			

			doRegValidate();
		}
		addVal();
		
		Drupal.behaviors.spouse = {
			attach: function (context) {		
//				$('.field-add-more-submit').ajaxComplete(setRegForm(),addValidate());
				$('.field-add-more-submit').ajaxComplete(setRegForm(),addVal());
			}		
		};
		
		setRegForm();
		
	});

	function doRegValidate() {			
			// Run validation. Need to disable browser's built-in val.	
			$('#registration-node-form').attr('novalidate', 'novalidate').validator({
				position: 'bottom left',
				messageClass: 'form-error'
			});				
	}	
}(jQuery));;

