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