//
// JavaScript 外部ファイル
//

function s_CopyRight(){
  var str = '';

  str += '<CENTER><HR SIZE=1" width="90%">';
  str += '<FONT SIZE="2" color="#606060">Copyright &copy; 2001-2002 鈴木梨園. All Rights Reserved.</FONT>';
  //<!-- Access log -->
  str += '<IMG SRC="http://cgi.din.or.jp/~aoi-o/cgi-bin/nashi/aces_log.cgi?log_type=3no" border="0" WIDTH="1" HEIGHT="1">';
  str += '</CENTER><P>';

  document.write(str);
}

