$(document).ready(function(){
	
	var y = new Date();
	
	$(".autoyear").html(y.getFullYear());
	
});
