// copyright.js
myDate = new Date();
theFullYear = myDate.getFullYear();
document.write("Copyright &#169; 2002-" + theFullYear + " Kim, Yi-chul mailto:<span>kimarx&#64;gmail.com</span>");
