function update_end_year(start_year_element, start_year) {
	start_year_element.next('.artwork_end_year').value = start_year;
}