<%
page=""
qs=Request.ServerVariables("query_string")
if len(qs)>0 then
page=right(qs, len(qs)-5)
end if
if page="" then
page=Request.form("page")
if page="" then
Response.Write "Error1"
Response.End
end if
end if
if Request.Form("fromEmail")="" then
showForm
else
sendEmail
end if
sub showForm
%>
Tell a Friend
Tell a Friend
Use the form below to send your
friend an e-mail telling them about this page
(we do not store
the email addresses and will never
contact you using email addresses entered only in tell-a-friend)