var current_date = new Date();year_value = current_date.getFullYear();document.write("&copy; " + year_value );
