
(function($j){Code.registerNamespace('Website');Website.VideoOverlay={_showLeModal:function(flashContent){var self=this;$j.leModal.show({clickBackgroundToHide:true,overlayOpacity:0.5,overlayBackground:'black',modalTopAdjustment:100,showAnimationSpeed:'fast',setContentCallBack:function(jModalWin){jModalWin.html('<div id="FeatureVideo"><a href="#" class="close">close x</a><div id="FlashVideoOverlay">'+flashContent+'</div></div>');var flashvars={videoUrl:Website.flashVideoUrl,autoPlayVideo:true};var params={menu:"false",bgcolor:"#FFFFFF",quality:"best",allowfullscreen:"true",wmode:"transparent"};var attributes={id:"FlashVideoOverlay"};swfobject.embedSWF(Code.resolveUrl("~/_Client/Flash/vertexPlayer.swf"),"FlashVideoOverlay","445","268","9",false,flashvars,params,attributes);}});},onReady:function(){var self=this;$j('.side-panel-feature-video').click(function(evt){var flashContent=$j('#FlashVideoWrapper').html();self._showLeModal(flashContent);});}};$j().ready(function(){Website.VideoOverlay.onReady();});})(jQuery);