﻿$(document).ready(function() {
	
	$('#image img').click(function() {
		$(this).hide();
		$('#video').show();
	});

});
