$(document).ready(function() { 
		$("#thankyou").hide();
		$('#newsletter').ajaxForm(function() { 
		$("#form").slideUp("slow");
		$("#thankyou").fadeIn("slow");
		}); 
	}); 





