jsx.getScriptByFileName('HHLocator.js', function(script){
  var path = script.src.substring(0, script.src.indexOf('HHLocator.js'))
  jsx.Locator.set('HHSearch', {
      src: path + 'HHSearch/HHSearch.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('HH', {
      src: path + 'HH/HH.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('HHMaps', {
      src: path + 'HHMaps/HHMaps.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('Price', {
      src: path + '../../jslib/Price/1.0.0/Price.js',
      charset: 'utf-8'
  });  
  jsx.Locator.set('Resume', {
      src: path + '../../jslib/Resume/Resume.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('HHGallery', {
      src: path + '../../jslib/HHGallery/HHGallery.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('HHGallery2', {
      src: path + 'HHGallery2/HHGallery2.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('Banner', {
      src: path + '../../jslib/Banner/Banner.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('Planner', {
      src: path + '../../jslib/Planner/Planner.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('Validation', {
      src: path + '../../jslib/Validation/Validation.js',
      charset: 'utf-8'
  });  
  jsx.Locator.set('HeadHunter', {
      src: path + '../../jslib/HeadHunter/HeadHunter.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('CKEditor', {
      src: path + '../../editors/ckeditor/CKEditorNS.js',
      charset: 'utf-8'
  });
  jsx.Locator.set('HHT', {
      src: path + 'HHT/HHT.js',
      charset: 'utf-8'
  });
});