$(document).ready(function() {
	$('a.showYoutube').click(function(event) {
			event.preventDefault();
			$('#youtube').show();
	});
});
