hoje = new Date()
numero_de_imagens = 1
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens

if (numero == 0){
banner = "imagens/foto_centro06.jpg"
pagina = "pacotes2.php?id_pacote=32"
alt = "/ pacotes / feriado 7 de setembro"
}

if (numero == 3){
banner = "imagens/foto_centro01.jpg"
pagina = "radicaiseaventura.php"
alt = "/ turismo / radical e aventura"
}

if (numero == 1){
banner = "imagens/foto_centro02.jpg"
pagina = "ecoturismoenatureza.php"
alt = "/ turismo / ecoturismo e natureza"
}

if (numero == 2){
banner = "imagens/foto_centro03.jpg"
pagina = "hoteisfazenda.php"
alt = "/ hotelaria / hotéis fazenda"
}