function copyRight(a){date=new Date();year=date.getFullYear();if((year-a)>0){document.write(a+" - "+year)}else{document.write(a)}};
