function testimonialswidget_init()
 {
     if (Axl_Testimonials_Widget::version_check()) {
         global $Axl_Testimonials_Widget_Settings;
         if (is_null($Axl_Testimonials_Widget_Settings)) {
             $Axl_Testimonials_Widget_Settings = new Axl_Testimonials_Widget_Settings();
         }
         global $Axl_Testimonials_Widget;
         if (is_null($Axl_Testimonials_Widget)) {
             $Axl_Testimonials_Widget = new Axl_Testimonials_Widget();
         }
     }
 }