Here are some of the javascript codes that I find invaluable day to day designing web sites.
DISPLAYING CURRENT DATE WITH JAVASCRIPT - Here is javascript code that will display the current date. Just copy this into your html code where you want the date to display.
AVOIDING THE SPAM CRAWLERS - Here is a simple javascript that you can use to display email addresses so that spam crawlers can't see them, this also incorporates a text style to put inside your a href tags:
JAVASCRIPT TO INCREMENT THE DATE - Tired of updating the copyright dates on your websites every year? Here is a script that automatically shows the current year. Put this in your footer include and you will never need to update the date again.