function copyrightDate(){
wriYr = new Date
var doYr = wriYr.getFullYear()
document.write("<B>&copy</B> copyright 2000 - " + doYr + "")
}