function header() {
    document.write('\r\
	<div class="header">\r\
      <h2>淫亵及不雅物品管制条例检讨</h2>\r\
	<a href="http://www.coiao.gov.hk/b5txt/home.htm" target="_parent">首 頁</a> | <a href="javascript:JK_langChange(\'gb\');">简体图文版</a> | <a href="javascript:JK_langChange(\'b5txt\');">繁體純文字</a> | <a href="javascript:JK_langChange(\'entxt\');">English Plain Text</a>\r\
	</div>'
  );
}

function footer() {
	document.write('\r\
	<div class="footer">\r\
      <table width="779" border="0" cellspacing="0" cellpadding="0">\r\
        <tr>\r\
          <td>\r\
            <br><font size="2">&copy; 2008</font>\r\
          </td>\r\
      </tr>\r\
      </table>\r\
	</div>'
	);
}

function lastMod() {
	var d = new Date (document.lastModified);
	return d.dateFormat("Y年m月d日");
}

function last_update() {
	document.write('<div><!--a href="/b5/important_notices.htm">重要告示</a-->  更 新 日 期 : ' + lastMod() + '</div>');
}

(function() {

var require = function(script) {
	document.write('<script type="text/javascript" src="'+script+'"></script>');
};

require('/js/date-functions.js');
})();
