function DoCopyright() {
	var date = new Date();
	var year = date.getFullYear();
	document.writeln('&copy; '+year+' The Home Herb Company. All Rights Reserved. <br /> All other trademarks, logos etc are the property of their respective owners.');
}
