<script language="JavaScript">
<!-- var today = new Date();
var time = today.getHours();
if( time <= "8" ) { window.location.href = "nacht.html"
} else { if( time <= "21" ) { window.location.href = "tag.html"
} else { if( time >= "22" ) { window.location.href = "nacht.html"
}
}
}
//-->
</script> |