function getCurrentYear() {
	var today = new Date();
	return today.getFullYear();
}