// JavaScript Document
hoje = new Date()
numero_de_textos = 4
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = "Bienvenido a AnimeSubSp."
}
if (numero == 01){
texto = "Bienvenido a su foro de anime y manga."
}
if (numero == 02){
texto = "Naruto,Bleach,One Piece,DBKai y sus \u00fa\ltimos capitulos aqu\u00ed\,  ¡REGISTRATE!"
}
if (numero == 03){
texto = "Gran Cantidad de manga y anime aqu\u00ed\.  ¡Registrate!"
}
document.write('' + texto +'')

