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

