function loadFrame(frame, sourceURL) {
  $(frame).load(sourceURL);
  /* Remove the last two arguments to disable toggling from the title. */
}

