$( function(){
	now = new Date();
	nowyear = now.getFullYear();	
	$('#nowy').append( nowyear );
});