/*
The one I normally use as a copyright date updater.

Either save as copyrightdate_updater.js (without HTML tags) and include on page OR

Insert code directly on page.
*/

<!-- Begin  
	copyright=new Date();
	update=copyright.getFullYear();
	document.write("Copyright &copy; "+ update + " RVP~1875 All rights reserved.");
//  End -->

