// Copyright Sample Script File

function copyright() {
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright ©"+ update + " Logan Insurance Agency, Inc");
}


