var time = new Date();
var year = time.getFullYear();
document.write("copyright &copy; " + year + " HOSPITABLE ALL rights Reserved.");