current_date = new Date();
year_value = current_date.getFullYear();
document.write(year_value);
