<%@ include file="/include/pagehead.jsp" %><%@ include file="/components/membershipdel.jsp" %>
<%@ include file="/include/header.jsp" %>
<% if ( goodMember ) { %>

Success

The email address <%=szEmail%> has been successfully removed from our mailing list

<% } else { %>

<% if ( notMember ) { %>

The email address <%=szEmail%> does not exist on our mailing list

<% } %>
Email address " onFocus="if ( this.value == 'Your Email Here' ) this.value = '';" onblur="if ( this.value == '' ) this.value = 'Your Email Here';">
 
<% } %>
<%@ include file="/include/left.jsp" %>
<%@ include file="/include/footer.jsp" %>