insert


  
  // MANDATORY: INSERTION OF HTML PART INTO PAGE
  // creates the HTML code representing the model's points
  // NB: This is written directly into the page from within the method 
  
  heartModel.createPointCode();
  
  heartShadowModel.createPointCode();
  initOnload();
  // -->
  </script>