
	$(document).ready(function()
	{
		$('#yt_movie1_launch').click(function()
		{
			$('#yt_movie1').lightbox_me({ centered: true });
		});
		$('#yt_movie2_launch').click(function()
		{
			$('#yt_movie2').lightbox_me({ centered: true });
		});
	});
