function copyright(){
copyright_date = new Date();
copyright_year = copyright_date.getUTCFullYear();
document.write("Copyright 2004-"+copyright_year+" Polygraphic. All Rights Reserved.");
}
