function show_copyright()
{
      copyright=new Date();
      update=copyright.getYear();
      document.write("<div align=center><font size = 1>Copyright &copy 1996-"+ update + "&nbsp;基督教角聲佈道團 Chinese Christian Herald Crusades; All Rights Reserved.</font></div>");
}

