function getCurrYear() {
	var d = new Date(); 
	return d.getFullYear();
}
