In the course of my efforts to learn JavaScript (which I found out is different from straight Java), I have created a script that creates a link to a page where the reader can learn about the current day of the week. It was actually pretty easy to write.
The script utilizes something called a switch, which is really just a different form of an if…else statement. I placed the script on my own website on InDepthInfo. Anyone is free to use the script, modify it, or whatever.