// JavaScript Document

// CopyRight code

function copyrightDate(){
wriYr = new Date
var doYr = wriYr.getFullYear()
document.write("&copy;" + doYr)
}