|
<% if 1 = 2 then
giorni = datediff("d",date(),cdate("01/01/2002"))
mesi = giorni
n = int(((mesi / 4) - int(mesi / 4)) * 4 + 1)
%> <% if n = 1 then %>
<%end if%> <% if n = 2 then %>
<%end if%> <% if n = 3 then %>
<%end if%> <% if n = 4 then %>
<%end if%> <%end if%>
<%
if request.servervariables("PATH_INFO") = "/welcome.asp" then
sezione = "home"
else
sezione = "home"
end if
tmp = mostrabanner("M", sezione)
%>
|