/* Date for copyright
 * IHMAN
 * GnS
 */
 
$(function () {
	$(".year").html(new Date().getFullYear());
});
