// JavaScript Document
 hoje = new Date()
 numero_b = 23 
 segundos = hoje.getSeconds()

 numero = segundos % numero_b
 if (numero == 0){
        banner    = "banners/girus181.gif"
        link      = "http://www.girus.com.br"
        alvo      = "field"
        descricao = ""
        nome_link = "Girus"
}

if (numero == 01){
        banner    =  "banners/ibis181.gif"
        link      =  "http://www.ibis-brasil.com.br/pg_saopaulo.html"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Ibis Hotel"
}

if (numero == 02){
        banner    =  "banners/golin181.gif"
        link      =  "http://www.golin.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Golin"
}

if (numero == 03){
       banner    =  "banners/ibis181.gif"
        link      =  "http://www.ibis-brasil.com.br/pg_saopaulo.html"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Ibis Hotel"
}

if (numero == 04){
        banner    =  "banners/nova_geracao181.gif"
        link      =  "http://www.novageracao.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Nova Geração"
}

if (numero == 05){
        banner    =  "banners/rumo181.gif"
        link      =  "http://www.rumonorte.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Rumo Norte"
}

if (numero == 06){
        banner    =  "banners/esportec2.gif"
        link      =  "http://www.itau.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Itau"
}

if (numero == 07){
        banner    =  "banners/itacolomy181.gif"
        link      =  "http://www.itacolomy.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Itacolomy"

}

if (numero == 08){
        banner    =  "banners/kibom.gif"
        link      =  "http://www.kibom.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Kibom"
}

if (numero == 09){
        banner    =  "banners/reuters.gif"
        link      =  "http://www.reuters.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Reuters"
}

if (numero == 10){
        banner    =  "banners/ford2.gif"
        link      =  "http://www.ford.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Ford"
}

if (numero == 11){
        banner    =  "banners/kibom.gif"
        link      =  "http://www.kibom.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Kibom"
}


if (numero == 12){
        banner    =  "banners/checar181.gif"
        link      =  "http://www.plk.net/checar"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Checar"
}

if (numero == 13){
        banner    =  "banners/diversaoc.gif"
        link      =  "http://www.cinemark.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Cinemark"
}

if (numero == 14){
        banner    =  "banners/absoluta181.gif"
        link      =  "http://www.absolutagm.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Absoluta"
}

if (numero == 15){
        banner    =  "banners/reuters.gif"
        link      =  "http://www.reuters.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Reuters"
}

if (numero == 16){
        banner    =  "banners/central181.gif"
        link      =  "http://www.centraldeveiculos.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Central"
}

if (numero == 17){
        banner    =  "banners/horizonte181.gif"
        link      =  "http://www.ford.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Horizonte"
}


if (numero == 18){
        banner    =  "banners/kibom.gif"
        link      =  "http://www.kibom.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Kibom"
}

if (numero == 19){
        banner    =  "banners/hirai181.gif"
        link      =  "http://www.hirai.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Hirai"
}

if (numero == 20){
        banner    =  "banners/regino181.gif"
        link      =  "http://www.chevrolet.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Regino"
}

if (numero == 21){
        banner    =  "banners/gpv181.gif"
        link      =  "http://www.gpv.com.br"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "GPV"
}

if (numero == 22){
        banner    =  "banners/ibis181.gif"
        link      =  "http://www.ibis-brasil.com.br/pg_saopaulo.html"
        alvo      =  "field"
        descricao =  ""
        nome_link =  "Ibis Hotel"
}
 document.write('<center><a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" alt="' + descricao + '" border=0></a></center>')