Time of Day Image
4. Add to Your Page
Join the Discussion
More of this Feature
The final step in installing this script is to add the following code to the body of your web page where you want the image to appear.
timeOfDayImage();
</script>
If you want to display one of the images to visitors whose browsers don't have Javascript enabled then add the following code immediately after the above code.
Of course anyone with Javascript disabled will always see the same image (the above code shows the noon image) but at least the layout of your page wont be affected the way it could be if you didn't show one in this instance.


