function copyright() {
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright ©"+ update + " Hocking Hills Market");
}
