$(document).ready(function() {
    $("#copyrightDate").html(new Date().getFullYear());
});