function init($zone, $lang = null, $lr = null)
 {
     $this->regional = $zone;
     $this->lr = $lr;
     $this->hl = $lang;
     $this->htmlDOM =& Import::htmlDOM();
 }
 function __construct()
 {
     $this->htmlDOM = Import::htmlDOM();
 }