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