<script language="JavaScript"> <!-- now = new Date(); hour = now.getHours(); if (hour > 4 && hour < 18) { document.bgColor = "#FFFFFF"; document.fgColor = "#000000"; document.write ("<center><img height = 150 width = 150 SRC = 'images/image1.gif'>"); document.write ("<p>No one wants to think about RSI - until the day they can't type anymore. Are you at risk?</center>"); } else { document.bgColor = "#000000"; document.fgColor = "#FFFFFF"; document.write ("<center><img height = 144 width = 515 SRC = 'images/image2.gif'>"); document.write ("<p>Is it the End of the World or just a great light show? Find out online. </center>"); } // --> </script>