(function($){$.fn.carousel=function(config){var defaults={slider:'.slider',slide:'.slide',prevSlide:'.prev',nextSlide:'.next',speed:500},opt=$.extend(defaults,config),dStyle=document.body.style,transitionSupport=dStyle.webkitTransition!==undefined||dStyle.mozTransition!==undefined||dStyle.msTransition!==undefined||dStyle.oTransition!==undefined||dStyle.transition!==undefined,move=function($slider,dir){var leftmargin=$slider.attr('style').match(/margin\-left:(.*[0-9])/i)&&parseInt(RegExp.$1),$slide=$slider.find(opt.slide),constrain=(dir==='prev'?leftmargin!=0:-leftmargin!=($slide.length-1)*100),$target=$('[href="#'+$slider.attr('id')+'"]');if(!$slider.is(":animated")&&constrain){leftmargin=(dir==='prev')?leftmargin+100:leftmargin-100;if(transitionSupport){$slider.css('marginLeft',leftmargin+"%");}else{$slider.animate({marginLeft:leftmargin+"%"},opt.speed);}
$target.removeClass('disabled');switch(leftmargin){case(-($slide.length-1)*100):$target.filter(opt.nextSlide).addClass('disabled');break;case 0:$target.filter(opt.prevSlide).addClass('disabled');break;}}};$(opt.nextSlide+','+opt.prevSlide).click(function(e){var $el=$(this),link=$el.attr('href'),dir=($el.is(opt.prevSlide))?'prev':'next',$slider=$(link);if($el.is('.disabled')){return false;}
move($slider,dir);e.preventDefault();});$(opt.prevSlide).addClass('disabled');$(this).live("swipe",function(e,ui){var $slider=$(this).find(opt.slider),dir=(ui.direction==="left")?'next':'prev';move($slider,dir);});return this.each(function(){var $wrap=$(this),$slider=$wrap.find(opt.slider),$slide=$wrap.find(opt.slide),slidenum=$slide.length,speed=opt.speed/1000;$wrap.css({overflow:"hidden"});$slider.css({marginLeft:"0px",float:"left",width:100*slidenum+"%","-webkit-transition":"margin-left "+speed+"s ease","-moz-transition":"margin-left "+speed+"s ease","-ms-transition":"margin-left "+speed+"s ease","-o-transition":"margin-left "+speed+"s ease","transition":"margin-left "+speed+"s ease"});$slide.css({float:"left",width:(100/slidenum)+"%"});});};$.event.special.swipe={setup:function(){var $el=$(this);$el.bind("touchstart",function(e){var data=e.originalEvent.touches?e.originalEvent.touches[0]:e,start={time:(new Date).getTime(),coords:[data.pageX,data.pageY],origin:$(e.target)},stop,moveHandler=function(e){if(!start){return;}
var data=e.originalEvent.touches?e.originalEvent.touches[0]:e;stop={time:(new Date).getTime(),coords:[data.pageX,data.pageY]};if(Math.abs(start.coords[0]-stop.coords[0])>10){e.preventDefault();}};$el.bind("touchmove",moveHandler).one("touchend",function(e){$el.unbind("touchmove",moveHandler);if(start&&stop){if(stop.time-start.time<1000&&Math.abs(start.coords[0]-stop.coords[0])>30&&Math.abs(start.coords[1]-stop.coords[1])<75){var left=start.coords[0]>stop.coords[0];start.origin.trigger("swipe",{direction:left?"left":"right"}).trigger(left?"swipeleft":"swiperight");}}
start=stop=undefined;});});}};})(jQuery);;;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);;(function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},g.defaults,b);return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,b)}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,b)}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,b){var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,b).trigger('notify.serialScroll',[f])}})(jQuery);;window.Central=window.Central||{};Central=(function(){var resizeTimer;function _sectionCarousels(){$('.carousel-wrap').carousel({slider:'.carousel',slide:'.slide',nextSlide:'.next',prevSlide:'.prev',speed:300});}
function _localScroll(){$('#masthead .nav, .paginate, #carousel-hello').localScroll({offset:{top:-121}});$.localScroll.hash({reset:true})
$(".carousel .extra").show();}
function _mailTo(){var at=/ at /;var dot=/ dot /g;$('span.mailme').each(function(){var addr=$(this).text().replace(at,"@").replace(dot,".");$(this).after('<a href="mailto:'+addr+'" title="Send an email">'+addr+'</a>').hover(function(){window.status="Send a letter!";},function(){window.status="";}).remove();});}
function _init(){_sectionCarousels();_localScroll();_mailTo();};$(document).ready(_init);return{};})();
