%@ LANGUAGE="VBSCRIPT" %>
<%
HTMLtitle="Mailing list"
%>
<%
response.write(HTMLtop)
%>
| Join our mailing list for special offers, product updates and more! |
|
<%
response.write(HTMLbottom)
'-----------------------------------------------
'CLOSE DATA CONNECTIONS
'-----------------------------------------------
DataConn.Close
set DataConn = nothing
%>