 |
<% sec = request("sec")
if sec = "" then
response.redirect("index.asp")
end if
if sec = "natureza" then %>
<% end if %>
<% if sec = "capitao" then %>
<% end if %>
<% if sec = "clube" then %>
<% end if %>
<% if sec = "euequati" then %>
<% end if %>
<% if sec = "recrea" then %>
<% end if %>
<% if sec = "prog" then %>
<% end if %>
|
|
|