(function(a){Ply.ui.define("home_index",{__init:function(){this.carousel();this.promos();this.videos();return},__objects:{container:".background-container",backgrounds:".background-set",promoContainer:".promo-container",promoTitle:".promo-container-title",promoHider:".promo-hider",promos:".promo-set",promoImages:".promo-image",promoInfo:".promo-title, .promo-description"},carousel:function(){var b,c;if(this.objects.backgrounds.children().length<2){return}this.objects.backgrounds.find(".background-image").each(function(){var d=/\"|\'|\)|\(|url/g;var e=a(this).css("background-image").replace(d,"");a(this).css({filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+e+"',sizingMethod='scale');"}).css({"-ms-filter":"\"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+e+"',sizingMethod='scale')\""})});b=a('<a href="#" class="jcarousel-control jcarousel-prev" />').appendTo(this.objects.container);c=a('<a href="#" class="jcarousel-control jcarousel-next" />').appendTo(this.objects.container);this.objects.backgrounds.cycle({fx:"fade",speed:400,timeout:7000,prev:b,next:c});return},promos:function(){var b=this;this.promos_h=this.objects.promos.outerHeight();this.hider_h=this.objects.promoHider.outerHeight();this.objects.promoContainer.hoverIntent(function(){b.expandPromos()},function(){b.collapsePromos()});this.objects.promoImages.css({opacity:0,display:"block"});return},expandPromos:function(){this.objects.promoImages.stop(true).animate({opacity:1},400,"easeOutCubic");this.objects.promoInfo.stop(true).animate({opacity:0},400,"easeOutCubic");this.objects.promoHider.stop(true).animate({height:this.promos_h},400,"easeOutCubic");this.objects.promoTitle.stop(true).animate({"padding-top":5,"padding-bottom":20},400,"easeOutCubic");return},collapsePromos:function(){this.objects.promoImages.stop(true).animate({opacity:0},400,"easeOutCubic");this.objects.promoInfo.stop(true).animate({opacity:1},400,"easeOutCubic");this.objects.promoHider.stop(true).animate({height:this.hider_h},400,"easeOutCubic");this.objects.promoTitle.stop(true).delay(200).animate({"padding-top":0,"padding-bottom":5},400,"easeOutCubic");return},videos:function(){var b=this;this.view.delegate(".video-thumbnail-link","click",function(c){if(!a.flash.available){return}c.preventDefault();b.openVideoOverlay(a(this).data("videoId"))});return},openVideoOverlay:function(d){var c=this,b;this.objects.backgrounds.cycle("pause");this.objects.container.fadeOut();b=this.objects.videoOverlay=a(a("#videoOverlayTemplate").tmpl()).appendTo(this.view);b.find(".video-overlay-close").click(function(f){f.preventDefault();c.closeVideoOverlay()});b.find(".video-overlay-container").flash({swf:"/content/swfs/ooyalavideoplayer.swf?v="+Math.random(new Date()),width:"100%",height:"100%",allowfullscreen:true,flashvars:{videoLink:d}});return},closeVideoOverlay:function(){var b=this,c=this.objects.videoOverlay;c.fadeOut(function(){c.remove();b.objects.videoOverlay=null});this.objects.container.fadeIn();this.objects.backgrounds.cycle("resume");return}})}(jQuery));

