function copyright() {
	y = new Date().getFullYear();
	document.write(+y);
}
