<% ' ALTERAÇÕES: ' alterar somente o arquivo jornal_ofertas_data.asp jornal = request.QueryString("j") if hoje => dia1 and hoje =< dia2 then if jornal = "fixo" then response.Redirect("http://www.mialich.com.br/jornal/"&pasta_nova&"/pages/index.asp") else response.Redirect("http://www.mialich.com.br/jornal/"&pasta_nova&"/default.asp") end if end if if hoje < dia1 then if jornal = "fixo" then response.Redirect("http://www.mialich.com.br/jornal/"&pasta_velha&"/pages/index.asp") else response.Redirect("http://www.mialich.com.br/jornal/"&pasta_velha&"/default.asp") end if end if if hoje > dia2 then response.Redirect("http://www.mialich.com.br/jornal/nao-publicado.html") end if %>