/*
 * clearingInput: a jQuery plugin
 *
 * clearingInput is a simple jQuery plugin that provides example/label text
 * inside text inputs that automatically clears when the input is focused.
 * Common uses are for a hint/example, or as a label when space is limited.
 *
 * For usage and examples, visit:
 * http://github.com/alexrabarts/jquery-clearinginput
 *
 * Licensed under the MIT:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Copyright (c) 2008 Stateless Systems (http://statelesssystems.com)
 *
 * @author   Alex Rabarts (alexrabarts -at- gmail -dawt- com)
 * @requires jQuery v1.2 or later
 * @version  0.1.1
 */

(function($){$.extend($.fn,{clearingInput:function(options){var defaults={blurClass:'blur'};options=$.extend(defaults,options);return this.each(function(){var input=$(this).addClass(options.blurClass);var form=input.parents('form:first');var label,text;text=options.text||textFromLabel()||input.val();if(text){input.val(text);input.blur(function(){if(input.val()===''){input.val(text).addClass(options.blurClass);}}).focus(function(){if(input.val()===text){input.val('');}
input.removeClass(options.blurClass);});form.submit(function(){if(input.hasClass(options.blurClass)){input.val('');}});input.blur();}
function textFromLabel(){label=form.find('label[for='+input.attr('id')+']');return label?label.css({position:'absolute',left:'-9999px'}).text():'';}});}});})(jQuery);

/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$(['<span class="',c.arrowClass,'"></span>'].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}},o.delay);},getMenu=function($menu){var menu=$menu.parents(['ul.',c.menuClass,':first'].join(''))[0];sf.op=sf.o[menu.serial];return menu;},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone());};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass);});sf.o[s]=sf.op=o;$('li:has(ul)',this)[($.fn.hoverIntent&&!o.disableHI)?'hoverIntent':'hover'](over,out).each(function(){if(o.autoArrows)addArrow($('>a:first-child',this));}).not('.'+c.bcClass).hideSuperfishUl();var $a=$('a',this);$a.each(function(i){var $li=$a.eq(i).parents('li');$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});});o.onInit.call(this);}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7))menuClasses.push(c.shadowClass);$(this).addClass(menuClasses.join(' '));});};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined)
this.toggleClass(sf.c.shadowClass+'-off');};sf.c={bcClass:'sf-breadcrumb',menuClass:'sf-js-enabled',anchorClass:'sf-with-ul',arrowClass:'sf-sub-indicator',shadowClass:'sf-shadow'};sf.defaults={hoverClass:'sfHover',pathClass:'overideThisToUse',pathLevels:1,delay:800,animation:{opacity:'show'},speed:'normal',autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);


/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.71 (11-AUG-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 */
;(function($){var ver="2.71";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}if(opts2.timeout||opts2.continuous){this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev);},opts2.continuous?10:opts2.timeout+(opts2.delay||0));}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,1);}return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth;}if(!h){h=e.offsetHeight;}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}log("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}if(opts.busy){return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!="click"){$a.click(function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Copyright (c) 2007-2008 M. Alsup
 * Version:  2.52
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
;(function($){$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});opts.speed=opts.speed/2;opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);

/**
 * Cookie plugin
 *
 * Copyright (c) 2006 Klaus Hartl (stilbuero.de)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 */
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('');}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return cookieValue;}};// JavaScript Document

// ColorBox v1.3.9 - a full featured, light-weight, customizable lightbox based on jQuery 1.3
// c) 2009 Jack Moore - www.colorpowered.com - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(b,gb){var v="none",t="click",N="LoadedContent",d=false,x="resize.",o="y",u="auto",f=true,M="nofollow",q="on",n="x";function e(a,c){a=a?' id="'+k+a+'"':"";c=c?' style="'+c+'"':"";return b("<div"+a+c+"/>")}function p(a,b){b=b===n?m.width():m.height();return typeof a==="string"?Math.round(a.match(/%/)?b/100*parseInt(a,10):parseInt(a,10)):a}function Q(c){c=b.isFunction(c)?c.call(h):c;return a.photo||c.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function cb(){for(var c in a)if(b.isFunction(a[c])&&c.substring(0,2)!==q)a[c]=a[c].call(h);a.rel=a.rel||h.rel||M;a.href=a.href||b(h).attr("href");a.title=a.title||h.title}function db(d){h=d;a=b.extend({},b(h).data(r));cb();if(a.rel!==M){i=b("."+H).filter(function(){return (b(this).data(r).rel||this.rel)===a.rel});g=i.index(h);if(g===-1){i=i.add(h);g=i.length-1}}else{i=b(h);g=0}if(!w){w=F=f;R=h;try{R.blur()}catch(e){}b.event.trigger(hb);a.onOpen&&a.onOpen.call(h);y.css({opacity:+a.opacity,cursor:a.overlayClose?"pointer":u}).show();a.w=p(a.initialWidth,n);a.h=p(a.initialHeight,o);c.position(0);S&&m.bind(x+O+" scroll."+O,function(){y.css({width:m.width(),height:m.height(),top:m.scrollTop(),left:m.scrollLeft()})}).trigger("scroll."+O)}T.add(I).add(J).add(z).add(U).hide();V.html(a.close).show();c.slideshow();c.load()}var eb={transition:"elastic",speed:300,width:d,initialWidth:"600",innerWidth:d,maxWidth:d,height:d,initialHeight:"450",innerHeight:d,maxHeight:d,scalePhotos:f,scrolling:f,inline:d,html:d,iframe:d,photo:d,href:d,title:d,rel:d,opacity:.9,preloading:f,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:d,loop:f,slideshow:d,slideshowAuto:f,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:d,onLoad:d,onComplete:d,onCleanup:d,onClosed:d,overlayClose:f,escKey:f,arrowKey:f},r="colorbox",k="cbox",hb=k+"_open",P=k+"_load",W=k+"_complete",X=k+"_cleanup",fb=k+"_closed",G=b.browser.msie&&!b.support.opacity,S=G&&b.browser.version<7,O=k+"_IE6",y,j,E,s,Y,Z,ab,bb,i,m,l,K,L,U,T,z,J,I,V,C,D,A,B,h,R,g,a,w,F,c,H=k+"Element";c=b.fn[r]=b[r]=function(c,d){var a=this;if(!a[0]&&a.selector)return a;c=c||{};if(d)c.onComplete=d;if(!a[0]||a.selector===undefined){a=b("<a/>");c.open=f}a.each(function(){b(this).data(r,b.extend({},b(this).data(r)||eb,c)).addClass(H)});c.open&&db(a[0]);return a};c.init=function(){var h="hover";m=b(gb);j=e().attr({id:r,"class":G?k+"IE":""});y=e("Overlay",S?"position:absolute":"").hide();E=e("Wrapper");s=e("Content").append(l=e(N,"width:0; height:0"),L=e("LoadingOverlay").add(e("LoadingGraphic")),U=e("Title"),T=e("Current"),J=e("Next"),I=e("Previous"),z=e("Slideshow"),V=e("Close"));E.append(e().append(e("TopLeft"),Y=e("TopCenter"),e("TopRight")),e().append(Z=e("MiddleLeft"),s,ab=e("MiddleRight")),e().append(e("BottomLeft"),bb=e("BottomCenter"),e("BottomRight"))).children().children().css({"float":"left"});K=e(d,"position:absolute; width:9999px; visibility:hidden; display:none");b("body").prepend(y,j.append(E,K));s.children().hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)}).addClass(h);C=Y.height()+bb.height()+s.outerHeight(f)-s.height();D=Z.width()+ab.width()+s.outerWidth(f)-s.width();A=l.outerHeight(f);B=l.outerWidth(f);j.css({"padding-bottom":C,"padding-right":D}).hide();J.click(c.next);I.click(c.prev);V.click(c.close);s.children().removeClass(h);b("."+H).live(t,function(a){if(a.button!==0&&typeof a.button!=="undefined"||a.ctrlKey||a.shiftKey||a.altKey)return f;else{db(this);return d}});y.click(function(){a.overlayClose&&c.close()});b(document).bind("keydown",function(b){if(w&&a.escKey&&b.keyCode===27){b.preventDefault();c.close()}if(w&&a.arrowKey&&!F&&i[1])if(b.keyCode===37&&(g||a.loop)){b.preventDefault();I.click()}else if(b.keyCode===39&&(g<i.length-1||a.loop)){b.preventDefault();J.click()}})};c.remove=function(){j.add(y).remove();b("."+H).die(t).removeData(r).removeClass(H)};c.position=function(f,b){function c(a){Y[0].style.width=bb[0].style.width=s[0].style.width=a.style.width;L[0].style.height=L[1].style.height=s[0].style.height=Z[0].style.height=ab[0].style.height=a.style.height}var e,h=Math.max(m.height()-a.h-A-C,0)/2+m.scrollTop(),g=Math.max(m.width()-a.w-B-D,0)/2+m.scrollLeft();e=j.width()===a.w+B&&j.height()===a.h+A?0:f;E[0].style.width=E[0].style.height="9999px";j.dequeue().animate({width:a.w+B,height:a.h+A,top:h,left:g},{duration:e,complete:function(){c(this);F=d;E[0].style.width=a.w+B+D+"px";E[0].style.height=a.h+A+C+"px";b&&b()},step:function(){c(this)}})};c.resize=function(b){if(w){b=b||{};if(b.width)a.w=p(b.width,n)-B-D;if(b.innerWidth)a.w=p(b.innerWidth,n);l.css({width:a.w});if(b.height)a.h=p(b.height,o)-A-C;if(b.innerHeight)a.h=p(b.innerHeight,o);if(!b.innerHeight&&!b.height){b=l.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}l.css({height:a.h});c.position(a.transition===v?0:a.speed)}};c.prep=function(o){var d="hidden";function n(t){var o,q,s,n,d=i.length,e=a.loop;c.position(t,function(){function t(){G&&j[0].style.removeAttribute("filter")}if(w){G&&p&&l.fadeIn(100);a.iframe&&b("<iframe frameborder=0"+(a.scrolling?"":" scrolling='no'")+(G?" allowtransparency='true'":"")+"/>").attr({src:a.href,name:(new Date).getTime()}).appendTo(l);l.show();U.show().html(a.title);if(d>1){T.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,d)).show();J[e||g<d-1?"show":"hide"]().html(a.next);I[e||g?"show":"hide"]().html(a.previous);o=g?i[g-1]:i[d-1];s=g<d-1?i[g+1]:i[0];if(a.slideshow){z.show();g===d-1&&!e&&j.is("."+k+"Slideshow_on")&&z.click()}if(a.preloading){n=b(s).data(r).href||s.href;q=b(o).data(r).href||o.href;if(Q(n))b("<img/>")[0].src=n;if(Q(q))b("<img/>")[0].src=q}}L.hide();a.transition==="fade"?j.fadeTo(f,1,function(){t()}):t();m.bind(x+k,function(){c.position(0)});b.event.trigger(W);a.onComplete&&a.onComplete.call(h)}})}if(w){var p,f=a.transition===v?0:a.speed;m.unbind(x+k);l.remove();l=e(N).html(o);l.hide().appendTo(K.show()).css({width:function(){a.w=a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?u:d}).css({height:function(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(s);K.hide();b("#"+k+"Photo").css({cssFloat:v});S&&b("select").not(j.find("select")).filter(function(){return this.style.visibility!==d}).css({visibility:d}).one(X,function(){this.style.visibility="inherit"});a.transition==="fade"?j.fadeTo(f,0,function(){n(0)}):n(f)}};c.load=function(){var j,d,q,m=c.prep;F=f;h=i[g];a=b.extend({},b(h).data(r));cb();b.event.trigger(P);a.onLoad&&a.onLoad.call(h);a.h=a.height?p(a.height,o)-A-C:a.innerHeight&&p(a.innerHeight,o);a.w=a.width?p(a.width,n)-B-D:a.innerWidth&&p(a.innerWidth,n);a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,n)-B-D;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,o)-A-C;a.mh=a.h&&a.h<a.mh?a.h:a.mh}j=a.href;L.show();if(a.inline){e("InlineTemp").hide().insertBefore(b(j)[0]).bind(P+" "+X,function(){b(this).replaceWith(l.children())});m(b(j))}else if(a.iframe)m(" ");else if(a.html)m(a.html);else if(Q(j)){d=new Image;d.onload=function(){var e;d.onload=null;d.id=k+"Photo";b(d).css({margin:u,border:v,display:"block",cssFloat:"left"});if(a.scalePhotos){q=function(){d.height-=d.height*e;d.width-=d.width*e};if(a.mw&&d.width>a.mw){e=(d.width-a.mw)/d.width;q()}if(a.mh&&d.height>a.mh){e=(d.height-a.mh)/d.height;q()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";setTimeout(function(){m(d)},1);i[1]&&(g<i.length-1||a.loop)&&b(d).css({cursor:"pointer"}).click(c.next);if(G)d.style.msInterpolationMode="bicubic"};d.src=j}else e().appendTo(K).load(j,function(c,a,b){m(a==="error"?"Request unsuccessful: "+b.statusText:this)})};c.next=function(){if(!F){g=g<i.length-1?g+1:0;c.load()}};c.prev=function(){if(!F){g=g?g-1:i.length-1;c.load()}};c.slideshow=function(){function f(){z.text(a.slideshowStop).bind(W,function(){d=setTimeout(c.next,a.slideshowSpeed)}).bind(P,function(){clearTimeout(d)}).one(t,function(){e()});j.removeClass(b+"off").addClass(b+q)}var e,d,b=k+"Slideshow_";z.bind(fb,function(){z.unbind();clearTimeout(d);j.removeClass(b+"off "+b+q)});e=function(){clearTimeout(d);z.text(a.slideshowStart).unbind(W+" "+P).one(t,function(){f();d=setTimeout(c.next,a.slideshowSpeed)});j.removeClass(b+q).addClass(b+"off")};if(a.slideshow&&i[1])a.slideshowAuto?f():e()};c.close=function(){if(w){w=d;b.event.trigger(X);a.onCleanup&&a.onCleanup.call(h);m.unbind("."+k+" ."+O);y.fadeTo("fast",0);j.stop().fadeTo("fast",0,function(){j.find("iframe").attr("src","about:blank");l.remove();j.add(y).css({opacity:1,cursor:u}).hide();try{R.focus()}catch(c){}setTimeout(function(){b.event.trigger(fb);a.onClosed&&a.onClosed.call(h)},1)})}};c.element=function(){return b(h)};c.settings=eb;b(c.init)})(jQuery,this)


/*
 * 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}})());

/* DIN
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © Dutch Design: Albert-Jan Pool, 1995. Published by FontShop International
 * FontFont release 15
 */
Cufon.registerFont({"w":191,"face":{"font-family":"DIN","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"284","descent":"-76","x-height":"2","bbox":"-7 -290 351 76.2661","underline-thickness":"25.2","underline-position":"-49.32","stemh":"33","stemv":"37","unicode-range":"U+0020-U+00D7"},"glyphs":{" ":{"w":86},"!":{"d":"88,-256r-8,180r-29,0r-7,-180r44,0xm86,0r-40,0r0,-39r40,0r0,39","w":119},"\"":{"d":"132,-188r-37,0r0,-68r37,0r0,68xm64,-188r-36,0r0,-68r36,0r0,68","w":159},"#":{"d":"224,-153r-33,0r-7,44r28,0r0,34r-33,0r-12,75r-38,0r11,-75r-49,0r-11,75r-39,0r12,-75r-29,0r0,-34r34,0r8,-44r-30,0r0,-34r35,0r11,-71r38,0r-11,71r49,0r11,-71r38,0r-11,71r28,0r0,34xm153,-153r-49,0r-8,44r50,0","w":241},"$":{"d":"179,-126v45,44,13,129,-57,127r0,40r-29,0r0,-39v-34,-1,-59,-11,-82,-34r26,-25v17,17,36,23,59,24r0,-80v-46,-4,-76,-25,-77,-70v0,-41,28,-71,74,-75r0,-32r29,0r0,32v28,2,50,11,69,29r-25,24v-13,-12,-29,-18,-47,-19r0,77v25,4,49,9,60,21xm96,-149r0,-75v-35,2,-51,40,-29,63v7,8,18,11,29,12xm119,-33v39,-1,56,-41,33,-66v-9,-10,-21,-9,-33,-11r0,77","w":218},"%":{"d":"282,-83v0,48,-8,86,-50,86v-42,0,-51,-37,-51,-86v0,-31,23,-49,51,-49v28,0,50,18,50,49xm226,-256r-120,256r-30,0r121,-256r29,0xm122,-210v0,49,-8,86,-51,86v-42,0,-50,-37,-50,-86v0,-31,22,-49,50,-49v28,0,51,18,51,49xm232,-22v28,1,23,-33,23,-60v0,-16,-8,-26,-23,-26v-28,0,-23,33,-23,60v0,17,8,26,23,26xm71,-149v28,2,23,-32,23,-59v0,-16,-8,-26,-23,-26v-27,0,-22,34,-22,60v0,17,7,25,22,25","w":303},"&":{"d":"246,0r-47,0r-21,-25v-11,10,-32,27,-71,27v-53,0,-83,-30,-83,-76v0,-36,26,-56,51,-73v-39,-30,-34,-111,36,-111v60,0,82,76,34,102r-19,13r54,65v9,-13,14,-29,14,-52r35,0v-1,33,-9,59,-26,79xm106,-166v15,-10,31,-17,31,-35v0,-14,-11,-25,-26,-25v-36,0,-30,38,-5,60xm156,-51r-61,-72v-19,13,-34,24,-34,48v1,48,64,58,95,24","w":262},"’":{"d":"64,-188r-36,0r0,-68r36,0r0,68","w":92},"(":{"d":"68,-44v-1,30,10,38,25,53r-25,25v-21,-18,-37,-40,-37,-76r0,-172v-3,-36,16,-58,37,-76r25,25v-16,15,-26,23,-25,53r0,168","w":114},")":{"d":"46,-290v21,19,41,40,38,76v-6,90,25,206,-38,248r-25,-25v15,-15,26,-23,25,-53r0,-168v1,-30,-10,-38,-25,-53","w":114},"'":{"d":"64,-188r-36,0r0,-68r36,0r0,68","w":92},"(":{"d":"68,-44v-1,30,10,38,25,53r-25,25v-21,-18,-37,-40,-37,-76r0,-172v-3,-36,16,-58,37,-76r25,25v-16,15,-26,23,-25,53r0,168","w":114},")":{"d":"46,-290v21,19,41,40,38,76v-6,90,25,206,-38,248r-25,-25v15,-15,26,-23,25,-53r0,-168v1,-30,-10,-38,-25,-53","w":114},"*":{"d":"153,-168r-14,24r-40,-25r2,47r-27,0r1,-47r-40,25r-13,-24r41,-22r-41,-22r13,-23r40,24r-1,-46r27,0r-2,46r40,-24r14,23r-42,22","w":174},"+":{"d":"174,-81r-61,0r0,60r-34,0r0,-60r-61,0r0,-34r61,0r0,-60r34,0r0,60r61,0r0,34"},",":{"d":"70,22r-42,34r0,-98r42,0r0,64","w":97},"-":{"d":"129,-83r-105,0r0,-34r105,0r0,34","w":153},".":{"d":"72,0r-44,0r0,-44r44,0r0,44","w":100},"\/":{"d":"138,-283r-103,310r-35,0r103,-310r35,0","w":136},"0":{"d":"170,-71v0,46,-33,73,-74,73v-41,0,-74,-27,-74,-73r0,-114v0,-46,33,-73,74,-73v41,0,74,27,74,73r0,114xm96,-31v59,-2,37,-97,37,-153v0,-25,-14,-42,-37,-42v-59,3,-37,98,-37,154v0,25,14,41,37,41"},"1":{"d":"128,0r-37,0r0,-216r-50,44r0,-41r50,-43r37,0r0,256"},"2":{"d":"172,0r-149,0r0,-33r98,-120v25,-24,16,-74,-23,-73v-19,0,-38,11,-38,40r-37,0v0,-44,31,-72,75,-72v70,0,91,77,50,127r-81,98r105,0r0,33"},"3":{"d":"172,-72v0,49,-35,75,-78,75v-41,0,-78,-22,-79,-72r37,0v1,27,21,38,42,38v24,0,41,-15,41,-42v0,-28,-16,-44,-49,-42r0,-32v31,2,46,-14,45,-39v0,-26,-16,-40,-37,-40v-22,0,-37,14,-39,37r-37,0v2,-44,35,-70,76,-70v72,0,101,99,42,127v22,10,36,28,36,60"},"4":{"d":"179,-39r-27,0r0,39r-36,0r0,-39r-103,0r0,-34r90,-183r40,0r-90,183r63,0r0,-59r36,0r0,59r27,0r0,34"},"5":{"d":"104,-171v49,-2,68,44,68,85v0,49,-22,89,-75,89v-46,0,-73,-29,-74,-69r36,0v3,23,15,35,38,35v30,0,39,-27,39,-55v0,-31,-8,-53,-38,-53v-21,0,-32,10,-36,23r-34,0r0,-140r139,0r0,32r-105,0r0,68v9,-9,23,-15,42,-15"},"6":{"d":"172,-76v0,47,-32,78,-76,78v-72,0,-87,-79,-57,-140r59,-118r39,0r-55,110v48,-16,90,17,90,70xm135,-75v0,-25,-15,-45,-39,-45v-23,0,-39,17,-39,45v0,27,16,44,39,44v23,0,39,-17,39,-44"},"7":{"d":"175,-224r-85,224r-40,0r86,-224r-78,0r0,41r-35,0r0,-73r152,0r0,32"},"8":{"d":"175,-72v0,46,-35,74,-79,74v-44,0,-79,-28,-79,-74v0,-31,17,-49,35,-60v-17,-10,-31,-29,-31,-56v0,-43,33,-70,75,-70v42,0,75,27,75,70v0,27,-14,46,-31,56v18,11,35,29,35,60xm134,-186v0,-22,-16,-40,-38,-40v-22,0,-38,18,-38,40v0,23,16,38,38,38v22,0,38,-15,38,-38xm138,-73v0,-24,-18,-43,-42,-43v-24,0,-42,19,-42,43v0,24,18,42,42,42v24,0,42,-18,42,-42"},"9":{"d":"96,-258v72,0,87,78,57,139r-59,119r-39,0r55,-110v-48,16,-90,-17,-90,-70v0,-47,32,-78,76,-78xm135,-181v0,-27,-16,-45,-39,-45v-23,0,-39,18,-39,45v0,25,15,44,39,44v23,0,39,-16,39,-44"},":":{"d":"81,-103r-44,0r0,-44r44,0r0,44xm81,0r-44,0r0,-44r44,0r0,44","w":109},";":{"d":"81,-103r-44,0r0,-44r44,0r0,44xm80,22r-42,34r0,-98r42,0r0,64","w":109},"<":{"d":"351,-82r-268,0r124,123r-47,0r-141,-141r141,-141r47,0r-124,124r268,0r0,35","w":369},"=":{"d":"174,-118r-156,0r0,-34r156,0r0,34xm174,-48r-156,0r0,-34r156,0r0,34"},">":{"d":"351,-100r-141,141r-47,0r124,-123r-268,0r0,-35r268,0r-124,-124r47,0","w":369},"?":{"d":"97,-258v59,0,95,70,55,113v-12,22,-37,33,-34,69r-37,0v-6,-57,51,-67,51,-114v0,-20,-14,-36,-35,-36v-22,0,-35,18,-35,37r-36,0v0,-41,30,-69,71,-69xm120,0r-41,0r0,-39r41,0r0,39","w":183},"@":{"d":"106,-257v79,0,136,9,136,84r0,174r-35,-1r0,-18v-42,47,-124,10,-109,-66v-13,-77,64,-111,109,-67v9,-65,-31,-74,-97,-74v-30,0,-54,20,-51,52v6,53,-16,127,18,152r-26,25v-46,-28,-24,-111,-28,-177v-3,-53,30,-84,83,-84xm207,-84v0,-31,-7,-56,-37,-56v-30,0,-36,25,-36,56v0,31,6,55,36,55v30,0,37,-24,37,-55","w":264},"A":{"d":"222,0r-41,0r-18,-51r-101,0r-18,51r-41,0r94,-256r31,0xm152,-85r-39,-113r-40,113r79,0","w":225},"B":{"d":"215,-72v2,87,-98,72,-182,72r0,-256r100,0v48,0,78,27,78,70v0,28,-18,47,-35,54v20,8,39,28,39,60xm172,-185v0,-45,-56,-35,-100,-36r0,73v44,0,100,9,100,-37xm176,-74v0,-46,-58,-39,-104,-39r0,78v46,0,104,8,104,-39","w":238},"C":{"d":"63,-128v0,74,4,95,53,95v28,0,46,-18,52,-44r40,0v-9,51,-46,79,-92,79v-66,0,-92,-50,-92,-130v0,-80,25,-130,92,-130v47,0,83,27,92,78r-40,0v-6,-26,-24,-44,-52,-44v-48,0,-53,23,-53,96","w":226},"D":{"d":"123,-256v70,-5,93,63,93,126v0,37,1,77,-26,106v-31,33,-97,22,-157,24r0,-256r90,0xm120,-35v49,0,57,-37,57,-95v0,-57,-9,-90,-57,-91r-48,0r0,186r48,0","w":239},"E":{"d":"197,0r-164,0r0,-256r164,0r0,35r-125,0r0,74r107,0r0,35r-107,0r0,77r125,0r0,35","w":217},"F":{"d":"197,-221r-125,0r0,78r107,0r0,35r-107,0r0,108r-39,0r0,-256r164,0r0,35","w":210},"G":{"d":"116,-33v37,0,60,-29,55,-72r-55,0r0,-34r94,0v10,85,-24,142,-94,141v-66,-2,-92,-50,-92,-130v0,-80,25,-130,92,-130v54,0,87,35,94,79r-40,0v-6,-28,-25,-45,-54,-45v-48,0,-53,23,-53,96v0,74,4,95,53,95","w":233},"H":{"d":"215,0r-39,0r0,-112r-104,0r0,112r-39,0r0,-256r39,0r0,109r104,0r0,-109r39,0r0,256","w":248},"I":{"d":"72,0r-39,0r0,-256r39,0r0,256","w":105},"J":{"d":"152,-81v4,80,-99,108,-147,58r26,-25v24,29,82,15,82,-36r0,-172r39,0r0,175","w":182},"K":{"d":"233,0r-45,0r-72,-126r-44,51r0,75r-39,0r0,-256r39,0r0,129r105,-129r48,0r-84,100","w":236},"L":{"d":"196,0r-163,0r0,-256r39,0r0,221r124,0r0,35","w":206},"M":{"d":"260,0r-39,0r0,-171r-59,125r-29,0r-61,-125r0,171r-39,0r0,-256r39,0r75,159r74,-159r39,0r0,256","w":292},"N":{"d":"226,0r-35,0r-119,-180r0,180r-39,0r0,-256r36,0r119,180r0,-180r38,0r0,256","w":259},"O":{"d":"116,-258v67,0,101,50,92,130v8,80,-25,130,-92,130v-66,0,-92,-50,-92,-130v0,-80,25,-130,92,-130xm116,-33v47,-9,54,-22,54,-95v0,-74,-7,-86,-54,-96v-47,9,-53,23,-53,96v0,74,6,85,53,95","w":232},"P":{"d":"213,-179v0,67,-64,86,-141,78r0,101r-39,0r0,-256r98,0v50,0,82,32,82,77xm174,-179v0,-49,-54,-43,-102,-42r0,85v48,1,102,7,102,-43","w":226},"Q":{"d":"116,-258v67,0,92,50,92,130v0,44,1,70,-16,93r25,25r-22,22r-25,-26v-77,45,-165,-12,-146,-114v-7,-80,25,-130,92,-130xm63,-128v0,74,6,85,53,95v10,0,19,-3,27,-8r-27,-27r21,-22r25,25v6,-13,8,-30,8,-63v1,-74,-7,-86,-54,-96v-47,9,-53,23,-53,96","w":232},"R":{"d":"220,0r-45,0r-54,-108r-49,0r0,108r-39,0r0,-256r100,0v91,-9,104,129,28,143xm174,-181v0,-47,-55,-41,-102,-40r0,80v47,0,102,7,102,-40","w":235},"S":{"d":"173,-126v45,51,9,128,-71,128v-39,0,-67,-9,-91,-34r26,-25v28,35,117,35,118,-15v2,-57,-90,-31,-117,-62v-42,-48,-9,-124,67,-124v34,0,58,8,80,29r-25,24v-27,-31,-104,-27,-103,20v1,53,91,31,116,59","w":212},"T":{"d":"191,-221r-71,0r0,221r-39,0r0,-221r-70,0r0,-35r180,0r0,35","w":201},"U":{"d":"213,-86v0,53,-40,88,-92,88v-52,0,-91,-35,-91,-88r0,-170r38,0r0,168v0,34,21,55,53,55v32,0,54,-21,54,-55r0,-168r38,0r0,170","w":243},"V":{"d":"201,-256r-85,256r-30,0r-84,-256r40,0r59,186r59,-186r41,0","w":203},"W":{"d":"310,-256r-67,256r-34,0r-52,-180r-52,180r-34,0r-67,-256r41,0r45,183r51,-183r31,0r52,183r45,-183r41,0","w":313},"X":{"d":"204,0r-45,0r-55,-98r-56,98r-44,0r79,-131r-74,-125r44,0r51,91r50,-91r45,0r-74,125","w":208},"Y":{"d":"194,-256r-77,151r0,105r-39,0r0,-105r-76,-151r42,0r54,112r54,-112r42,0","w":195},"Z":{"d":"181,0r-164,0r0,-33r119,-188r-114,0r0,-35r159,0r0,31r-119,190r119,0r0,35","w":198},"[":{"d":"109,27r-78,0r0,-310r78,0r0,33r-41,0r0,244r41,0r0,33","w":124},"\\":{"d":"137,27r-35,0r-102,-307r35,0","w":136},"]":{"d":"94,27r-79,0r0,-33r43,0r0,-245r-43,0r0,-32r79,0r0,310","w":124},"^":{"d":"181,-144r-38,0r-40,-75r-41,75r-38,0r62,-115r34,0","w":205},"_":{"d":"206,62r-206,0r0,-25r206,0r0,25","w":205},"`":{"d":"109,-216r-28,0r-40,-58r41,0","w":180},"a":{"d":"127,-17v-32,36,-118,19,-112,-37v-4,-48,56,-56,112,-52v14,-51,-59,-60,-80,-30r-24,-22v33,-47,140,-33,140,36r0,122r-36,0r0,-17xm85,-28v30,0,47,-16,42,-53v-33,0,-76,-6,-76,27v0,17,11,26,34,26","w":190},"b":{"d":"114,-185v50,-1,65,47,65,94v0,47,-15,96,-66,93v-20,0,-34,-4,-48,-21r0,19r-36,0r0,-256r37,0r0,92v13,-16,29,-21,48,-21xm142,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"c":{"d":"57,-91v-8,55,47,79,79,43r25,24v-50,50,-141,31,-141,-67v0,-98,90,-118,141,-68r-25,24v-32,-37,-87,-11,-79,44","w":174},"d":{"d":"21,-91v0,-47,14,-95,64,-94v19,0,35,5,48,21r0,-92r37,0r0,256r-36,0r0,-19v-14,17,-28,21,-48,21v-51,2,-65,-45,-65,-93xm133,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"e":{"d":"175,-81r-119,0v-5,52,64,66,91,33r23,22v-49,50,-150,39,-150,-65v0,-59,30,-94,77,-94v54,0,82,43,78,104xm138,-106v6,-49,-61,-64,-77,-25v-4,8,-5,14,-5,25r82,0","w":194},"f":{"d":"108,-151r-36,0r0,151r-37,0r0,-151r-21,0r0,-28r21,0v-6,-53,13,-85,73,-79r0,31v-34,-6,-40,15,-36,48r36,0r0,28","w":118},"g":{"d":"21,-95v0,-50,15,-90,64,-90v19,0,34,5,48,22r0,-20r35,0r0,182v8,73,-96,102,-142,53r23,-24v25,32,90,14,83,-30r0,-23v-13,16,-28,21,-47,21v-48,0,-64,-41,-64,-91xm132,-95v0,-29,-4,-57,-37,-57v-33,0,-38,28,-38,57v0,29,5,58,38,58v33,0,37,-29,37,-58","w":197},"h":{"d":"176,0r-36,0v-6,-55,21,-152,-37,-152v-58,0,-31,98,-37,152r-37,0r0,-256r37,0r0,92v37,-42,110,-17,110,46r0,118","w":203},"i":{"d":"67,-219r-39,0r0,-38r39,0r0,38xm66,0r-37,0r0,-183r37,0r0,183","w":95},"j":{"d":"67,-219r-39,0r0,-38r39,0r0,38xm66,24v2,35,-28,57,-73,51r0,-32v20,1,36,0,36,-21r0,-205r37,0r0,207","w":95},"k":{"d":"189,0r-45,0r-51,-84r-27,30r0,54r-37,0r0,-256r37,0r0,158r71,-85r44,0r-63,72","w":197},"l":{"d":"101,0v-45,5,-73,-14,-73,-50r0,-206r37,0r0,203v-2,21,15,24,36,22r0,31","w":111},"m":{"d":"166,-158v35,-50,122,-26,122,41r0,117r-36,0v-5,-55,21,-152,-37,-152v-20,0,-38,13,-38,39r0,113r-37,0v-6,-54,21,-151,-36,-152v-58,-1,-33,97,-38,152r-37,0r0,-183r36,0r0,19v26,-29,81,-28,101,6","w":315},"n":{"d":"65,-164v38,-43,112,-15,112,47r0,117r-37,0v-6,-54,21,-151,-36,-152v-58,-1,-33,97,-38,152r-37,0r0,-183r36,0r0,19","w":204},"o":{"d":"96,-185v55,0,77,39,77,94v0,55,-22,93,-77,93v-55,0,-75,-38,-75,-93v0,-55,21,-94,75,-94xm96,-31v31,0,40,-28,40,-60v0,-32,-9,-61,-40,-61v-30,0,-39,29,-39,61v0,31,8,60,39,60","w":193},"p":{"d":"113,-185v50,-1,66,46,66,94v0,46,-14,95,-65,93v-19,0,-35,-5,-48,-21r0,93r-37,0r0,-257r36,0r0,20v14,-17,28,-22,48,-22xm142,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"q":{"d":"21,-91v0,-48,14,-96,65,-94v20,0,34,5,48,22r0,-20r36,0r0,257r-37,0r0,-93v-13,16,-29,21,-48,21v-50,2,-64,-46,-64,-93xm133,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"r":{"d":"157,-167r-27,27v-21,-24,-64,-10,-64,29r0,111r-37,0r0,-183r36,0r0,20v17,-25,70,-32,92,-4","w":158},"s":{"d":"164,-56v1,67,-111,75,-152,32r24,-24v15,15,34,19,52,19v39,0,59,-44,16,-47v-44,-3,-83,-10,-83,-53v0,-64,98,-70,136,-35r-23,23v-18,-18,-78,-20,-78,10v0,21,33,22,54,24v34,3,54,19,54,51","w":179},"t":{"d":"105,0v-44,6,-72,-18,-72,-51r0,-100r-20,0r0,-28r20,0r0,-56r37,0r0,56r35,0r0,28r-35,0r0,98v-1,19,14,24,35,22r0,31","w":123},"u":{"d":"139,-18v-39,43,-112,13,-112,-48r0,-117r37,0v6,55,-21,152,37,152v59,0,33,-97,38,-152r36,0r0,183r-36,0r0,-18","w":204},"v":{"d":"167,-183r-67,183r-30,0r-67,-183r39,0r43,129r43,-129r39,0","w":169},"w":{"d":"265,-183r-57,183r-32,0r-42,-127r-43,127r-32,0r-56,-183r39,0r35,129r43,-129r28,0r42,129r35,-129r40,0","w":267},"x":{"d":"173,0r-44,0r-38,-62r-39,62r-44,0r63,-93r-61,-90r45,0r36,60r35,-60r45,0r-60,90","w":181},"y":{"d":"167,-183r-81,219v-9,28,-30,39,-65,36r0,-33v35,7,37,-25,46,-48r-64,-174r39,0r43,129r43,-129r39,0","w":168},"z":{"d":"152,0r-137,0r0,-29r91,-121r-85,0r0,-33r131,0r0,30r-92,120r92,0r0,33","w":168},"{":{"d":"66,-128v59,17,-20,138,64,122r0,33v-46,3,-77,-7,-77,-50v0,-39,17,-98,-37,-89r0,-32v82,15,-11,-149,89,-139r25,0r0,33v-26,0,-40,-2,-40,28v0,37,6,90,-24,94","w":146},"|":{"d":"79,27r-37,0r0,-310r37,0r0,310","w":121},"}":{"d":"93,-233v0,39,-16,97,37,89r0,32v-81,-13,9,147,-88,139r-26,0r0,-33v27,0,41,2,41,-28v0,-37,-6,-90,24,-94v-30,-4,-25,-57,-24,-94v1,-30,-14,-28,-41,-28r0,-33v46,-3,77,6,77,50","w":146},"~":{"d":"15,-100v38,-49,76,-20,122,-8v10,0,17,-2,31,-16r23,23v-38,49,-75,19,-122,8v-10,0,-16,2,-30,16","w":206},"\u00d7":{"d":"210,-125r-94,132r-94,-132r94,-131xm168,-125r-52,-74r-53,74r53,75","w":231},"\u00a0":{"w":86}}});



/*! MRS EAVES
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 1996 Emigre Graphics, Designed by Zuzana Licko
 */
Cufon.registerFont({"w":120,"face":{"font-family":"MrsEaves","font-weight":500,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-43 -294 320 96","underline-thickness":"9","underline-position":"-30.96","stemh":"13","stemv":"21","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":83},"!":{"d":"53,-32v24,0,20,35,0,35v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18xm36,-204v0,-9,8,-18,17,-18v9,0,17,9,17,18v0,22,-8,44,-11,146r-13,0v-3,-102,-10,-124,-10,-146","w":112},"\"":{"d":"27,-204v0,-9,8,-18,17,-18v9,0,17,9,17,18v0,9,-11,24,-14,63r-6,0v-3,-39,-14,-54,-14,-63xm87,-204v0,-9,8,-18,17,-18v9,0,17,9,17,18v0,9,-11,24,-14,63r-6,0v-3,-39,-14,-54,-14,-63","w":148},"#":{"d":"108,-113r28,0r-3,19r-28,0r-7,44r-14,0r7,-44r-38,0r-8,44r-14,0r8,-44r-29,0r4,-19r27,0r7,-40r-27,0r3,-19r27,0r8,-44r14,0r-7,44r38,0r8,-44r14,0r-8,44r29,0r-4,19r-28,0xm56,-113r38,0r7,-40r-38,0","w":156},"$":{"d":"91,-210v42,4,57,32,40,38v-12,4,-14,-19,-40,-23r0,71v25,11,59,34,59,60v0,34,-27,57,-59,58r0,36r-13,0r0,-36v-44,-4,-67,-34,-54,-43v14,-10,17,24,54,29r0,-82v-25,-11,-54,-26,-54,-59v0,-26,24,-48,54,-49r0,-36r13,0r0,36xm91,-19v21,-1,36,-16,36,-38v0,-15,-15,-28,-36,-38r0,76xm78,-195v-41,5,-40,49,0,64r0,-64","w":179},"%":{"d":"253,-46v0,28,-23,52,-53,52v-30,0,-54,-24,-54,-52v0,-28,24,-52,54,-52v30,0,53,24,53,52xm213,-216r-138,222r-13,-6r138,-222xm129,-170v0,28,-25,51,-54,51v-30,0,-54,-23,-54,-51v0,-28,24,-52,54,-52v29,0,54,24,54,52xm230,-46v0,-22,-9,-40,-30,-40v-21,0,-30,18,-30,40v0,22,9,40,30,40v21,0,30,-18,30,-40xm104,-170v0,-22,-9,-40,-29,-40v-21,0,-30,18,-30,40v0,22,9,39,30,39v20,0,29,-17,29,-39","w":274},"&":{"d":"84,-129v25,-14,48,-28,48,-52v0,-16,-12,-27,-28,-27v-46,0,-38,50,-20,79xm139,-27v-26,-27,-49,-53,-66,-76v-35,22,-32,95,23,95v19,0,33,-7,43,-19xm149,-47v8,-24,15,-60,-26,-54r0,-7r81,0r0,7v-46,-6,-31,40,-46,64v23,23,42,43,67,16r6,6v-23,33,-61,23,-84,-3v-32,42,-125,28,-124,-39v0,-29,19,-45,41,-59v-36,-45,-21,-105,40,-106v28,0,52,17,52,41v0,32,-35,44,-65,64v13,20,32,42,58,70","w":236},"'":{"d":"27,-204v0,-9,8,-18,17,-18v9,0,17,9,17,18v0,9,-11,24,-14,63r-6,0v-3,-39,-14,-54,-14,-63","w":88},"(":{"d":"119,32r-8,8v-46,-37,-81,-85,-81,-146v0,-61,36,-109,81,-146r8,7v-20,22,-64,71,-64,139v0,68,44,116,64,138","w":128},")":{"d":"99,-106v0,61,-35,109,-81,146r-8,-8v20,-22,64,-70,64,-138v0,-68,-44,-117,-64,-139r9,-7v45,37,80,85,80,146","w":128},"*":{"d":"77,-160v31,-21,25,-50,54,-28v6,34,-17,19,-51,33v35,16,56,-1,51,34v-29,21,-24,-8,-55,-28v2,28,15,35,15,44v0,25,-35,21,-34,0v0,-9,12,-16,13,-44v-31,21,-25,50,-55,28v-5,-33,18,-19,52,-34v-35,-17,-56,2,-52,-33v28,-23,25,6,55,27v-1,-28,-13,-34,-13,-43v0,-9,7,-18,16,-18v32,12,10,24,4,62","w":146},"+":{"d":"90,-87r57,0r0,15r-57,0r0,57r-15,0r0,-57r-57,0r0,-15r57,0r0,-57r15,0r0,57","w":164},",":{"d":"35,39v11,-13,23,-27,18,-38v-24,0,-20,-35,0,-35v34,9,17,60,-14,77","w":112},"-":{"d":"135,-72r-105,0r0,-15r105,0r0,15","w":164},".":{"d":"76,-16v0,10,-10,19,-21,19v-11,0,-19,-9,-19,-19v0,-10,8,-19,19,-19v11,0,21,9,21,19","w":112},"\/":{"d":"108,-216r-138,222r-13,-6r138,-222","w":65},"0":{"d":"145,-78v0,46,-27,84,-61,84v-34,0,-61,-38,-61,-84v0,-46,27,-84,61,-84v34,0,61,38,61,84xm120,-78v0,-39,-12,-71,-36,-71v-24,0,-35,32,-35,71v0,39,11,70,35,70v24,0,36,-31,36,-70","w":168},"1":{"d":"125,0r-83,0r0,-8v42,9,29,-60,29,-97v0,-36,-8,-40,-34,-39r0,-7r59,-12r0,113v0,36,5,42,29,42r0,8","w":168},"2":{"d":"25,0r0,-9v27,-30,88,-53,88,-99v0,-27,-15,-39,-37,-39v-21,0,-45,24,-25,54r-10,11v-38,-26,-18,-80,37,-80v31,0,60,18,60,48v0,29,-29,51,-29,51r-49,42r83,0r-4,21r-114,0","w":168},"3":{"d":"86,-85v-2,6,-19,32,-26,13v13,-24,36,-41,52,-63v-35,1,-74,-9,-78,27r-8,0r8,-48r106,0r0,10r-42,48v65,14,55,105,-17,104v-35,0,-54,-21,-54,-32v0,-4,3,-8,9,-8v13,0,11,25,45,25v48,1,46,-71,5,-76","w":168},"4":{"d":"82,-59r0,-66r-50,66r50,0xm107,-46v0,32,5,38,29,38r0,8r-83,0r0,-8v24,0,29,-6,29,-38r-70,0r0,-7r86,-114r9,0r0,108v18,3,27,-13,32,-35r8,0r-4,48r-36,0","w":168},"5":{"d":"142,-50v0,31,-29,56,-65,56v-34,0,-51,-20,-51,-32v0,-5,3,-8,10,-8v13,0,7,25,41,25v25,0,40,-19,40,-41v0,-44,-61,-57,-71,-15r-14,0r9,-91r93,0r-3,21r-78,0r-4,41v34,-29,93,-1,93,44","w":168},"6":{"d":"142,-45v0,28,-25,51,-55,51v-21,0,-60,-13,-60,-75v0,-45,23,-93,64,-93v30,0,50,22,37,30v-12,7,-13,-17,-36,-17v-26,0,-37,34,-39,66v28,-27,89,-3,89,38xm87,-7v41,0,40,-73,-2,-74v-15,0,-30,7,-33,17v1,38,17,57,35,57","w":168},"7":{"d":"148,-156r0,10r-69,138v-6,11,-9,19,-20,16v-5,-1,-13,-10,-4,-24r76,-119v-41,4,-95,-16,-102,27r-8,0r9,-48r118,0","w":168},"8":{"d":"143,-42v0,27,-27,48,-59,48v-32,0,-60,-22,-60,-45v0,-25,21,-37,40,-45v-15,-9,-31,-21,-31,-38v0,-23,24,-40,51,-40v27,0,51,16,51,37v0,18,-18,28,-35,36v21,10,43,22,43,47xm88,-95v26,-8,34,-53,-4,-54v-15,0,-27,11,-27,23v0,14,17,24,31,31xm120,-37v0,-20,-24,-31,-44,-41v-32,9,-40,71,8,70v22,0,36,-13,36,-29","w":168},"9":{"d":"141,-87v0,45,-23,93,-64,93v-30,0,-50,-22,-37,-30v11,-7,14,16,37,16v26,0,36,-33,39,-65v-28,28,-90,2,-90,-38v0,-28,25,-51,55,-51v21,0,60,13,60,75xm116,-92v4,-68,-63,-72,-65,-19v-6,34,53,49,65,19","w":168},":":{"d":"60,-32v24,0,20,35,0,35v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18xm77,-83v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-17v0,-9,8,-17,17,-17v9,0,17,8,17,17"},";":{"d":"77,-83v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-17v0,-9,8,-17,17,-17v9,0,17,8,17,17xm63,3v-12,1,-20,-7,-20,-17v0,-9,8,-18,17,-18v36,9,17,60,-14,77r-4,-4v13,-14,19,-24,21,-38"},"<":{"d":"154,-24r-5,6r-119,-78r119,-79r5,7r-84,72","w":180},"=":{"d":"135,-93r-105,0r0,-16r105,0r0,16xm135,-48r-105,0r0,-16r105,0r0,16","w":164},">":{"d":"150,-96r-118,78r-6,-6r84,-72r-84,-72r6,-7","w":180},"?":{"d":"81,-32v24,0,20,35,0,35v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18xm140,-165v0,-51,-92,-60,-98,-21v-2,13,30,5,30,23v0,12,-12,16,-19,16v-12,0,-27,-12,-27,-33v0,-67,137,-49,137,19v0,63,-74,70,-74,70r0,33r-16,0r0,-59v31,0,67,-12,67,-48","w":181},"@":{"d":"121,-55v35,0,36,-63,44,-97v-27,-24,-60,6,-65,45v-4,29,0,52,21,52xm183,-55v18,0,47,-35,47,-75v0,-52,-40,-81,-84,-81v-61,0,-108,53,-108,111v0,94,105,124,172,76r3,6v-78,64,-199,16,-199,-81v0,-69,58,-126,127,-126v57,0,100,37,100,94v0,47,-37,89,-67,89v-14,0,-22,-9,-24,-18v-31,40,-86,10,-73,-47v10,-43,48,-81,90,-60r20,0r-16,90v-3,15,2,22,12,22","w":254},"A":{"d":"60,-75v-7,25,-49,69,11,67r0,8r-85,0r0,-8v30,0,33,-6,44,-31r79,-183r4,0r80,183v11,25,13,31,43,31r0,8r-100,0r0,-8v59,3,17,-43,11,-67r-87,0xm141,-88r-38,-87r-37,87r75,0","w":222},"B":{"d":"111,-13v36,3,55,-18,55,-47v0,-43,-41,-53,-89,-48v4,40,-15,105,34,95xm77,-203r0,81v39,4,71,-5,71,-40v0,-35,-31,-46,-71,-41xm152,-117v28,9,46,31,46,57v0,33,-27,60,-77,60r-107,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r97,0v73,-3,90,70,41,99","w":215},"C":{"d":"222,-4r-7,0v-2,-9,-7,-17,-12,-20v-63,69,-177,8,-177,-84v0,-92,114,-153,177,-84v5,-4,10,-11,12,-20r7,0r0,79r-7,0v-10,-47,-37,-75,-77,-75v-58,0,-79,55,-79,100v0,45,21,100,79,100v40,0,67,-29,77,-75r7,0r0,79","w":249},"D":{"d":"14,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r97,0v84,0,120,49,120,108v0,59,-36,108,-120,108r-97,0xm77,-203r0,148v0,37,4,42,35,42v70,0,85,-53,85,-95v0,-42,-15,-95,-85,-95r-35,0","w":256},"E":{"d":"14,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r164,0r3,48v-7,2,-8,-3,-9,-8v1,-35,-57,-26,-95,-27r0,82v36,0,65,2,59,-35r8,0r0,83r-8,0v6,-37,-22,-35,-59,-35v4,40,-15,105,34,95v40,1,77,1,74,-35r8,0r-3,48r-176,0","w":209},"F":{"d":"77,-203r0,82v36,0,65,2,59,-35r8,0r0,83r-8,0v6,-37,-22,-35,-59,-35v4,40,-17,110,34,100r0,8r-97,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r170,0r3,48v-8,2,-10,-2,-10,-8v1,-37,-61,-25,-100,-27","w":192},"G":{"d":"203,-59v0,-15,-8,-23,-33,-23r0,-7r94,0r0,7v-41,-7,-33,32,-34,69v-40,0,-57,19,-94,19v-61,0,-110,-51,-110,-114v0,-92,114,-153,177,-84v5,-4,10,-11,12,-20r7,0r0,79r-7,0v-10,-47,-38,-75,-78,-75v-58,0,-78,55,-78,100v0,45,18,99,85,99v31,0,59,-18,59,-50","w":261},"H":{"d":"77,-108v4,40,-17,110,34,100r0,8r-97,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-48,-10,-31,49,-34,87r122,0v-3,-38,13,-97,-34,-87r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,117v0,36,4,42,34,42r0,8r-97,0r0,-8v51,9,29,-60,34,-100r-122,0","w":275},"I":{"d":"111,0r-97,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,117v0,36,4,42,34,42r0,8","w":124},"J":{"d":"14,69v21,0,34,-14,34,-49r0,-187v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,183v0,51,-35,64,-63,64v-21,0,-53,-12,-53,-34v0,-7,5,-12,12,-12v23,0,7,35,41,35","w":124},"K":{"d":"107,-125r111,97v13,12,37,20,47,20r0,8r-102,0r0,-8v24,0,28,-8,14,-20r-91,-79v-16,6,-9,37,-9,57v0,36,4,42,34,42r0,8r-97,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-49,-10,-30,53,-34,92r73,-63v23,-19,25,-29,2,-29r0,-8r83,0r0,8v-56,0,-90,58,-128,83","w":262},"L":{"d":"14,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,112v-8,56,35,40,77,42v37,2,36,-13,43,-35r8,0r-3,48r-188,0","w":207},"M":{"d":"61,-178r0,128v0,36,5,42,35,42r0,8r-82,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r61,0r76,175r76,-175r57,0r0,8v-30,0,-35,5,-35,41r0,117v0,36,5,42,35,42r0,8r-98,0r0,-8v30,0,35,-6,35,-42r0,-117r-75,173r-5,0","w":297},"N":{"d":"203,-45r0,-122v0,-36,-5,-41,-35,-41r0,-8r83,0r0,8v-30,0,-35,5,-35,41r0,173r-8,0r-147,-181r0,125v0,36,5,42,35,42r0,8r-82,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r50,0","w":261},"O":{"d":"266,-108v0,63,-55,114,-121,114v-66,0,-119,-51,-119,-114v0,-63,53,-114,119,-114v66,0,121,51,121,114xm145,-208v-62,0,-85,55,-85,100v0,45,23,100,85,100v62,0,86,-55,86,-100v0,-45,-24,-100,-86,-100","w":290},"P":{"d":"109,-216v50,0,77,28,77,61v0,43,-49,66,-109,60v3,39,-13,97,34,87r0,8r-97,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r95,0xm77,-108v44,5,77,-9,77,-47v0,-38,-32,-54,-77,-48r0,95","w":194},"Q":{"d":"126,5v-59,-10,-100,-58,-100,-113v0,-63,53,-114,119,-114v66,0,121,51,121,114v0,60,-49,107,-108,113v-14,1,-34,8,-48,21v70,-14,91,37,139,37v33,0,51,-11,63,-35r6,3v-9,25,-33,60,-75,60v-45,0,-83,-56,-118,-56v-35,0,-30,22,-43,24v-7,1,-12,-4,-12,-12v0,-11,24,-32,56,-42xm145,-208v-62,0,-86,55,-86,100v0,45,24,100,86,100v62,0,88,-55,88,-100v0,-45,-26,-100,-88,-100","w":290},"R":{"d":"77,-108v44,5,77,-9,77,-47v0,-38,-32,-54,-77,-48r0,95xm122,-95v25,30,63,83,102,87r0,8r-59,0r-71,-95r-17,0v3,39,-13,97,34,87r0,8r-97,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r95,0v97,-4,103,114,13,121","w":223},"S":{"d":"39,-11v-7,3,-6,18,-18,17r0,-79r7,0v0,0,1,65,67,65v26,0,45,-17,45,-40v0,-52,-116,-51,-116,-120v0,-48,72,-70,103,-39v7,-3,6,-18,18,-17r0,79r-7,0v-3,-29,-14,-63,-56,-63v-20,0,-34,14,-34,32v-2,48,115,56,115,117v0,39,-31,65,-68,65v-27,0,-44,-14,-56,-17","w":179},"T":{"d":"225,-216r3,49v-7,1,-9,-2,-9,-8v1,-34,-52,-26,-89,-27r0,152v0,36,4,42,34,42r0,8r-97,0r0,-8v30,0,34,-6,34,-42r0,-152v-42,0,-94,-7,-91,35r-7,0r3,-49r219,0","w":230},"U":{"d":"201,-167v0,-36,-5,-41,-35,-41r0,-8r84,0r0,8v-30,0,-34,5,-34,41r0,87v0,57,-39,86,-87,86v-48,0,-87,-29,-87,-86r0,-87v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,89v0,47,27,68,63,68v38,0,67,-21,67,-68r0,-89","w":257},"V":{"d":"235,-208v-30,0,-31,5,-42,31r-80,183r-4,0r-80,-183v-11,-26,-13,-31,-43,-31r0,-8r100,0r0,8v-30,0,-37,7,-28,27r61,140r61,-140v9,-19,2,-27,-28,-27r0,-8r83,0r0,8","w":222},"W":{"d":"141,-153r-50,159r-5,0r-58,-183v-9,-27,-13,-31,-43,-31r0,-8r101,0r0,8v-30,0,-35,7,-29,27r39,124r51,-159r5,0r51,159r39,-124v6,-20,1,-27,-25,-27r0,-8r81,0r0,8v-30,0,-35,7,-43,31r-58,183r-5,0","w":285},"X":{"d":"105,-95r-46,60v-11,14,-11,27,19,27r0,8r-86,0r0,-8v26,0,40,-16,52,-31r53,-68v-30,-34,-42,-96,-99,-101r0,-8r102,0r0,8v-30,0,-30,11,-19,27r35,50r39,-50v13,-17,11,-27,-19,-27r0,-8r85,0r0,8v-30,0,-37,12,-52,31r-46,59r54,79v14,20,27,31,52,31r0,8r-102,0r0,-8v30,0,31,-10,19,-27","w":221},"Y":{"d":"127,-87v2,37,-10,88,34,79r0,8r-97,0r0,-8v44,8,32,-39,34,-77r-59,-92v-15,-24,-27,-31,-53,-31r0,-8r103,0r0,8v-30,0,-31,10,-20,27r52,79r53,-79v13,-19,10,-27,-20,-27r0,-8r85,0r0,8v-30,0,-39,10,-53,31","w":225},"Z":{"d":"137,-203v-45,2,-113,-13,-110,35r-8,0r4,-48r153,0r0,4r-124,199v47,-4,127,17,124,-35r8,0r-3,48r-166,0r0,-8","w":207},"[":{"d":"115,32r-73,0r0,-276r73,0r0,11r-49,0r0,253r49,0r0,12","w":128},"\\":{"d":"138,0r-13,6r-138,-222r13,-6","w":125},"]":{"d":"87,32r-73,0r0,-12r50,0r0,-253r-50,0r0,-11r73,0r0,276","w":128},"^":{"d":"87,-222r72,100r-6,6r-66,-66r-66,66r-6,-6","w":174},"_":{"d":"129,16r-129,0r0,-16r129,0r0,16","w":128},"`":{"d":"67,-176v-15,2,-35,-15,-52,-19v-8,-2,-13,-20,2,-21v22,6,34,28,50,40","w":145},"a":{"d":"57,-51r-7,16v-9,21,-9,27,19,27r0,8r-68,0r0,-8v22,0,25,-4,37,-31r53,-123r5,0r53,123v12,27,16,31,35,31r0,8r-80,0r0,-8v39,4,19,-26,12,-43r-59,0xm110,-65r-24,-55r-23,55r47,0","w":185},"b":{"d":"129,-44v0,-28,-27,-34,-58,-31v2,29,-11,70,28,62v21,0,30,-14,30,-31xm116,-116v0,-22,-19,-30,-45,-27r0,54v26,3,45,-5,45,-27xm17,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7v51,0,127,-8,127,40v0,13,-6,23,-15,31v46,20,34,85,-29,85r-83,0","w":176},"c":{"d":"163,0v-12,3,-8,-15,-14,-18v-42,53,-128,7,-128,-60v0,-67,85,-114,128,-60v6,-3,2,-21,14,-18r0,62r-7,0v-7,-33,-26,-54,-54,-54v-40,0,-52,40,-52,70v0,31,12,70,52,70v28,0,47,-22,54,-55r7,0r0,63","w":186},"d":{"d":"151,-78v0,-36,-23,-74,-80,-65r0,102v0,24,3,28,23,28v48,0,57,-36,57,-65xm17,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7r76,0v61,0,88,36,88,78v0,43,-27,78,-88,78r-76,0","w":200},"e":{"d":"99,-13v37,1,45,-7,48,-31r7,0r-3,44r-134,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7r126,0r2,43v-7,1,-8,-2,-9,-7v2,-24,-33,-24,-65,-23v2,17,-4,41,2,54v36,0,39,-5,39,-29r7,0r0,70r-7,0v1,-25,-6,-28,-41,-28v0,33,-3,71,28,63","w":171},"f":{"d":"71,-76v1,33,-5,78,28,69r0,7r-82,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7r130,0r3,43v-7,1,-10,-2,-10,-7v3,-25,-37,-23,-69,-23v2,17,-4,41,2,54v36,0,39,-5,39,-29r7,0r0,70r-7,0v1,-25,-6,-28,-41,-28","w":156},"g":{"d":"168,-8v-23,0,-45,14,-66,14v-45,0,-81,-38,-81,-84v0,-67,85,-114,128,-60v6,-3,2,-21,14,-18r0,62r-7,0v-7,-33,-26,-54,-54,-54v-40,0,-53,40,-53,70v0,31,13,70,53,70v18,0,46,-12,46,-31v0,-14,-13,-21,-31,-21r0,-8r79,0r0,8v-28,-4,-28,17,-28,52","w":200},"h":{"d":"71,-89r81,0v0,-33,2,-67,-28,-60r0,-7r82,0r0,7v-42,-9,-28,64,-28,100v0,36,4,42,28,42r0,7r-82,0r0,-7v33,8,27,-36,28,-69r-81,0v1,33,-5,78,28,69r0,7r-82,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7r82,0r0,7v-30,-6,-28,26,-28,60","w":223},"i":{"d":"99,0r-82,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7r82,0r0,7v-42,-9,-28,64,-28,100v0,36,4,42,28,42r0,7","w":115},"j":{"d":"45,-107v0,-36,-4,-42,-28,-42r0,-7r82,0r0,7v-24,0,-28,6,-28,42r0,98v0,48,-26,68,-53,68v-40,0,-54,-39,-33,-40v20,-1,8,28,34,28v37,0,26,-108,26,-154","w":115},"k":{"d":"80,-76v-8,4,-9,14,-9,27v0,36,4,42,28,42r0,7r-82,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7r82,0r0,7v-32,-7,-28,31,-28,65r43,-37v26,-22,25,-28,5,-28r0,-7r67,0r0,7v-23,-6,-67,41,-89,59v27,20,82,81,110,82r0,8r-84,0r0,-8v20,0,23,-6,0,-27","w":205},"l":{"d":"45,-49v0,-36,14,-109,-28,-100r0,-7r82,0r0,7v-41,-9,-26,59,-28,94v-3,43,9,42,41,42v38,0,38,-9,43,-31r8,0r-3,44r-143,0r0,-7v24,0,28,-6,28,-42","w":159},"m":{"d":"58,-121v5,39,-17,122,29,114r0,7r-70,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7r54,0r53,120r53,-120r51,0r0,7v-43,-9,-29,63,-29,100v0,36,5,42,29,42r0,7r-83,0r0,-7v45,8,24,-71,29,-110r-54,123r-6,0","w":244},"n":{"d":"45,-49v0,-36,14,-109,-28,-100r0,-7r44,0r96,114v-4,-38,15,-115,-29,-107r0,-7r70,0r0,7v-24,0,-28,6,-28,42r0,113r-7,0r-105,-126v5,39,-17,121,29,113r0,7r-70,0r0,-7v24,0,28,-6,28,-42","w":214},"o":{"d":"196,-78v0,46,-40,84,-88,84v-48,0,-87,-38,-87,-84v0,-46,39,-84,87,-84v48,0,88,38,88,84xm167,-78v0,-31,-17,-70,-59,-70v-42,0,-58,39,-58,70v0,31,16,70,58,70v42,0,59,-39,59,-70","w":216},"p":{"d":"121,-111v0,-25,-20,-36,-50,-32r0,63v29,3,50,-6,50,-31xm71,-67v0,33,-2,67,28,60r0,7r-82,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7v56,-1,132,-7,132,45v0,31,-34,48,-78,44","w":155},"q":{"d":"229,24v-7,21,-25,46,-57,46v-32,0,-58,-42,-83,-42v-24,0,-21,19,-30,20v-6,1,-11,-4,-11,-11v0,-7,20,-27,43,-33v-42,-9,-70,-42,-70,-82v0,-46,39,-84,87,-84v48,0,88,38,88,84v0,45,-35,78,-79,83v-5,1,-25,7,-33,13v40,-4,62,30,93,30v22,0,38,-8,47,-26xm167,-78v0,-31,-17,-70,-59,-70v-42,0,-58,39,-58,70v0,31,16,70,58,70v42,0,59,-39,59,-70","w":216},"r":{"d":"121,-111v0,-25,-20,-36,-50,-32r0,63v29,3,50,-6,50,-31xm105,-68v18,22,42,56,71,61r0,7r-46,0r-49,-67r-10,0v0,33,-2,67,28,60r0,7r-82,0r0,-7v42,9,28,-64,28,-100v0,-36,-4,-42,-28,-42r0,-7v56,-1,132,-7,132,45v0,22,-17,39,-44,43","w":174},"s":{"d":"99,-84v50,23,26,90,-23,90v-28,0,-41,-27,-47,0r-7,0r0,-62r8,0v3,31,22,48,49,48v15,0,28,-9,28,-24v0,-38,-84,-39,-84,-89v0,-38,54,-52,79,-30v4,-1,2,-14,12,-11r0,61r-7,0v-2,-22,-12,-47,-38,-47v-14,0,-25,8,-25,21v0,18,36,34,55,43","w":143},"t":{"d":"71,-142v-36,-1,-65,1,-63,30r-7,0r2,-44r161,0r2,44v-7,1,-8,-2,-9,-7v1,-23,-30,-24,-61,-23r0,93v0,36,5,42,29,42r0,7r-83,0r0,-7v24,0,29,-6,29,-42r0,-93","w":167},"u":{"d":"64,-107v0,47,-2,97,43,97v45,0,44,-49,44,-97v0,-36,-5,-42,-29,-42r0,-7r74,0r0,7v-40,-9,-29,55,-29,91v0,42,-29,64,-64,64v-35,0,-64,-22,-64,-64v0,-36,11,-101,-29,-91r0,-7r83,0r0,7v-24,0,-29,6,-29,42","w":206},"v":{"d":"185,-149v-22,0,-25,5,-37,32r-53,123r-5,0r-53,-123v-12,-27,-16,-32,-35,-32r0,-7r81,0r0,7v-26,0,-29,7,-20,28r37,85r36,-85v9,-21,9,-28,-19,-28r0,-7r68,0r0,7","w":185},"w":{"d":"129,-156r36,108r24,-73v7,-21,4,-28,-19,-28r0,-7r68,0r0,7v-23,0,-28,6,-37,32r-41,123r-5,0r-37,-113r-37,113r-5,0r-40,-123v-9,-26,-14,-32,-35,-32r0,-7r80,0r0,7v-21,0,-27,6,-19,28r24,73r36,-108r7,0","w":239},"x":{"d":"88,-65r-24,30v-16,21,-12,27,9,27r0,8r-67,0r0,-8v29,3,55,-48,74,-68v-19,-22,-40,-75,-72,-73r0,-7r81,0r0,7v-23,0,-23,8,-9,28r16,25r20,-25v17,-22,13,-28,-9,-28r0,-7r68,0r0,7v-28,-3,-52,44,-71,63v20,23,44,80,77,78r0,8r-81,0r0,-8v23,0,24,-6,9,-27","w":184},"y":{"d":"102,-64v-1,34,0,63,29,57r0,7r-83,0r0,-7v29,5,30,-22,29,-57v-22,-24,-42,-85,-78,-85r0,-7r79,0r0,7v-23,0,-24,7,-10,28r28,41r28,-41v15,-22,14,-28,-10,-28r0,-7r67,0r0,7v-38,1,-56,60,-79,85","w":173},"z":{"d":"104,-143v-37,-1,-78,-3,-75,30r-7,0r2,-43r115,0r0,5r-87,138v33,-1,86,6,83,-23v1,-5,2,-10,10,-8r-3,44r-123,0r0,-8","w":160},"{":{"d":"15,-109v21,-7,35,-12,35,-63v0,-50,32,-63,63,-81r7,7v-27,19,-45,32,-45,73v0,52,-12,60,-38,66v26,6,38,15,38,67v0,41,18,53,45,72r-7,8v-31,-18,-63,-30,-63,-81v0,-51,-14,-56,-35,-63r0,-5","w":128},"|":{"d":"96,-50v0,36,5,42,29,42r0,8r-83,0r0,-8v24,0,29,-6,29,-42r0,-113v0,-36,-8,-40,-34,-40r0,-7r59,-12r0,172","w":168},"}":{"d":"114,-104v-21,7,-34,12,-34,63v0,51,-33,63,-65,81r-5,-8v27,-19,44,-31,44,-72v0,-52,11,-61,37,-67v-26,-6,-37,-14,-37,-66v0,-41,-17,-54,-44,-73r5,-7v32,18,65,31,65,81v0,51,13,56,34,63r0,5","w":128},"~":{"d":"47,-119v28,0,69,53,81,3r8,0v0,30,-13,48,-33,48v-28,0,-68,-53,-80,-4r-7,0v0,-28,14,-47,31,-47","w":152},"\u00a0":{"d":"86,-153r9,73r-13,147r-3,0r-13,-147r10,-74v-18,6,-50,23,-54,-5v3,-28,36,-13,55,-6v-7,-19,-26,-52,4,-57v28,4,10,38,4,57v19,-7,50,-22,54,6v-3,28,-35,11,-53,6","w":161},"\u00a1":{"d":"76,-167v44,11,35,70,-16,70v-49,0,-59,-57,-18,-67v-33,-13,-21,-58,18,-58v42,0,54,44,16,55xm64,-173v20,-6,22,-38,-4,-39v-11,0,-19,8,-19,18v0,9,13,16,23,21xm86,-130v0,-14,-17,-21,-32,-28v-23,7,-28,50,6,51v16,0,26,-12,26,-23"},"\u00a2":{"d":"107,-70r-3,37r-26,0v0,22,4,25,21,25r0,8r-62,0r0,-8v18,0,21,-3,21,-25r-50,0r0,-7r62,-82r8,0r0,77v11,2,19,-9,21,-25r8,0xm58,-45r0,-43r-32,43r32,0"},"\u00a3":{"d":"63,-59v-2,2,-10,16,-15,14v-5,0,-9,-7,-3,-13r36,-37v-25,1,-53,-7,-56,19r-8,0r7,-37r78,0v-1,23,-21,27,-29,42v46,13,37,78,-15,77v-26,0,-39,-16,-39,-25v0,-4,2,-6,7,-6v9,0,7,20,32,20v32,0,34,-50,5,-54"},"\u00a5":{"d":"76,-64v44,11,35,70,-16,70v-49,0,-59,-57,-18,-67v-33,-14,-21,-58,18,-58v42,0,54,44,16,55xm64,-69v19,-6,23,-38,-4,-39v-32,4,-17,33,4,39xm86,-27v0,-14,-17,-20,-32,-27v-23,7,-28,49,6,50v16,0,26,-12,26,-23"},"\u00a7":{"d":"42,-154v0,-49,29,-68,59,-68v38,0,46,39,24,39v-18,0,-7,-27,-30,-27v-18,0,-27,15,-27,56r0,154r-54,0r0,-8v42,9,24,-63,28,-99r-28,0r0,-7v24,0,28,-7,28,-40xm178,-68v41,19,26,74,-18,74v-25,0,-38,-26,-38,0r-8,0r0,-52r8,0v0,16,13,40,39,40v27,0,25,-31,0,-40v-19,-7,-44,-26,-44,-47v0,-19,18,-33,37,-33v27,0,32,19,32,0r8,0r0,42r-8,0v6,-25,-42,-44,-47,-15v-2,13,26,25,39,31","w":215},"\u00a9":{"d":"123,-222v63,0,114,51,114,114v0,63,-51,114,-114,114v-63,0,-114,-51,-114,-114v0,-63,51,-114,114,-114xm123,-211v-57,0,-102,46,-102,103v0,57,45,103,102,103v57,0,103,-46,103,-103v0,-57,-46,-103,-103,-103xm182,-38v-11,2,-8,-15,-12,-16v-38,48,-116,8,-116,-54v0,-60,78,-103,116,-54v4,-3,2,-18,12,-16r0,56r-6,0v-6,-30,-24,-49,-49,-49v-36,0,-49,36,-49,63v0,28,13,63,49,63v25,0,43,-19,49,-49r6,0r0,56","w":245},"\u00aa":{"d":"104,-17r-3,17r-84,0r0,-8v19,-23,63,-39,63,-74v0,-14,-10,-23,-25,-23v-15,0,-30,15,-16,37r-9,9v-29,-20,-15,-60,26,-60v46,0,57,55,23,73r-32,29r57,0"},"\u00ab":{"d":"52,-242v14,1,11,19,2,21r-49,22r-2,-3v16,-12,29,-34,49,-40","w":81},"\u00ac":{"d":"26,-238v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14xm85,-238v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14","w":111},"\u00ad":{"d":"112,-112r23,0r0,16r-35,0r-20,29r55,0r0,16r-66,0r-28,39r-11,-6r23,-33r-23,0r0,-16r34,0r21,-29r-55,0r0,-16r66,0r27,-39r12,7","w":164},"\u00ae":{"d":"129,-197r-49,94r49,0r0,-94xm73,-90r-28,55v-10,20,-5,27,23,27r0,8r-85,0r0,-8v27,0,36,-5,49,-31r92,-177r117,0r3,48v-7,2,-8,-3,-9,-8v1,-30,-42,-28,-77,-27r0,100v35,0,43,-3,41,-35r8,0r0,83r-8,0v2,-32,-5,-35,-41,-35v1,44,-10,89,47,77v36,0,39,-11,43,-35r8,0r-3,48r-158,0r0,-8v45,9,32,-44,34,-82r-56,0","w":272},"\u00af":{"d":"119,-103v0,27,-24,48,-53,48v-30,0,-54,-21,-54,-48v0,-27,24,-49,54,-49v29,0,53,22,53,49xm95,-103v0,-20,-8,-37,-29,-37v-21,0,-31,17,-31,37v0,20,10,36,31,36v21,0,29,-16,29,-36","w":133},"\u00b0":{"d":"104,-35v7,44,-83,53,-86,17v14,-21,11,13,38,13v35,1,36,-61,2,-61v-10,0,-21,8,-25,21r-11,0r6,-68r70,0r-3,18r-56,0r-2,28v21,-23,70,-1,67,32"},"\u00b1":{"d":"147,-15r0,15r-129,0r0,-15r129,0xm90,-96r57,0r0,15r-57,0r0,51r-15,0r0,-51r-57,0r0,-15r57,0r0,-51r15,0r0,51","w":164},"\u00b2":{"d":"147,-15r0,15r-129,0r0,-15r129,0xm133,-44r-4,7r-111,-59r111,-60r4,7r-75,53","w":164},"\u00b3":{"d":"147,-96r-111,59r-4,-7r75,-52r-75,-53r4,-7xm147,0r-129,0r0,-15r129,0r0,15","w":164},"\u00b5":{"d":"61,3v0,33,-1,64,28,57r0,7r-82,0r0,-7v24,0,28,-6,28,-42r0,-89v0,-36,-4,-42,-28,-42r0,-7r54,0v4,42,-16,108,30,109v19,1,44,-26,36,-60v0,-36,-5,-42,-29,-42r0,-7r54,0v4,39,-15,118,29,110r0,7r-48,9v-2,-4,-5,-17,-6,-23v-11,13,-40,30,-66,20","w":187},"\u00b6":{"d":"82,-161v14,-1,24,19,27,-1r7,0r0,61r-7,0v-2,-18,-9,-40,-27,-46r0,53v20,9,47,29,47,51v0,28,-21,47,-47,49r0,60r-13,0r0,-61v-20,0,-35,-22,-39,1r-6,0r0,-62v19,-5,0,41,45,48r0,-61v-21,-10,-44,-24,-45,-52v0,-23,19,-41,45,-41r0,-60r13,0r0,61xm82,-8v15,-1,26,-10,26,-27v0,-10,-11,-19,-26,-27r0,54xm69,-148v-32,3,-31,37,0,48r0,-48","w":146},"\u00b7":{"d":"18,61r0,-6r86,-139r-86,-126r0,-6r174,0r3,48v-7,2,-8,-3,-9,-8v-3,-44,-89,-22,-135,-27r84,124r-78,127v51,-6,139,20,140,-34r7,0r-3,47r-183,0","w":215},"\u00b9":{"d":"120,-100r0,78v-2,20,14,17,20,7v5,14,-13,21,-20,21v-36,-5,-15,-70,-20,-106r-30,0r-7,81v-3,29,-23,32,-35,13r3,-9v5,11,18,18,20,-4r7,-81v-19,-3,-41,4,-33,20r-6,1v-11,-23,0,-41,22,-41r99,0v16,0,17,-11,14,-20r7,-1v13,30,-8,45,-41,41","w":175},"\u00ba":{"d":"57,28v0,48,-26,68,-53,68v-40,0,-54,-39,-33,-40v20,-1,8,28,34,28v14,0,26,-11,26,-56r0,-182v0,-49,29,-68,59,-68v38,0,46,39,24,39v-18,0,-7,-27,-30,-27v-18,0,-27,15,-27,56r0,182","w":90},"\u00bb":{"d":"104,-64v0,33,-17,70,-49,70v-22,0,-43,-17,-25,-25v6,0,10,14,25,14v18,0,25,-24,28,-46v-25,17,-68,-1,-67,-30v0,-21,19,-38,42,-38v16,0,46,10,46,55xm84,-68v3,-47,-47,-52,-47,-13v-4,26,38,36,47,13"},"\u00bf":{"d":"152,-127r-77,109v9,6,19,10,33,10v61,-3,74,-77,44,-119xm66,-28r75,-110v-9,-6,-20,-10,-33,-10v-62,3,-72,79,-42,120xm54,-12v-64,-43,-26,-154,54,-150v15,0,30,4,43,11r14,-21r12,7r-14,21v63,43,26,154,-55,150v-15,0,-29,-4,-42,-11r-15,21r-12,-7","w":216},"\u00c0":{"d":"110,-158v24,0,20,35,0,35v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18xm165,26v0,66,-138,47,-138,-20v0,-63,75,-69,75,-69r0,-34r16,0r0,59v-31,0,-67,12,-67,48v0,50,92,60,98,22v2,-14,-30,-6,-30,-24v0,-12,12,-16,19,-16v12,0,27,13,27,34","w":181},"\u00c1":{"d":"91,0r-61,0r0,-8v31,6,20,-43,20,-69v0,-25,-6,-27,-25,-27r0,-7r46,-9r0,83v0,25,3,29,20,29r0,8"},"\u00c2":{"d":"165,-106r0,62r-16,0r0,-46r-119,0r0,-16r135,0","w":205},"\u00c3":{"d":"49,-96r19,-10r30,74r87,-235r15,0r-102,275r-5,0","w":197},"\u00c4":{"d":"68,28v0,48,-26,68,-53,68v-40,0,-52,-39,-32,-40v20,-1,8,28,34,28v14,0,25,-11,25,-56r0,-135r-29,0r0,-13r29,0v-7,-59,18,-102,60,-102v38,0,46,39,24,39v-17,0,-8,-27,-31,-27v-27,-7,-29,53,-27,90r36,0r0,13r-36,0r0,135","w":113},"\u00c5":{"d":"34,-94v-2,-21,0,-25,24,-30v14,0,33,12,48,12v14,0,24,-12,24,-12v2,21,0,25,-24,30v-14,0,-33,-12,-48,-12v-14,0,-24,12,-24,12xm34,-46v-2,-21,0,-25,24,-30v14,0,33,12,48,12v14,0,24,-12,24,-12v2,21,0,25,-24,30v-14,0,-33,-12,-48,-12v-14,0,-24,12,-24,12","w":164},"\u00c6":{"d":"39,-15r114,0r-56,-160xm16,0r82,-222r8,0r78,222r-168,0","w":200},"\u00c7":{"d":"154,-24r-5,6r-119,-78r119,-79r5,7r-84,72xm208,-44r-4,7r-99,-59r99,-60r4,7r-62,53","w":240},"\u00c8":{"d":"210,-96r-119,78r-5,-6r84,-72r-84,-72r5,-7xm134,-96r-98,59r-4,-7r62,-52r-62,-53r4,-7","w":240},"\u00c9":{"d":"53,-32v24,0,20,35,0,35v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18xm158,-32v24,0,20,35,0,35v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18xm262,-32v26,0,21,35,0,35v-9,0,-16,-8,-16,-17v0,-9,7,-18,16,-18","w":322},"\u00ca":{"w":83},"\u00cb":{"d":"60,-75v-7,25,-49,69,11,67r0,8r-85,0r0,-8v30,0,33,-6,44,-31r79,-183r4,0r80,183v11,25,13,31,43,31r0,8r-100,0r0,-8v59,3,17,-43,11,-67r-87,0xm141,-88r-38,-87r-37,87r75,0xm122,-245v-15,2,-35,-15,-52,-19v-8,-2,-13,-20,2,-21v22,6,34,28,50,40","w":222},"\u00cc":{"d":"86,-281v21,1,53,41,61,3r6,0v0,22,-10,35,-25,35v-21,0,-49,-38,-59,-3r-6,0v0,-21,10,-35,23,-35xm60,-75v-7,25,-49,69,11,67r0,8r-85,0r0,-8v30,0,33,-6,44,-31r79,-183r4,0r80,183v11,25,13,31,43,31r0,8r-100,0r0,-8v59,3,17,-43,11,-67r-87,0xm141,-88r-38,-87r-37,87r75,0","w":222},"\u00cd":{"d":"117,-281v21,1,53,41,61,3r6,0v0,22,-10,35,-25,35v-21,0,-50,-38,-59,-3r-6,0v0,-21,10,-35,23,-35xm266,-108v0,63,-55,114,-121,114v-66,0,-119,-51,-119,-114v0,-63,53,-114,119,-114v66,0,121,51,121,114xm145,-208v-62,0,-85,55,-85,100v0,45,23,100,85,100v62,0,86,-55,86,-100v0,-45,-24,-100,-86,-100","w":290},"\u00ce":{"d":"145,-222v47,0,105,6,160,6r2,48v-7,2,-8,-3,-9,-8v2,-36,-57,-26,-95,-27r0,82v36,0,66,2,60,-35r8,0r0,83r-8,0v5,-37,-23,-35,-60,-35v3,40,-15,105,35,95v40,2,76,-1,74,-35r8,0r-4,48v-58,0,-121,6,-171,6v-66,0,-119,-51,-119,-114v0,-63,53,-114,119,-114xm175,-203v-70,-24,-115,40,-115,95v0,54,44,119,115,95r0,-190","w":336},"\u00cf":{"d":"149,-131v-9,-11,-23,-17,-41,-17v-42,0,-58,39,-58,70v0,31,16,70,58,70v18,0,32,-7,41,-17r0,-106xm255,0v-50,0,-105,-2,-147,6v-48,0,-87,-38,-87,-84v-1,-57,61,-101,120,-78r105,0r3,43v-7,1,-8,-2,-9,-7v2,-24,-34,-24,-66,-23v2,17,-4,41,2,54v36,0,39,-5,39,-29r7,0r0,70r-7,0v1,-25,-6,-28,-41,-28v0,36,-3,72,33,63v38,0,39,-9,44,-31r7,0","w":272},"\u00d0":{"d":"189,-72r-189,0r0,-15r189,0r0,15","w":189},"\u00d1":{"d":"240,-72r-240,0r0,-15r240,0r0,15","w":240},"\u00d2":{"d":"124,-149r-4,4v-22,-14,-33,-38,-33,-54v-1,-29,35,-29,36,-5v0,10,-9,20,-19,16v2,14,7,25,20,39xm64,-149r-4,4v-22,-14,-33,-38,-33,-54v-1,-30,35,-29,36,-5v0,9,-10,20,-19,16v2,14,7,25,20,39","w":150},"\u00d3":{"d":"47,-188v-10,4,-20,-6,-20,-16v0,-9,8,-18,17,-18v34,9,17,60,-14,77r-4,-4v13,-14,19,-25,21,-39xm107,-188v-10,4,-20,-6,-20,-16v0,-9,8,-18,17,-18v34,9,17,60,-14,77r-4,-4v14,-14,19,-25,21,-39","w":150},"\u00d4":{"d":"64,-149r-4,4v-22,-14,-33,-38,-33,-54v-1,-30,35,-29,36,-5v0,9,-10,20,-19,16v2,14,7,25,20,39","w":90},"\u00d5":{"d":"47,-188v-10,4,-20,-6,-20,-16v0,-9,8,-18,17,-18v34,9,17,60,-14,77r-4,-4v13,-14,19,-25,21,-39","w":90},"\u00d6":{"d":"135,-72r-105,0r0,-15r105,0r0,15xm82,-48v26,0,21,35,0,35v-9,0,-16,-8,-16,-17v0,-9,7,-18,16,-18xm82,-147v26,0,21,35,0,35v-9,0,-16,-8,-16,-17v0,-9,7,-18,16,-18","w":164},"\u00d7":{"d":"90,-225r69,119r-69,123r-69,-123xm90,-12r51,-95r-51,-90r-52,90","w":177},"\u00d8":{"d":"102,-64v-1,34,0,63,29,57r0,7r-83,0r0,-7v29,5,30,-22,29,-57v-22,-24,-42,-85,-78,-85r0,-7r79,0r0,7v-23,0,-24,7,-10,28r28,41r28,-41v15,-22,14,-28,-10,-28r0,-7r67,0r0,7v-38,1,-56,60,-79,85xm56,-211v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14xm116,-211v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14","w":173},"\u00d9":{"d":"127,-87v2,37,-10,88,34,79r0,8r-97,0r0,-8v44,8,32,-39,34,-77r-59,-92v-15,-24,-27,-31,-53,-31r0,-8r103,0r0,8v-30,0,-31,10,-20,27r52,79r53,-79v13,-19,10,-27,-20,-27r0,-8r85,0r0,8v-30,0,-39,10,-53,31xm86,-271v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14xm146,-271v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14","w":225},"\u00da":{"d":"91,-103r-61,0r0,-8v31,6,20,-43,20,-69v0,-25,-6,-27,-25,-27r0,-7r46,-10r0,84v0,25,3,29,20,29r0,8"},"\u00db":{"d":"104,-121r-3,18r-84,0r0,-8v19,-23,63,-39,63,-74v0,-14,-10,-23,-25,-23v-15,0,-30,15,-16,37r-9,9v-29,-20,-15,-60,26,-60v46,0,57,55,23,73r-32,28r57,0"},"\u00dc":{"d":"63,-162v-2,1,-10,16,-15,14v-5,0,-9,-7,-3,-13r36,-38v-25,1,-53,-6,-56,20r-8,0r7,-37r78,0v-2,22,-20,27,-29,42v46,13,37,78,-15,77v-26,0,-39,-16,-39,-25v0,-4,2,-7,7,-7v9,0,7,21,32,21v32,0,34,-49,5,-54"},"\u00dd":{"d":"107,-173r-3,37r-26,0v0,22,4,25,21,25r0,8r-62,0r0,-8v18,0,21,-3,21,-25r-50,0r0,-7r62,-82r8,0r0,76v11,2,19,-8,21,-24r8,0xm58,-149r0,-42r-32,42r32,0"},"\u00de":{"d":"104,-139v0,23,-22,42,-48,42v-25,0,-38,-15,-38,-24v13,-23,11,13,38,13v33,0,38,-60,2,-60v-10,0,-21,7,-25,20r-11,0r6,-68r70,0r-3,17r-56,0r-2,29v21,-22,67,-2,67,31"},"\u00df":{"d":"105,-135v0,21,-19,38,-42,38v-16,0,-46,-9,-46,-55v0,-33,17,-70,49,-70v22,0,43,17,25,25v-6,0,-10,-14,-25,-14v-18,0,-25,24,-28,46v25,-17,68,1,67,30xm63,-108v30,-2,27,-53,-2,-54v-10,0,-21,5,-24,13v0,26,13,41,26,41"},"\u00e0":{"d":"108,-208r-50,100v-4,9,-8,14,-16,12v-5,-1,-10,-7,-3,-18r53,-85v-28,3,-67,-11,-70,20r-8,0r7,-37r87,0r0,8"},"\u00e1":{"d":"104,-167v0,33,-17,70,-49,70v-22,0,-43,-17,-25,-25v6,0,10,13,25,13v18,0,25,-23,28,-45v-25,18,-68,-2,-67,-31v0,-21,19,-37,42,-37v16,0,46,9,46,55xm84,-171v4,-47,-46,-53,-47,-14v-4,25,37,37,47,14"},"\u00e2":{"d":"106,-159v0,34,-21,62,-46,62v-25,0,-45,-28,-45,-62v0,-34,20,-63,45,-63v25,0,46,29,46,63xm85,-159v0,-28,-8,-52,-25,-52v-17,0,-24,24,-24,52v0,27,7,51,24,51v17,0,25,-24,25,-51"},"\u00e3":{"d":"47,3v-12,1,-20,-7,-20,-17v0,-9,8,-18,17,-18v34,9,17,60,-14,77r-4,-4v13,-14,19,-24,21,-38xm107,3v-12,1,-20,-7,-20,-17v0,-9,8,-18,17,-18v34,9,17,60,-14,77r-4,-4v14,-14,19,-24,21,-38","w":150},"\u00e4":{"d":"102,-73v-27,32,-90,17,-90,-30v0,-28,24,-49,49,-49v24,0,42,19,36,43r-62,0v-9,36,37,54,61,29xm77,-121v3,-8,-2,-18,-16,-18v-13,0,-20,7,-24,18r40,0","w":110},"\u00e5":{"d":"77,-152v23,0,30,27,10,31v-13,2,-7,-18,-18,-18v-10,-2,-19,21,-19,43v0,25,3,29,21,29r0,8r-62,0r0,-8v23,4,21,-18,21,-42v0,-24,-3,-29,-21,-29r0,-7r37,-7v1,3,3,10,4,16v6,-9,17,-16,27,-16","w":103},"\u00e6":{"d":"75,-71v-19,23,-55,24,-55,-14r0,-51r-14,0r0,-8v16,-4,22,-15,24,-32r11,0r0,28r22,0r0,12r-22,0v0,28,-8,93,27,59","w":77},"\u00e7":{"d":"104,-139v0,23,-22,42,-48,42v-25,0,-38,-15,-38,-24v13,-23,11,13,38,13v33,0,38,-60,2,-60v-10,0,-21,7,-25,20r-11,0r6,-68r70,0r-3,17r-56,0r-2,29v21,-22,67,-2,67,31"},"\u00e8":{"d":"105,-135v0,21,-19,38,-42,38v-16,0,-46,-9,-46,-55v0,-33,17,-70,49,-70v22,0,43,17,25,25v-6,0,-10,-14,-25,-14v-18,0,-25,24,-28,46v25,-17,68,1,67,30xm63,-108v30,-2,27,-53,-2,-54v-10,0,-21,5,-24,13v0,26,13,41,26,41"},"\u00e9":{"d":"40,-201v16,0,17,26,0,26v-7,0,-12,-6,-12,-13v0,-6,5,-13,12,-13xm71,-59r-62,0r0,-8v23,4,21,-18,21,-42v0,-24,-3,-29,-21,-29r0,-7r41,-7v4,29,-14,90,21,85r0,8","w":75},"\u00ea":{"d":"46,-117v33,7,45,62,-1,62v-17,0,-27,-18,-27,0r-8,0r0,-40r8,0v-6,19,36,44,41,16v-6,-18,-46,-23,-46,-48v0,-15,13,-25,27,-25v18,0,22,14,22,0r8,0r0,32r-8,0v4,-17,-29,-32,-31,-10v0,6,6,8,15,13","w":84},"\u00eb":{"d":"130,-61r-36,7v-2,-3,-4,-10,-5,-15v-25,30,-77,7,-77,-34v0,-41,50,-65,77,-36v-2,-26,10,-74,-21,-68r0,-7r41,-7r0,123v0,25,3,29,21,29r0,8xm64,-67v22,1,31,-27,25,-53v-8,-33,-54,-19,-54,17v0,20,10,36,29,36","w":134},"\u00ec":{"d":"118,-103v0,43,-55,65,-79,32v-6,5,-5,17,-18,16r0,-122v0,-25,-3,-30,-21,-30r0,-7r41,-7r0,82v27,-29,77,-5,77,36xm95,-103v0,-37,-43,-49,-54,-17v-3,27,3,53,26,53v19,0,28,-16,28,-36","w":129},"\u00ed":{"d":"111,0r-97,0r0,-8v30,0,34,-6,34,-42r0,-117v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,117v0,36,4,42,34,42r0,8xm79,-245v-15,2,-35,-15,-52,-19v-8,-2,-13,-20,2,-21v22,6,34,28,50,40","w":119},"\u00ee":{"d":"141,-59r-62,0r0,-8v22,5,20,-21,20,-44v0,-16,-4,-26,-22,-26v-15,0,-32,17,-27,41v0,26,2,29,19,29r0,8r-60,0r0,-8v23,4,21,-18,21,-42v0,-24,-3,-29,-21,-29r0,-7r37,-7v1,3,3,11,4,17v18,-28,70,-19,70,23v0,24,-3,50,21,45r0,8","w":145},"\u00ef":{"d":"198,-59r-57,0r0,-8v20,6,15,-22,16,-44v0,-16,-4,-26,-18,-26v-13,0,-31,17,-25,41v0,26,1,29,16,29r0,8r-53,0r0,-8v20,6,15,-22,16,-44v0,-16,-4,-26,-18,-26v-13,0,-31,17,-25,41v0,26,2,29,17,29r0,8r-58,0r0,-8v23,4,21,-18,21,-42v0,-24,-3,-29,-21,-29r0,-7r37,-7v1,3,3,11,4,17v12,-19,54,-25,61,1v7,-8,22,-18,36,-18v30,0,32,26,31,56v0,25,3,29,20,29r0,8","w":202},"\u00f0":{"w":0},"\u00f1":{"d":"66,-59r-61,0r0,-8v17,0,20,-4,20,-29r0,-81v0,-25,-3,-30,-20,-30r0,-7r41,-7r0,125v0,25,2,29,20,29r0,8","w":70},"\u00f2":{"d":"201,-167v0,-36,-5,-41,-35,-41r0,-8r84,0r0,8v-30,0,-34,5,-34,41r0,87v0,57,-39,86,-87,86v-48,0,-87,-29,-87,-86r0,-87v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,89v0,47,27,68,63,68v38,0,67,-21,67,-68r0,-89xm168,-285v15,1,11,19,2,21v-17,5,-37,20,-52,19v16,-12,30,-33,50,-40","w":269},"\u00f3":{"d":"180,-247r-5,4r-38,-27r-39,27r-4,-4r43,-47xm201,-167v0,-36,-5,-41,-35,-41r0,-8r84,0r0,8v-30,0,-34,5,-34,41r0,87v0,57,-39,86,-87,86v-48,0,-87,-29,-87,-86r0,-87v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,89v0,47,27,68,63,68v38,0,67,-21,67,-68r0,-89","w":269},"\u00f4":{"d":"201,-167v0,-36,-5,-41,-35,-41r0,-8r84,0r0,8v-30,0,-34,5,-34,41r0,87v0,57,-39,86,-87,86v-48,0,-87,-29,-87,-86r0,-87v0,-36,-4,-41,-34,-41r0,-8r97,0r0,8v-30,0,-34,5,-34,41r0,89v0,47,27,68,63,68v38,0,67,-21,67,-68r0,-89xm143,-245v-15,2,-35,-15,-51,-19v-8,-2,-13,-20,2,-21v21,5,33,28,49,40","w":269},"\u00f5":{"d":"118,-103v0,43,-55,65,-79,32v-6,5,-5,17,-18,16r0,-122v0,-25,-3,-30,-21,-30r0,-7r41,-7r0,82v27,-29,77,-5,77,36xm95,-103v0,-37,-43,-49,-54,-17v-3,27,3,53,26,53v19,0,28,-16,28,-36","w":129},"\u00f6":{"d":"141,-59r-62,0r0,-8v22,5,20,-21,20,-44v0,-16,-4,-26,-22,-26v-15,0,-32,17,-27,41v0,26,2,29,19,29r0,8r-60,0r0,-8v23,4,21,-18,21,-42v0,-24,-3,-29,-21,-29r0,-7r37,-7v1,3,3,11,4,17v18,-28,70,-19,70,23v0,24,-3,50,21,45r0,8","w":145},"\u00f7":{"d":"198,-59r-57,0r0,-8v20,6,15,-22,16,-44v0,-16,-4,-26,-18,-26v-13,0,-31,17,-25,41v0,26,1,29,16,29r0,8r-53,0r0,-8v20,6,15,-22,16,-44v0,-16,-4,-26,-18,-26v-13,0,-31,17,-25,41v0,26,2,29,17,29r0,8r-58,0r0,-8v23,4,21,-18,21,-42v0,-24,-3,-29,-21,-29r0,-7r37,-7v1,3,3,11,4,17v12,-19,54,-25,61,1v7,-8,22,-18,36,-18v30,0,32,26,31,56v0,25,3,29,20,29r0,8","w":202},"\u00f8":{"d":"73,-224r-65,0r0,-8r65,0r0,8","w":92},"\u00f9":{"d":"81,-238v0,20,-13,32,-31,32v-18,0,-32,-12,-32,-32r6,0v6,22,45,22,51,0r6,0","w":110},"\u00fa":{"d":"44,-238v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14","w":111},"\u00fb":{"d":"34,-241v17,0,30,13,30,30v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30xm34,-228v-9,0,-17,8,-17,17v0,9,8,16,17,16v9,0,16,-7,16,-16v0,-9,-7,-17,-16,-17","w":80},"\u00fc":{"d":"72,45v0,26,-42,36,-53,37r0,-10v9,-3,31,-10,31,-27v0,-12,-19,-17,-37,-12r0,-5r39,-38r16,0r-27,27v13,0,31,9,31,28","w":78},"\u00fd":{"d":"62,-244v14,1,11,18,2,22r-50,21v8,-16,31,-35,48,-43xm104,-244v14,1,11,18,2,22r-49,21r-2,-3v16,-12,29,-34,49,-40","w":118},"\u00fe":{"d":"66,18v9,14,-8,28,-24,28v-14,0,-25,-11,-25,-25v1,-18,20,-31,40,-26v-2,9,-25,6,-23,20v-2,20,29,21,32,3","w":79},"\u00ff":{"d":"94,-239r-43,46r-43,-46r4,-5r39,28r38,-28","w":122}}});


/* http://keith-wood.name/countdown.html
   Countdown for jQuery v1.5.8.
   Written by Keith Wood (kbwood{at}iinet.com.au) January 2008.
   Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and 
   MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses. 
   Please attribute the author if you use it. */
(function($){function Countdown(){this.regional=[];this.regional['']={labels:['Years','Months','Weeks','Days','Hours','Minutes','Seconds'],labels1:['Year','Month','Week','Day','Hour','Minute','Second'],compactLabels:['y','m','w','d'],whichLabels:null,timeSeparator:':',isRTL:false};this._defaults={until:null,since:null,timezone:null,serverSync:null,format:'dHMS',layout:'',compact:false,significant:0,description:'',expiryUrl:'',expiryText:'',alwaysExpire:false,onExpiry:null,onTick:null,tickInterval:1};$.extend(this._defaults,this.regional['']);this._serverSyncs=[]}var w='countdown';var Y=0;var O=1;var W=2;var D=3;var H=4;var M=5;var S=6;$.extend(Countdown.prototype,{markerClassName:'hasCountdown',_timer:setInterval(function(){$.countdown._updateTargets()},980),_timerTargets:[],setDefaults:function(a){this._resetExtraLabels(this._defaults,a);extendRemove(this._defaults,a||{})},UTCDate:function(a,b,c,e,f,g,h,i){if(typeof b=='object'&&b.constructor==Date){i=b.getMilliseconds();h=b.getSeconds();g=b.getMinutes();f=b.getHours();e=b.getDate();c=b.getMonth();b=b.getFullYear()}var d=new Date();d.setUTCFullYear(b);d.setUTCDate(1);d.setUTCMonth(c||0);d.setUTCDate(e||1);d.setUTCHours(f||0);d.setUTCMinutes((g||0)-(Math.abs(a)<30?a*60:a));d.setUTCSeconds(h||0);d.setUTCMilliseconds(i||0);return d},periodsToSeconds:function(a){return a[0]*31557600+a[1]*2629800+a[2]*604800+a[3]*86400+a[4]*3600+a[5]*60+a[6]},_settingsCountdown:function(a,b){if(!b){return $.countdown._defaults}var c=$.data(a,w);return(b=='all'?c.options:c.options[b])},_attachCountdown:function(a,b){var c=$(a);if(c.hasClass(this.markerClassName)){return}c.addClass(this.markerClassName);var d={options:$.extend({},b),_periods:[0,0,0,0,0,0,0]};$.data(a,w,d);this._changeCountdown(a)},_addTarget:function(a){if(!this._hasTarget(a)){this._timerTargets.push(a)}},_hasTarget:function(a){return($.inArray(a,this._timerTargets)>-1)},_removeTarget:function(b){this._timerTargets=$.map(this._timerTargets,function(a){return(a==b?null:a)})},_updateTargets:function(){for(var i=this._timerTargets.length-1;i>=0;i--){this._updateCountdown(this._timerTargets[i])}},_updateCountdown:function(a,b){var c=$(a);b=b||$.data(a,w);if(!b){return}c.html(this._generateHTML(b));c[(this._get(b,'isRTL')?'add':'remove')+'Class']('countdown_rtl');var d=this._get(b,'onTick');if(d){var e=b._hold!='lap'?b._periods:this._calculatePeriods(b,b._show,this._get(b,'significant'),new Date());var f=this._get(b,'tickInterval');if(f==1||this.periodsToSeconds(e)%f==0){d.apply(a,[e])}}var g=b._hold!='pause'&&(b._since?b._now.getTime()<b._since.getTime():b._now.getTime()>=b._until.getTime());if(g&&!b._expiring){b._expiring=true;if(this._hasTarget(a)||this._get(b,'alwaysExpire')){this._removeTarget(a);var h=this._get(b,'onExpiry');if(h){h.apply(a,[])}var i=this._get(b,'expiryText');if(i){var j=this._get(b,'layout');b.options.layout=i;this._updateCountdown(a,b);b.options.layout=j}var k=this._get(b,'expiryUrl');if(k){window.location=k}}b._expiring=false}else if(b._hold=='pause'){this._removeTarget(a)}$.data(a,w,b)},_changeCountdown:function(a,b,c){b=b||{};if(typeof b=='string'){var d=b;b={};b[d]=c}var e=$.data(a,w);if(e){this._resetExtraLabels(e.options,b);extendRemove(e.options,b);this._adjustSettings(a,e);$.data(a,w,e);var f=new Date();if((e._since&&e._since<f)||(e._until&&e._until>f)){this._addTarget(a)}this._updateCountdown(a,e)}},_resetExtraLabels:function(a,b){var c=false;for(var n in b){if(n!='whichLabels'&&n.match(/[Ll]abels/)){c=true;break}}if(c){for(var n in a){if(n.match(/[Ll]abels[0-9]/)){a[n]=null}}}},_adjustSettings:function(a,b){var c;var d=this._get(b,'serverSync');var e=0;var f=null;for(var i=0;i<this._serverSyncs.length;i++){if(this._serverSyncs[i][0]==d){f=this._serverSyncs[i][1];break}}if(f!=null){e=(d?f:0);c=new Date()}else{var g=(d?d.apply(a,[]):null);c=new Date();e=(g?c.getTime()-g.getTime():0);this._serverSyncs.push([d,e])}var h=this._get(b,'timezone');h=(h==null?-c.getTimezoneOffset():h);b._since=this._get(b,'since');if(b._since!=null){b._since=this.UTCDate(h,this._determineTime(b._since,null));if(b._since&&e){b._since.setMilliseconds(b._since.getMilliseconds()+e)}}b._until=this.UTCDate(h,this._determineTime(this._get(b,'until'),c));if(e){b._until.setMilliseconds(b._until.getMilliseconds()+e)}b._show=this._determineShow(b)},_destroyCountdown:function(a){var b=$(a);if(!b.hasClass(this.markerClassName)){return}this._removeTarget(a);b.removeClass(this.markerClassName).empty();$.removeData(a,w)},_pauseCountdown:function(a){this._hold(a,'pause')},_lapCountdown:function(a){this._hold(a,'lap')},_resumeCountdown:function(a){this._hold(a,null)},_hold:function(a,b){var c=$.data(a,w);if(c){if(c._hold=='pause'&&!b){c._periods=c._savePeriods;var d=(c._since?'-':'+');c[c._since?'_since':'_until']=this._determineTime(d+c._periods[0]+'y'+d+c._periods[1]+'o'+d+c._periods[2]+'w'+d+c._periods[3]+'d'+d+c._periods[4]+'h'+d+c._periods[5]+'m'+d+c._periods[6]+'s');this._addTarget(a)}c._hold=b;c._savePeriods=(b=='pause'?c._periods:null);$.data(a,w,c);this._updateCountdown(a,c)}},_getTimesCountdown:function(a){var b=$.data(a,w);return(!b?null:(!b._hold?b._periods:this._calculatePeriods(b,b._show,this._get(b,'significant'),new Date())))},_get:function(a,b){return(a.options[b]!=null?a.options[b]:$.countdown._defaults[b])},_determineTime:function(k,l){var m=function(a){var b=new Date();b.setTime(b.getTime()+a*1000);return b};var n=function(a){a=a.toLowerCase();var b=new Date();var c=b.getFullYear();var d=b.getMonth();var e=b.getDate();var f=b.getHours();var g=b.getMinutes();var h=b.getSeconds();var i=/([+-]?[0-9]+)\s*(s|m|h|d|w|o|y)?/g;var j=i.exec(a);while(j){switch(j[2]||'s'){case's':h+=parseInt(j[1],10);break;case'm':g+=parseInt(j[1],10);break;case'h':f+=parseInt(j[1],10);break;case'd':e+=parseInt(j[1],10);break;case'w':e+=parseInt(j[1],10)*7;break;case'o':d+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break;case'y':c+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break}j=i.exec(a)}return new Date(c,d,e,f,g,h,0)};var o=(k==null?l:(typeof k=='string'?n(k):(typeof k=='number'?m(k):k)));if(o)o.setMilliseconds(0);return o},_getDaysInMonth:function(a,b){return 32-new Date(a,b,32).getDate()},_normalLabels:function(a){return a},_generateHTML:function(c){var d=this._get(c,'significant');c._periods=(c._hold?c._periods:this._calculatePeriods(c,c._show,d,new Date()));var e=false;var f=0;var g=d;var h=$.extend({},c._show);for(var i=Y;i<=S;i++){e|=(c._show[i]=='?'&&c._periods[i]>0);h[i]=(c._show[i]=='?'&&!e?null:c._show[i]);f+=(h[i]?1:0);g-=(c._periods[i]>0?1:0)}var j=[false,false,false,false,false,false,false];for(var i=S;i>=Y;i--){if(c._show[i]){if(c._periods[i]){j[i]=true}else{j[i]=g>0;g--}}}var k=this._get(c,'compact');var l=this._get(c,'layout');var m=(k?this._get(c,'compactLabels'):this._get(c,'labels'));var n=this._get(c,'whichLabels')||this._normalLabels;var o=this._get(c,'timeSeparator');var p=this._get(c,'description')||'';var q=function(a){var b=$.countdown._get(c,'compactLabels'+n(c._periods[a]));return(h[a]?c._periods[a]+(b?b[a]:m[a])+' ':'')};var r=function(a){var b=$.countdown._get(c,'labels'+n(c._periods[a]));return((!d&&h[a])||(d&&j[a])?'<span class="countdown_section"><span class="countdown_amount">'+c._periods[a]+'</span><br/>'+(b?b[a]:m[a])+'</span>':'')};return(l?this._buildLayout(c,h,l,k,d,j):((k?'<span class="countdown_row countdown_amount'+(c._hold?' countdown_holding':'')+'">'+q(Y)+q(O)+q(W)+q(D)+(h[H]?this._minDigits(c._periods[H],2):'')+(h[M]?(h[H]?o:'')+this._minDigits(c._periods[M],2):'')+(h[S]?(h[H]||h[M]?o:'')+this._minDigits(c._periods[S],2):''):'<span class="countdown_row countdown_show'+(d||f)+(c._hold?' countdown_holding':'')+'">'+r(Y)+r(O)+r(W)+r(D)+r(H)+r(M)+r(S))+'</span>'+(p?'<span class="countdown_row countdown_descr">'+p+'</span>':'')))},_buildLayout:function(c,d,e,f,g,h){var j=this._get(c,(f?'compactLabels':'labels'));var k=this._get(c,'whichLabels')||this._normalLabels;var l=function(a){return($.countdown._get(c,(f?'compactLabels':'labels')+k(c._periods[a]))||j)[a]};var m=function(a,b){return Math.floor(a/b)%10};var o={desc:this._get(c,'description'),sep:this._get(c,'timeSeparator'),yl:l(Y),yn:c._periods[Y],ynn:this._minDigits(c._periods[Y],2),ynnn:this._minDigits(c._periods[Y],3),y1:m(c._periods[Y],1),y10:m(c._periods[Y],10),y100:m(c._periods[Y],100),y1000:m(c._periods[Y],1000),ol:l(O),on:c._periods[O],onn:this._minDigits(c._periods[O],2),onnn:this._minDigits(c._periods[O],3),o1:m(c._periods[O],1),o10:m(c._periods[O],10),o100:m(c._periods[O],100),o1000:m(c._periods[O],1000),wl:l(W),wn:c._periods[W],wnn:this._minDigits(c._periods[W],2),wnnn:this._minDigits(c._periods[W],3),w1:m(c._periods[W],1),w10:m(c._periods[W],10),w100:m(c._periods[W],100),w1000:m(c._periods[W],1000),dl:l(D),dn:c._periods[D],dnn:this._minDigits(c._periods[D],2),dnnn:this._minDigits(c._periods[D],3),d1:m(c._periods[D],1),d10:m(c._periods[D],10),d100:m(c._periods[D],100),d1000:m(c._periods[D],1000),hl:l(H),hn:c._periods[H],hnn:this._minDigits(c._periods[H],2),hnnn:this._minDigits(c._periods[H],3),h1:m(c._periods[H],1),h10:m(c._periods[H],10),h100:m(c._periods[H],100),h1000:m(c._periods[H],1000),ml:l(M),mn:c._periods[M],mnn:this._minDigits(c._periods[M],2),mnnn:this._minDigits(c._periods[M],3),m1:m(c._periods[M],1),m10:m(c._periods[M],10),m100:m(c._periods[M],100),m1000:m(c._periods[M],1000),sl:l(S),sn:c._periods[S],snn:this._minDigits(c._periods[S],2),snnn:this._minDigits(c._periods[S],3),s1:m(c._periods[S],1),s10:m(c._periods[S],10),s100:m(c._periods[S],100),s1000:m(c._periods[S],1000)};var p=e;for(var i=Y;i<=S;i++){var q='yowdhms'.charAt(i);var r=new RegExp('\\{'+q+'<\\}(.*)\\{'+q+'>\\}','g');p=p.replace(r,((!g&&d[i])||(g&&h[i])?'$1':''))}$.each(o,function(n,v){var a=new RegExp('\\{'+n+'\\}','g');p=p.replace(a,v)});return p},_minDigits:function(a,b){a=''+a;if(a.length>=b){return a}a='0000000000'+a;return a.substr(a.length-b)},_determineShow:function(a){var b=this._get(a,'format');var c=[];c[Y]=(b.match('y')?'?':(b.match('Y')?'!':null));c[O]=(b.match('o')?'?':(b.match('O')?'!':null));c[W]=(b.match('w')?'?':(b.match('W')?'!':null));c[D]=(b.match('d')?'?':(b.match('D')?'!':null));c[H]=(b.match('h')?'?':(b.match('H')?'!':null));c[M]=(b.match('m')?'?':(b.match('M')?'!':null));c[S]=(b.match('s')?'?':(b.match('S')?'!':null));return c},_calculatePeriods:function(c,d,e,f){c._now=f;c._now.setMilliseconds(0);var g=new Date(c._now.getTime());if(c._since){if(f.getTime()<c._since.getTime()){c._now=f=g}else{f=c._since}}else{g.setTime(c._until.getTime());if(f.getTime()>c._until.getTime()){c._now=f=g}}var h=[0,0,0,0,0,0,0];if(d[Y]||d[O]){var i=$.countdown._getDaysInMonth(f.getFullYear(),f.getMonth());var j=$.countdown._getDaysInMonth(g.getFullYear(),g.getMonth());var k=(g.getDate()==f.getDate()||(g.getDate()>=Math.min(i,j)&&f.getDate()>=Math.min(i,j)));var l=function(a){return(a.getHours()*60+a.getMinutes())*60+a.getSeconds()};var m=Math.max(0,(g.getFullYear()-f.getFullYear())*12+g.getMonth()-f.getMonth()+((g.getDate()<f.getDate()&&!k)||(k&&l(g)<l(f))?-1:0));h[Y]=(d[Y]?Math.floor(m/12):0);h[O]=(d[O]?m-h[Y]*12:0);f=new Date(f.getTime());var n=(f.getDate()==i);var o=$.countdown._getDaysInMonth(f.getFullYear()+h[Y],f.getMonth()+h[O]);if(f.getDate()>o){f.setDate(o)}f.setFullYear(f.getFullYear()+h[Y]);f.setMonth(f.getMonth()+h[O]);if(n){f.setDate(o)}}var p=Math.floor((g.getTime()-f.getTime())/1000);var q=function(a,b){h[a]=(d[a]?Math.floor(p/b):0);p-=h[a]*b};q(W,604800);q(D,86400);q(H,3600);q(M,60);q(S,1);if(p>0&&!c._since){var r=[1,12,4.3482,7,24,60,60];var s=S;var t=1;for(var u=S;u>=Y;u--){if(d[u]){if(h[s]>=t){h[s]=0;p=1}if(p>0){h[u]++;p=0;s=u;t=1}}t*=r[u]}}if(e){for(var u=Y;u<=S;u++){if(e&&h[u]){e--}else if(!e){h[u]=0}}}return h}});function extendRemove(a,b){$.extend(a,b);for(var c in b){if(b[c]==null){a[c]=null}}return a}$.fn.countdown=function(a){var b=Array.prototype.slice.call(arguments,1);if(a=='getTimes'||a=='settings'){return $.countdown['_'+a+'Countdown'].apply($.countdown,[this[0]].concat(b))}return this.each(function(){if(typeof a=='string'){$.countdown['_'+a+'Countdown'].apply($.countdown,[this].concat(b))}else{$.countdown._attachCountdown(this,a)}})};$.countdown=new Countdown()})(jQuery);


/**
* DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>.
* Author: Drew Diller
* Email: drew.diller@gmail.com
* URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/
* Version: 0.0.8a
* Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license
*
* Example usage:
* DD_belatedPNG.fix('.png_bg'); // argument is a CSS selector
* DD_belatedPNG.fixPng( someNode ); // argument is an HTMLDomElement
**/
var DD_belatedPNG={ns:"DD_belatedPNG",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createVmlStyleSheet:function(){var b,a;b=document.createElement("style");b.setAttribute("media","screen");document.documentElement.firstChild.insertBefore(b,document.documentElement.firstChild.firstChild);if(b.styleSheet){b=b.styleSheet;b.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");b.addRule(this.ns+"\\:shape","position:absolute;");b.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenStyleSheet=b;a=document.createElement("style");a.setAttribute("media","print");document.documentElement.firstChild.insertBefore(a,document.documentElement.firstChild.firstChild);a=a.styleSheet;a.addRule(this.ns+"\\:*","{display: none !important;}");a.addRule("img."+this.ns+"_sizeFinder","{display: none !important;}")}},readPropertyChange:function(){var b,c,a;b=event.srcElement;if(!b.vmlInitiated){return}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){DD_belatedPNG.applyVML(b)}if(event.propertyName=="style.display"){c=(b.currentStyle.display=="none")?"none":"block";for(a in b.vml){if(b.vml.hasOwnProperty(a)){b.vml[a].shape.style.display=c}}}if(event.propertyName.search("filter")!=-1){DD_belatedPNG.vmlOpacity(b)}},vmlOpacity:function(b){if(b.currentStyle.filter.search("lpha")!=-1){var a=b.currentStyle.filter;a=parseInt(a.substring(a.lastIndexOf("=")+1,a.lastIndexOf(")")),10)/100;b.vml.color.shape.style.filter=b.currentStyle.filter;b.vml.image.fill.opacity=a}},handlePseudoHover:function(a){setTimeout(function(){DD_belatedPNG.applyVML(a)},1)},fix:function(a){if(this.screenStyleSheet){var c,b;c=a.split(",");for(b=0;b<c.length;b++){this.screenStyleSheet.addRule(c[b],"behavior:expression(DD_belatedPNG.fixPng(this))")}}},applyVML:function(a){a.runtimeStyle.cssText="";this.vmlFill(a);this.vmlOffsets(a);this.vmlOpacity(a);if(a.isImg){this.copyImageBorders(a)}},attachHandlers:function(i){var d,c,g,e,b,f;d=this;c={resize:"vmlOffsets",move:"vmlOffsets"};if(i.nodeName=="A"){e={mouseleave:"handlePseudoHover",mouseenter:"handlePseudoHover",focus:"handlePseudoHover",blur:"handlePseudoHover"};for(b in e){if(e.hasOwnProperty(b)){c[b]=e[b]}}}for(f in c){if(c.hasOwnProperty(f)){g=function(){d[c[f]](i)};i.attachEvent("on"+f,g)}}i.attachEvent("onpropertychange",this.readPropertyChange)},giveLayout:function(a){a.style.zoom=1;if(a.currentStyle.position=="static"){a.style.position="relative"}},copyImageBorders:function(b){var c,a;c={borderStyle:true,borderWidth:true,borderColor:true};for(a in c){if(c.hasOwnProperty(a)){b.vml.color.shape.style[a]=b.currentStyle[a]}}},vmlFill:function(e){if(!e.currentStyle){return}else{var d,f,g,b,a,c;d=e.currentStyle}for(b in e.vml){if(e.vml.hasOwnProperty(b)){e.vml[b].shape.style.zIndex=d.zIndex}}e.runtimeStyle.backgroundColor="";e.runtimeStyle.backgroundImage="";f=true;if(d.backgroundImage!="none"||e.isImg){if(!e.isImg){e.vmlBg=d.backgroundImage;e.vmlBg=e.vmlBg.substr(5,e.vmlBg.lastIndexOf('")')-5)}else{e.vmlBg=e.src}g=this;if(!g.imgSize[e.vmlBg]){a=document.createElement("img");g.imgSize[e.vmlBg]=a;a.className=g.ns+"_sizeFinder";a.runtimeStyle.cssText="behavior:none; position:absolute; left:-10000px; top:-10000px; border:none; margin:0; padding:0;";c=function(){this.width=this.offsetWidth;this.height=this.offsetHeight;g.vmlOffsets(e)};a.attachEvent("onload",c);a.src=e.vmlBg;a.removeAttribute("width");a.removeAttribute("height");document.body.insertBefore(a,document.body.firstChild)}e.vml.image.fill.src=e.vmlBg;f=false}e.vml.image.fill.on=!f;e.vml.image.fill.color="none";e.vml.color.shape.style.backgroundColor=d.backgroundColor;e.runtimeStyle.backgroundImage="none";e.runtimeStyle.backgroundColor="transparent"},vmlOffsets:function(d){var h,n,a,e,g,m,f,l,j,i,k;h=d.currentStyle;n={W:d.clientWidth+1,H:d.clientHeight+1,w:this.imgSize[d.vmlBg].width,h:this.imgSize[d.vmlBg].height,L:d.offsetLeft,T:d.offsetTop,bLW:d.clientLeft,bTW:d.clientTop};a=(n.L+n.bLW==1)?1:0;e=function(b,p,q,c,s,u){b.coordsize=c+","+s;b.coordorigin=u+","+u;b.path="m0,0l"+c+",0l"+c+","+s+"l0,"+s+" xe";b.style.width=c+"px";b.style.height=s+"px";b.style.left=p+"px";b.style.top=q+"px"};e(d.vml.color.shape,(n.L+(d.isImg?0:n.bLW)),(n.T+(d.isImg?0:n.bTW)),(n.W-1),(n.H-1),0);e(d.vml.image.shape,(n.L+n.bLW),(n.T+n.bTW),(n.W),(n.H),1);g={X:0,Y:0};if(d.isImg){g.X=parseInt(h.paddingLeft,10)+1;g.Y=parseInt(h.paddingTop,10)+1}else{for(j in g){if(g.hasOwnProperty(j)){this.figurePercentage(g,n,j,h["backgroundPosition"+j])}}}d.vml.image.fill.position=(g.X/n.W)+","+(g.Y/n.H);m=h.backgroundRepeat;f={T:1,R:n.W+a,B:n.H,L:1+a};l={X:{b1:"L",b2:"R",d:"W"},Y:{b1:"T",b2:"B",d:"H"}};if(m!="repeat"||d.isImg){i={T:(g.Y),R:(g.X+n.w),B:(g.Y+n.h),L:(g.X)};if(m.search("repeat-")!=-1){k=m.split("repeat-")[1].toUpperCase();i[l[k].b1]=1;i[l[k].b2]=n[l[k].d]}if(i.B>n.H){i.B=n.H}d.vml.image.shape.style.clip="rect("+i.T+"px "+(i.R+a)+"px "+i.B+"px "+(i.L+a)+"px)"}else{d.vml.image.shape.style.clip="rect("+f.T+"px "+f.R+"px "+f.B+"px "+f.L+"px)"}},figurePercentage:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]++}return d[f]},fixPng:function(c){c.style.behavior="none";var g,b,f,a,d;if(c.nodeName=="BODY"||c.nodeName=="TD"||c.nodeName=="TR"){return}c.isImg=false;if(c.nodeName=="IMG"){if(c.src.toLowerCase().search(/\.png$/)!=-1){c.isImg=true;c.style.visibility="hidden"}else{return}}else{if(c.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return}}g=DD_belatedPNG;c.vml={color:{},image:{}};b={shape:{},fill:{}};for(a in c.vml){if(c.vml.hasOwnProperty(a)){for(d in b){if(b.hasOwnProperty(d)){f=g.ns+":"+d;c.vml[a][d]=document.createElement(f)}}c.vml[a].shape.stroked=false;c.vml[a].shape.appendChild(c.vml[a].fill);c.parentNode.insertBefore(c.vml[a].shape,c)}}c.vml.image.shape.fillcolor="none";c.vml.image.fill.type="tile";c.vml.color.fill.on=false;g.attachHandlers(c);g.giveLayout(c);g.giveLayout(c.offsetParent);c.vmlInitiated=true;g.applyVML(c)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}DD_belatedPNG.createVmlNameSpace();DD_belatedPNG.createVmlStyleSheet();
