/*function copyright(){
myDate = new Date();
myYear = "Copyright&nbsp;&copy;"+myDate.getFullYear()+"&nbsp;Axas&nbsp;Consulting&nbsp;Japan&nbsp;Co.,Ltd.&nbsp; All Rights Reserved.";
document.write(myYear);
}
*/
function copyright(){
myDate = new Date();
myYear = "Copyright&nbsp;&copy;"+myDate.getFullYear()+"";
/*myYear = "Copyright (C) seisaku 2011-"+myDate.getFullYear()+" All rights reserved.";*/
document.write(myYear);
}

