(function(b){function d(i,h){var e=this;this.images=b(".images",i);this.picker=b(".picker",i);this.settings=b.extend({delay:5000,startAt:0,fadeDelay:300,imageChanged:null,},h||{});this.index=0;this.timeoutId=-1;var g=b("img",this.images);var j=b("a",this.picker);var f=[];this.SetCurrentItem=function(k){e.index=k%j.length;b(j[e.index]).parent().addClass("current").siblings(".current").removeClass("current");return e};this.ShowImage=function(n,m){if(typeof m=="function"){n=m}if(typeof n=="object"){m=n}m=b.extend({loadFirst:true},m||{});var k=(e.settings.imageChanged)?function(o){e.settings.imageChanged.apply(this,[o]);n.apply(this,[o])}:(n||function(){});var l=function(){if(e.index%2==0){try{b(g[1]).stop(true,false).fadeOut(e.settings.fadeDelay,k)}catch(o){}}else{b(g[1]).stop(true,false).css({opacity:1}).fadeIn(e.settings.fadeDelay,k)}};b(g[e.index%2]).attr("src",b(j[e.index]).attr("href").substring(1)).each(function(){if(m.loadFirst&&!this.complete){b(this).unbind("load").load(l)}else{l()}});return e};this.Start=function(){e.timeoutId=setTimeout(function(){e.SetCurrentItem(e.index+1);e.Stop();e.ShowImage(function(){e.Start()})},e.settings.delay);return e};this.Stop=function(){if(e.timeoutId<0){return}clearTimeout(e.timeoutId);e.timeoutId=-1;return e};this.SwitchTo=function(k){e.Stop();e.SetCurrentItem(k);e.ShowImage(function(){e.Start()});return e};b("a",this.picker).click(function(){e.SwitchTo(b(this).parent().index());return false});this.SetCurrentItem(this.settings.startAt);this.ShowImage({loadFirst:false});return this}new d(b(".gallery"),{startAt:Math.floor(Math.random()*b(".gallery .picker a").length),delay:6000,fadeDelay:600}).Start();function a(g,f){var e=this;this.images=b(".item-img",g);var h=[];this.images.each(function(){h.push(b(this).height())});this.settings=b.extend({animationDelay:500,},f||{});b(this.images).hover(function(){var i=b("img",this).attr("height");b(this).stop().animate({height:i},e.settings.animationDelay)},function(){var i=h[b(this).index("div.item-img")];b(this).stop().animate({height:i},e.settings.animationDelay)})}new a(b("div.item.gallery"));var c=function(){var g=b("#contact fieldset input.date.in").val(),f=b("#contact fieldset input.date.out").val();g=(!g||g.length==0)?new Date():new Date(g);f=(!f||f.length==0)?g:new Date(f);b("#contact fieldset input.date.out").datepicker("option","minDate",g);if(g<f){return}f=g;f.setDate(f.getDate()+1);var e=f.getDate()+"";if(e.length<2){e="0"+e}var h=(f.getMonth()+1)+"";if(h.length<2){h="0"+h}b("#contact fieldset input.date.out").val(f.getFullYear()+"/"+h+"/"+e)};b("#contact fieldset input.date").datepicker({constrainInput:true,dateFormat:"yy/mm/dd",onSelect:c,minDate:new Date(),buttonImage:"images/contact/date-picker.png",showOn:"both",})})(jQuery);
