function hover_shadow_softness_input()
 {
     a5_number_field('hover_shadow_softness', 'clp_options[hover_shadow_softness]', @self::$options['hover_shadow_softness'], false, array('step' => 1, 'min' => 0));
 }
 function display_excptsize()
 {
     a5_number_field('excerpt_size', 'rss_options[excerpt_size]', self::$options['excerpt_size'], __('How long should the summary of the article be? Enter the number of sentences here.', 'rss-image-feed'), array('step' => 1));
 }