var currentDate = new Date()
document.write('Copyright ' + currentDate.getFullYear() + ' - All rights reserved');


