function returnYear() {
	myDate = new Date();
	return myDate.getFullYear();
}
