function EngLastUpdate() {
  document.write('2 February 2010');
}

function ChiLastUpdate() {
  document.write('2010年02月02日');
}

function EngPosDate() {
  document.write('2 February 2010');
}

function ChiPosDate() {
  document.write('2010 年 02 月 02 日');
}
