
    // initialize tooltips in a seperate thread
    $(document).ready(function() {
      window.setTimeout(hovertipInit, 1);
    });
