now = new Date();
	if (now.getYear() >= 2000){
		year_copy = now.getYear()
	}else{
		year_copy = (now.getYear()+1900)
}

