/**
  * Call mobileHandler for AJAX
  */
 static function getMobileData()
 {
     $obj = new MobileController();
     $obj->mobile();
 }