Zend Bootstrap is not following this route:
$route = new Zend_Controller_Router_Route_Regex (
'(.+)-hospital-lottery',
array('module' => 'default','controller'=>'hospital','action'=>'index'),
array(1 => 'province')
);
Trial URL being http://mydomain.com/something-hospital-lottery
No luck even including a fourth sprintf param...I feel this has something to do with a lack of /'s.