public function __construct($sUrl)
 {
     $this->sUrl = $sUrl;
     $this->sName = md5($sUrl);
     parent::__construct();
 }