function copyright() {
	now = new Date();
	year = now.getFullYear();
	document.write(year)
}
