function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function timda_jumpback() { //v1.0
  history.go(-1);
}