var date=new Date();
var time=date.getHours();

if(time>=6 && time<18) {
	colorManage("day");
} else {
	colorManage("night");
}