<%
title=trim(request.querystring("title"))
referer=request.servervariables("http_referer")
u_submitted=trim(request.form("u_submitted"))
if referer = "" then
response.write "You have reached the Mail-A-Link page, but we were unable to recognize the previous page"
response.end
end if
if u_submitted <> "Yes" then
%>
<% end if%>