<%
ins=Request.QueryString("ins")
if ins=1 then
Response.Redirect "thankyou.asp?op=1"
end if
typ1=Request.QueryString("dup")
st=Request.QueryString("str")
listdup=Request.QueryString("listdup")
if typ1<>"" then
if listdup<>1 then
if typ1=1 then
Response.Write ""
else if typ1=0 then
Response.Write ""
end if
end if
else
Response.Write ""
end if
end if
%>