hora = new Date()

if (hora.getHours() == 5)
document.write("Piscis")

if (hora.getHours() == 6)
document.write("Aries")

if (hora.getHours() == 7)
document.write("Escorpio")

if (hora.getHours() == 8)
document.write("Sagitario")

if (hora.getHours() == 9)
document.write("Tauro")

if (hora.getHours() == 10)
document.write("Libra")

if (hora.getHours() == 11)
document.write("Cancer")

if (hora.getHours() == 12)
document.write("Virgo")

if (hora.getHours() == 13)
document.write("Leo")

if (hora.getHours() == 14)
document.write("Acuario")

if (hora.getHours() == 15)
document.write("Geminis")

if (hora.getHours() == 16)
document.write("Capricornio")

if (hora.getHours() == 17)
document.write("Piscis")

if (hora.getHours() == 18)
document.write("Aries")

if (hora.getHours() == 19)
document.write("Escorpio")

if (hora.getHours() == 20)
document.write("Sagitario")

if (hora.getHours() == 21)
document.write("Tauro")

if (hora.getHours() == 22)
document.write("Libra")

if (hora.getHours() == 23)
document.write("Cancer")

if (hora.getHours() == 0)
document.write("Virgo")

if (hora.getHours() == 1)
document.write("Leo")

if (hora.getHours() == 2)
document.write("Acuario")

if (hora.getHours() == 3)
document.write("Geminis")

if (hora.getHours() == 4)
document.write("Capricornio")