-
<SCRIPT LANGUAGE = "JavaScript"> <!-- now = new Date(); hour = now.getHours(); if (hour > 4 && hour < 18) { .. } else { .. } // --> </SCRIPT>