var date = new Date();
var year = date.getFullYear();
document.write('Copyright &copy;' + year + ' Make Us One. All Rights Reserved.');

