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