myYear = (new Date()).getFullYear();

$(document).ready(function(){
 $(".year_date").append("&nbsp;" + myYear + "&nbsp;");
});

