
var time = new Date();
var year = time.getFullYear();
document.write("&#169; "+year+" H Cross Company &nbsp;&nbsp; All Rights Reserved");

