$(document).ready(function(){
	$('#video-screenshot').click(function(event){
		alert("Oops! You forgot to enter your name and email address below.");
		event.preventDefault();
	});
});
