function __construct($uniqueid, $displayperpage = true, $wrapid = '')
 {
     $this->wrapid = $wrapid;
     $this->wrap_start_extra = '';
     $this->wrap_finish_extra = '';
     parent::__construct($uniqueid, $displayperpage);
 }