/**
  * @access        public
  * @return        string     Returns string, containing the average load time of the URL from Alexa.
  */
 public function Alexa_Avg_Load_Time()
 {
     return SEOstats_Alexa::Alexa_Load_Time($this->url);
 }