function SmallFieldHolder($properties = array())
 {
     $d = MultiDateField_View_JQuery::create($this);
     $d->onBeforeRender();
     $html = parent::SmallFieldHolder($properties);
     $html = $d->onAfterRender($html);
     return $html;
 }
 function SmallFieldHolder($properties = array())
 {
     $html = parent::SmallFieldHolder($properties);
     return $html;
 }