public function execute()
 {
     echo SJB_Array::get(CaptchaPlugin::getCaptchaProperties(array()), 'captchaView');
 }
 function Start()
 {
     usleep(500 * 1000);
     $c = new CaptchaPlugin();
     $c->Present($_GET['title']);
 }