/**
  * Overload for now just to move the globals into this object's structure.
  * (Eventually, these should be part of the standard object)
  */
 function print_body()
 {
     parent::print_body();
 }