<% mes = month(now)%>
<% if mes = "1" then %> <% mes = "Janeiro"%> <% end if%>
<% if mes = "2" then %> <% mes = "Fevereiro"%> <% end if%>
<% if mes = "3" then %> <% mes = "Marco"%> <% end if%>
<% if mes = "4" then %> <% mes = "Abril"%> <% end if%>
<% if mes = "5" then %> <% mes = "Maio"%> <% end if%>
<% if mes = "6" then %> <% mes = "Junho"%> <% end if%>
<% if mes = "7" then %> <% mes = "Julho"%> <% end if%>
<% if mes = "8" then %> <% mes = "Agosto"%> <% end if%>
<% if mes = "9" then %> <% mes = "Setembro"%> <% end if%>
<% if mes = "10" then %> <% mes = "Outubro"%> <% end if%>
<% if mes = "11" then %> <% mes = "Novembro"%> <% end if%>
<% if mes = "12" then %><% mes = "Dezembro"%><% end if%>
<% ano = year(now) %>