$(document).ready(
	function() {
		$("#thankyou").hide();
		$("#thankyou").show('slow');
	});

