var rok=2005;
str ="Copyright &copy; "+rok+"-"+(new Date()).getFullYear()+" "; 
document.write(str);