function __construct()
 {
     parent::__construct();
     $this->SetView('frames/vip_frame.php');
     // Set the data about the vip to display in the frame.
     $CI =& get_instance();
     $this->SetData('vipinfo', array('name' => $CI->user_auth->firstname . ' ' . $CI->user_auth->surname, 'organisation' => VipOrganisationName(TRUE)));
 }
 function __construct()
 {
     parent::__construct();
     $this->SetView('frames/office_frame.php');
 }
 function __construct()
 {
     parent::__construct();
     $this->SetView('frames/facebook_frame.php');
 }