function EngLastUpdate() {
  document.write('July 2010');
}

function ChiLastUpdate() {
  document.write('2010年07月');
}

function EngPosDate() {
  document.write('1 July 2010');
}

function ChiPosDate() {
  document.write('2010年07月01日');
}
