<%
dim EventoSim, NumNotEsq 'EventoSim define se tem janela de eventos, NumNotEsq define nº de notícias na coluna
EventoSim = false
NumNotEsq = 3
if EventoSim then
NumNotEsq = 2
%>
<%
end if
dim j
for j=0 to NumNotEsq%>
< <%=Nsecao(j)%> >
<%=data(j)%>
<% if img(j) <> "" then %>
%>)
<% end if %>
<%=chm(j)%>
<%if j
<% end if %>
<%next%>