$(function(){
	var today = new Date();
	var yr = today.getFullYear();
	$('#footer span.year').html(yr);
});

