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