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