function formsubmit() {
	document.getElementById('registration-form').style.display = 'none';				
	document.getElementById('form-thanks').innerHTML = '<h2>Thank you for registering.</h2><p>You will receive email confirmation within 2 business days.</p>';
}

