
/* The year for the copyright */
function dateFunction (){
    var d = new Date();
    return(d.getFullYear());
}

