<!--
 hoje = new Date()
 numero_b = 20
 segundos = hoje.getTime()

 numero = segundos % numero_b
 
if (numero == 0){
        banner    = "top_acompanhantes/vivianedias.jpg"
        link      = "vivianedias/index.html"
        alvo      = "_top"
        descricao = "Viviane Dias, linda loira estilo modelo."
        nome_link = "Viviane Dias"
}


if (numero == 01){
        banner    = "top_acompanhantes/luana.jpg"
        link      = "luana/index.html"
        alvo      = "_top"
        descricao = "Luana, morena gostosona."
        nome_link = "Luana"
}

if (numero == 02){
        banner    = "top_acompanhantes/dambala.jpg"
        link      = "dambala/index.html"
        alvo      = "_top"
        descricao = "Dambala, morenaça peituda."
        nome_link = "Dambala"
}

if (numero == 03){
        banner    = "top_acompanhantes/sharon.jpg"
        link      = "sharon/index.html"
        alvo      = "_top"
        descricao = "Sharon (Barra), ruiva bunduda."
        nome_link = "Sharon (Barra)"
}

if (numero == 04){
        banner    = "top_acompanhantes/eduarda.jpg"
        link      = "eduarda/index.html"
        alvo      = "_top"
        descricao = "Eduarda, morena peituda."
        nome_link = "Eduarda"
}

if (numero == 05){
        banner    = "top_acompanhantes/maraiblis.jpg"
        link      = "maraiblis/index.html"
        alvo      = "_top"
        descricao = "Mara Iblis, ninfetinha falsa magra."
        nome_link = "Mara Iblis"
}

if (numero == 06){
        banner    = "top_acompanhantes/mel.jpg"
        link      = "mel/index.html"
        alvo      = "_top"
        descricao = "Mel, linda ninfeta iniciante"
        nome_link = "Mel"
}

if (numero == 07){
        banner    = "top_acompanhantes/sofia.jpg"
        link      = "sofia/index.html"
        alvo      = "_top"
        descricao = "Sofia, acompanhante estilo mulherao."
        nome_link = "Sofia"
}

if (numero == 08){
        banner    = "top_acompanhantes/marisol.jpg"
        link      = "marisol/index.html"
        alvo      = "_top"
        descricao = "Marisol, acompanhante completa."
        nome_link = "Marisol"
}

if (numero == 09){
        banner    = "top_acompanhantes/barbara.jpg"
        link      = "barbara/index.html"
        alvo      = "_top"
        descricao = "Barbara, linda ninfeta iniciante."
        nome_link = "Barbara"
}

if (numero == 10){
        banner    = "top_acompanhantes/tamires.jpg"
        link      = "tamires/index.html"
        alvo      = "_top"
        descricao = "Tamires, linda mulata peituda."
        nome_link = "Tamires"
}

if (numero == 11){
        banner    = "top_acompanhantes/thainamulata.jpg"
        link      = "thainamulata/index.html"
        alvo      = "_top"
        descricao = "Thaina Mulata, linda ninfeta de niteroi."
        nome_link = "Thaina Mulata"
}

if (numero == 12){
        banner    = "top_acompanhantes/leandra.jpg"
        link      = "leandra/index.html"
        alvo      = "_top"
        descricao = "Leandra, ninfeta morena gostosa."
        nome_link = "Leandra"
}

if (numero == 13){
        banner    = "top_acompanhantes/emily.jpg"
        link      = "emily/index.html"
        alvo      = "_top"
        descricao = "Emily, loira universitária."
        nome_link = "Emily"
}

if (numero == 14){
        banner    = "top_acompanhantes/cristal.jpg"
        link      = "cristal/index.html"
        alvo      = "_top"
        descricao = "Cristal, ninfeta falsa magra.."
        nome_link = "Cristal"
}

if (numero == 15){
        banner    = "top_acompanhantes/maythe.jpg"
        link      = "maythe/index.html"
        alvo      = "_top"
        descricao = "Maythe, Mulata bunduda, 105cm de quadril."
        nome_link = "Maythe"
}

if (numero == 16){
        banner    = "top_acompanhantes/summer.jpg"
        link      = "summer/index.html"
        alvo      = "_top"
        descricao = "Summer, linda loira ninfeta."
        nome_link = "Summer"
}

if (numero == 17){
        banner    = "top_acompanhantes/kaliishtar.jpg"
        link      = "kaliishtar/index.html"
        alvo      = "_top"
        descricao = "Kali Ishtar, ninfeta linda, vestida de colegial."
        nome_link = "Kali Ishtar"
}

if (numero == 18){
        banner    = "top_acompanhantes/panmidgard.jpg"
        link      = "panmidgard/index.html"
        alvo      = "_top"
        descricao = "Pan Midgard, linda loira mignon."
        nome_link = "Pan Midgard"
}

if (numero == 19){
        banner    = "top_acompanhantes/alanebarros.jpg"
        link      = "alanebarros/index.html"
        alvo      = "_top"
        descricao = "Alane Barros, linda loira sarada."
        nome_link = "Alane Barros"
}

 document.write('<center><a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" alt="' + descricao + '" border=0></a></center>');
 document.write('<center><a href="' + link + '" target="' + alvo + '" ><font face=verdana size=3><strong>' + nome_link + '</strong></font></a></center>')
//  -->