// JavaScript Document
copyright=new Date();
update=copyright.getYear();
function copy() {
document.write("Copyright © 2006-"+ update + " Nipphon s.a.s. All rights reserved.");
}