var now = new Date();

function cright()
{
	document.write("&copy 1997 - "+now.getYear()+"");
}