$(document).ready(function() {
		$("#thankyou").click(function() {
			$("#contact-form").html("<h1>SENT! KTHXBYE!</h1>");
		});
	});
