_options) { $this->_options = array(); foreach (Mage::app()->getWebsites() as $website) { $id = $website->getId(); $name = $website->getName(); if ($id!=0) { $this->_options[] = array('value'=>$id, 'label'=>$name); } } } return $this->_options; } }