function EngLdoctorUpdate() {
  document.write('November 14, 2011');
}
function ChiLdoctorUpdate() {
  document.write('2011年11月14日');
}

function EngLAdoctorUpdate() {
  document.write('January 12, 2012');
}
function ChiLAdoctorUpdate() {
  document.write('2012年01月12日');
}

function EngRdoctorUpdate() {
  document.write('January 12, 2012');
}
function ChiRdoctorUpdate() {
  document.write('2012年01月12日');
}

function EngRLdoctorUpdate() {
  document.write('December 22, 2011');
}
function ChiRLdoctorUpdate() {
  document.write('2011年12月22日');
}

