%@language="VBScript"%>
<% Response.Expires = 0 %>
<%
session("tittle") = "Kontaktujte nás"
%>
<% Server.Execute("inc_shopy/" & session("server") & "/head.asp") %>
Odhlášení z odběru novinek
<% if request("odhlaseno") = "1" then %>
Váš email byl odhlášen z odběru novinek
<% else %>
<% if not request("chyba_dotaz") = "" then %>
<%= request("chyba_dotaz") %>
<% end if %>
<% end if %>
<% Server.Execute("inc_shopy/" & session("server") & "/bottom.asp") %>