function initClock() {
  UTC.setTime(1259662037000+delay);
  populateSelect();
  var location = String(window.location);
  var fragment;
  if (fragment = location.match(/#([0-9]+)$/)) {
    document.getElementById('cities').selectedIndex = fragment[1];
  }
  setClock('yourClockConf');
  clockInitiated = 1;
}
