This script allows up-to-date the copyright automatically, without webmaster assistance.
This script is compatible with Internet Explorer, Netscape 6, Mozilla, Safari, Opera.
Add into the BODY section of your page (where you want the copyright to be displayed):
script language="JavaScript" type="text/JavaScript"
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © 1997-"+ update + " Parlandosparlando.com - All right reserved.");
/script
Note:
In the example above, we have deliberately removed less and major sign before and after the opening tag SCRIPT and the closing tag /SCRIPT. To use correctly the script you have to put them in.
Here is the url to the script in .txt file