questo???


<script>
ora=new Date().getHours()
if(ora==12)document.location.href="paginaperOre12"
else if(ora==17)document.location.href="paginaperore17"
</script>