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