/**
  */
 function getCreateDateObject()
 {
     // if it hasn't been loaded yet...
     if ($this->_createTimestamp == null) {
         $blogs = new Blogs();
         $this->setCreateDate($blogs->getBlogCreateDate($this->getId()));
     }
     return $this->_createTimestamp;
 }