function EngLastUpdate() {
  document.write('January 2012');
}

function ChiLastUpdate() {
  document.write('2012年 1月');
}

function EngPosDate() {
  document.write('01 November 2011');
}

function ChiPosDate() {
  document.write('2011年11月01日');
}

