<%
If request.form("USMail")="on" then
response.write "
We will confirm by US Mail"
end if
If request.form("UPS")="on" then
response.write "
We will confirm by UPS"
end if
If request.form("EMail")="on" then
response.write "
We will confirm by EMail"
end if
If request.form("fax")="on" then
response.write "
We will confirm by fax"
end if
If request.form("tel")="on" then
response.write "
We will confirm by tel"
end if%>