var Date = new Date();
var year = Date.getFullYear();
document.write("&copy; "+year+" Tam Art Restoration Project");

