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