var str = "<b>Melsom Biodegradable</b>.<br>All rights reserved.";
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright &copy;"+ " " + update + " " +str)