// @author ocriador.com.br
hoje = new Date();
var hrs = hoje.getHours();
if(hrs <= 23) dtime = "/th/good-night/"
if(hrs <= 18) dtime = "/th/compliment/"
if(hrs <= 12) dtime = "/th/good-morning/"
if(hrs <= 6) dtime = "/th/good-night/"
location = (dtime);


