<!-- AUTO UPDATE COPYRIGHT NOTICE --> <!-- The folowing code goes into an external JavaScript file named notice.js --> <!-- function copyYear() { var startYear = "2001"; var thisYear = (new Date()).getFullYear(); document.write("Copyright &copy; "+startYear+"-"+thisYear+", Company Name. All rights reserved."); } //--> <!-- This code goes into the HEAD of your HTML file. --> <script type="text/javascript" src="notice.js"> <!-- Copyright 2008, Sandeep Gangadharan --> <!-- For more free scripts go to http://www.sivamdesign.com/scripts/ --> </script> <!-- This is the script to be included in the BODY of the HTML file. It should be placed wherever the users want to have their copyright notice. --> <script type="text/javascript">copyYear()</script>