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