// JavaScript Document

	var currentYear = (new Date).getFullYear();
	$("#myyear").text( (new Date).getFullYear() );
