
<!--HPB_SCRIPT_CODE_40
var _hcsltmrID = null;
var _hcsltmrON = false;

function _HpbClockStatusLoc()
{
  if (_hcsltmrON)
  {
    window.clearTimeout(_hcsltmrID);
    _hcsltmrON = false;
  }

  var now = new Date();

document.form.message.value = now.toLocaleString();

  _hcsltmrID = window.setTimeout("_HpbClockStatusLoc()", 1000);
  _hcsltmrON = true;
}
//-->
