public static function jQueryValidator()
 {
     if (empty(self::$jQValidator)) {
         include_once __DIR__ . '/class.jQueryValidator.php';
         self::$jQValidator = new jQueryValidator(self::$jQObj);
     }
     return self::$jQValidator;
 }