/**
  * Create a new Site and import the source data into it.
  * 
  * @return object SiteNavBlockSiteComponent
  * @access public
  * @since 1/22/08
  */
 public function importSite()
 {
     $site = parent::importSite();
     $this->storeSegue1IdMapping();
     return $site;
 }