﻿function EngLastUpdate() {
  document.write("Last revision date: 1 Feb 2012");
}

function ChiLastUpdate() {
  var d = (location.href.indexOf("/sc/") != -1 || location.href.indexOf("s_result") != -1) ? "修订日期：" : "修訂日期：";
  document.write(d + "2012年2月1日");
}

