//2009/12/07 copyrightˇ©“®•\‹L
function copyright(){
  buffDate = new Date();
  buffWrite = "Copyright(c) 2004-"+buffDate.getFullYear()+" TOSHIYUKI UMEDA All Rights Reserved.";
  document.write(buffWrite);
}

