Y = "2009";

function cpyears(){
	document.write("2004-"+ Y );
}
