// S&W global Javascript file
	$(document).ready(function() {
		$('#email_sub').click(function () { 
		  $(this).slideUp(); 
		});
	});