function tw_init_options()
{
    $options = tw_get_options();
    $options = wp_parse_args($options, Axl_Testimonials_Widget::get_defaults());
    $options = Axl_Testimonials_Widget_Settings::validate_settings($options);
    update_option(Axl_Testimonials_Widget_Settings::ID, $options);
}
 public static function get_defaults()
 {
     return Axl_Testimonials_Widget::get_defaults();
 }