private function tos()
 {
     $this->getOutput()->addModules('skins.settlein.special.tos');
     $this->getOutput()->setPageTitle('Terms and conditions | SettleIn');
     $data = array();
     $html = Views::forge('tos_new', $data);
     $this->getOutput()->addHTML($html);
 }