


			
		



flashMovie = null;

$(document).ready(
	function () {
		flashMovie = $('#flashHolder');

		flashMovie.flash(
			{
				swf: 'http://lifehousechurcheast.org/landing/video/landingVideo.swf',
				width: 976,
				height: 576,
				wmode: 'transparent',				
			}
		);
	}
);






$(document).ready(function(){
				
				$(".watchVideo, #playVideo a").colorbox({
					iframe:true, 
					width:885, 
					height:520,
					onLoad:function(){ $('#flashHolder').flash().remove(); },
					onClosed:function(){ $('#flashHolder').flash({swf: 'http://lifehousechurcheast.org/landing/video/landingVideo.swf', width: 976, height: 576,	wmode: 'transparent',}); }
				});
				
				
			});
			
			
			
