var curDate = new Date();
var curYear = curDate.getFullYear()

sCpy=("<P><FONT face='Arial' SIZE='1'>" + "Copyright &copy;" + curYear + " by Toblin Enterprises, Inc., All rights reserved.</font>")
document.write(sCpy)
