
function InsertCopyright() {
    var today = new Date;
    document.write('Copyright &copy; ' + today.getFullYear() + ' Nelsons Bar.');
}

