hoje = new Date()
numero_de_textos = 6
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = "TV Filmes 24 horas"
link = "http://f3.blog.br/fclick/fclick.php?fid=15"
alvo = "_blank"
}
if (numero == 1){
texto = "Videos Gratis"
link = "http://f3.blog.br/fclick/fclick.php?fid=16"
alvo = "_blank"
}
if (numero == 2){
texto = "TV Filmes Gratis"
link = "http://f3.blog.br/fclick/fclick.php?fid=17"
alvo = "_blank"
}
if (numero == 3){
texto = "Fotos Incriveis"
link = "http://f3.blog.br/fclick/fclick.php?fid=18"
alvo = "_blank"
}
if (numero == 4){
texto = "TV Clipes"
link = "http://f3.blog.br/fclick/fclick.php?fid=19"
alvo = "_blank"
}
if (numero == 5){
texto = "TV Clipes Romanticos"
link = "http://f3.blog.br/fclick/fclick.php?fid=21"
alvo = "_blank"
}
document.write('<a href="' + link + '" target="' + alvo + '" >' + texto + '</a>')

