$().ready(function() {
	var now = new Date();
	$("#footer .rightbox .year").text(now.getFullYear());
});
