function net_i2geo_skillstextbox_SkillsTextBox(){
  var $wnd_0 = window, $doc_0 = document, $stats = $wnd_0.__gwtStatsEvent?function(a){
    return $wnd_0.__gwtStatsEvent(a);
  }
  :null, scriptsDone, loadDone, bodyDone, base = '', metaProps = {}, values = [], providers = [], answers = [], onLoadErrorFunc, propertyErrorFunc;
  $stats && $stats({moduleName:'net.i2geo.skillstextbox.SkillsTextBox', subSystem:'startup', evtGroup:'bootstrap', millis:(new Date()).getTime(), type:'begin'});
  if (!$wnd_0.__gwt_stylesLoaded) {
    $wnd_0.__gwt_stylesLoaded = {};
  }
  if (!$wnd_0.__gwt_scriptsLoaded) {
    $wnd_0.__gwt_scriptsLoaded = {};
  }
  function isHostedMode(){
    try {
      return $wnd_0.external && ($wnd_0.external.gwtOnLoad && $wnd_0.location.search.indexOf('gwt.hybrid') == -1);
    }
     catch (e) {
      return false;
    }
  }

  function maybeStartModule(){
    if (scriptsDone && loadDone) {
      var iframe = $doc_0.getElementById('net.i2geo.skillstextbox.SkillsTextBox');
      var frameWnd = iframe.contentWindow;
      frameWnd.__gwt_initHandlers = net_i2geo_skillstextbox_SkillsTextBox.__gwt_initHandlers;
      if (isHostedMode()) {
        frameWnd.__gwt_getProperty = function(name){
          return computePropValue(name);
        }
        ;
      }
      net_i2geo_skillstextbox_SkillsTextBox = null;
      frameWnd.gwtOnLoad(onLoadErrorFunc, 'net.i2geo.skillstextbox.SkillsTextBox', base);
      $stats && $stats({moduleName:'net.i2geo.skillstextbox.SkillsTextBox', subSystem:'startup', evtGroup:'moduleStartup', millis:(new Date()).getTime(), type:'end'});
    }
  }

  function computeScriptBase(){
    var thisScript, markerId = '__gwt_marker_net.i2geo.skillstextbox.SkillsTextBox', markerScript;
    $doc_0.write('<script id="' + markerId + '"><\/script>');
    markerScript = $doc_0.getElementById(markerId);
    thisScript = markerScript && markerScript.previousSibling;
    while (thisScript && thisScript.tagName != 'SCRIPT') {
      thisScript = thisScript.previousSibling;
    }
    function getDirectoryOfFile(path){
      var hashIndex = path.lastIndexOf('#');
      if (hashIndex == -1) {
        hashIndex = path.length;
      }
      var queryIndex = path.indexOf('?');
      if (queryIndex == -1) {
        queryIndex = path.length;
      }
      var slashIndex = path.lastIndexOf('/', Math.min(queryIndex, hashIndex));
      return slashIndex >= 0?path.substring(0, slashIndex + 1):'';
    }

    ;
    if (thisScript && thisScript.src) {
      base = getDirectoryOfFile(thisScript.src);
    }
    if (base == '') {
      var baseElements = $doc_0.getElementsByTagName('base');
      if (baseElements.length > 0) {
        base = baseElements[baseElements.length - 1].href;
      }
       else {
        base = getDirectoryOfFile($doc_0.location.href);
      }
    }
     else if (base.match(/^\w+:\/\//)) {
    }
     else {
      var img = $doc_0.createElement('img');
      img.src = base + 'clear.cache.gif';
      base = getDirectoryOfFile(img.src);
    }
    if (markerScript) {
      markerScript.parentNode.removeChild(markerScript);
    }
  }

  function processMetas(){
    var metas = document.getElementsByTagName('meta');
    for (var i = 0, n = metas.length; i < n; ++i) {
      var meta = metas[i], name = meta.getAttribute('name'), content;
      if (name) {
        if (name == 'gwt:property') {
          content = meta.getAttribute('content');
          if (content) {
            var value, eq = content.indexOf('=');
            if (eq >= 0) {
              name = content.substring(0, eq);
              value = content.substring(eq + 1);
            }
             else {
              name = content;
              value = '';
            }
            metaProps[name] = value;
          }
        }
         else if (name == 'gwt:onPropertyErrorFn') {
          content = meta.getAttribute('content');
          if (content) {
            try {
              propertyErrorFunc = eval(content);
            }
             catch (e) {
              alert('Bad handler "' + content + '" for "gwt:onPropertyErrorFn"');
            }
          }
        }
         else if (name == 'gwt:onLoadErrorFn') {
          content = meta.getAttribute('content');
          if (content) {
            try {
              onLoadErrorFunc = eval(content);
            }
             catch (e) {
              alert('Bad handler "' + content + '" for "gwt:onLoadErrorFn"');
            }
          }
        }
      }
    }
  }

  function __gwt_isKnownPropertyValue(propName, propValue){
    return propValue in values[propName];
  }

  function unflattenKeylistIntoAnswers(propValArray, value){
    var answer = answers;
    for (var i = 0, n = propValArray.length - 1; i < n; ++i) {
      answer = answer[propValArray[i]] || (answer[propValArray[i]] = []);
    }
    answer[propValArray[n]] = value;
  }

  function computePropValue(propName){
    var value = providers[propName](), allowedValuesMap = values[propName];
    if (value in allowedValuesMap) {
      return value;
    }
    var allowedValuesList = [];
    for (var k in allowedValuesMap) {
      allowedValuesList[allowedValuesMap[k]] = k;
    }
    if (propertyErrorFunc) {
      propertyErrorFunc(propName, allowedValuesList, value);
    }
    throw null;
  }

  var frameInjected;
  function maybeInjectFrame(){
    if (!frameInjected) {
      frameInjected = true;
      var iframe = $doc_0.createElement('iframe');
      iframe.src = "javascript:''";
      iframe.id = 'net.i2geo.skillstextbox.SkillsTextBox';
      iframe.style.cssText = 'position:absolute;width:0;height:0;border:none';
      iframe.tabIndex = -1;
      $doc_0.body.appendChild(iframe);
      $stats && $stats({moduleName:'net.i2geo.skillstextbox.SkillsTextBox', subSystem:'startup', evtGroup:'moduleStartup', millis:(new Date()).getTime(), type:'moduleRequested'});
      iframe.contentWindow.location.replace(base + strongName);
    }
  }

  providers['locale'] = function(){
    try {
      var locale = null;
      function log(msg){
        if (window.console)
          window.console.log(msg);
      }

      if (locale == null) {
        var args = location.search;
        var startLang = args.indexOf('locale');
        if (startLang >= 0) {
          var language = args.substring(startLang);
          var begin = language.indexOf('=') + 1;
          var end = language.indexOf('&');
          if (end == -1) {
            end = language.length;
          }
          locale = language.substring(begin, end);
        }
      }
      if (window.top.browserLanguages === undefined) {
        log('browserLanguages is undefined, using english.');
        window.browserLangues = 'en';
      }
      if (window.top.browserLanguages === undefined) {
        log('using default language.');
        if (!navigator.language)
          window.top.browserLanguages = 'en';
        else 
          window.top.browserLanguages = navigator.language;
      }
      log('Will attempt language from list "' + window.top.browserLanguages + '".');
      var langs = window.top.browserLanguages.split(',');
      var l = langs.length, i = 0;
      while (i < l && !__gwt_isKnownPropertyValue('locale', locale)) {
        locale = langs[i];
        if (locale.length > 2)
          locale = locale.substring(0, 2);
        i++;
      }
      if (locale == null || !__gwt_isKnownPropertyValue('locale', locale)) {
        return 'en';
      }
      log('reached locale "' + locale + '"');
      return locale;
    }
     catch (e) {
      alert('Unexpected exception in locale detection, using default: ' + e);
      return 'default';
    }
  }
  ;
  values['locale'] = {cs:0, de:1, 'default':2, en:3, es:4, eu:5, fr:6, it:7, nl:8, pt:9, ru:10};
  providers['user.agent'] = function(){
    var ua = navigator.userAgent.toLowerCase();
    var makeVersion = function(result){
      return parseInt(result[1]) * 1000 + parseInt(result[2]);
    }
    ;
    if (ua.indexOf('opera') != -1) {
      return 'opera';
    }
     else if (ua.indexOf('webkit') != -1) {
      return 'safari';
    }
     else if (ua.indexOf('msie') != -1) {
      var result_0 = /msie ([0-9]+)\.([0-9]+)/.exec(ua);
      if (result_0 && result_0.length == 3) {
        if (makeVersion(result_0) >= 6000) {
          return 'ie6';
        }
      }
    }
     else if (ua.indexOf('gecko') != -1) {
      var result_0 = /rv:([0-9]+)\.([0-9]+)/.exec(ua);
      if (result_0 && result_0.length == 3) {
        if (makeVersion(result_0) >= 1008)
          return 'gecko1_8';
      }
      return 'gecko';
    }
    return 'unknown';
  }
  ;
  values['user.agent'] = {gecko:0, gecko1_8:1, ie6:2, opera:3, safari:4};
  net_i2geo_skillstextbox_SkillsTextBox.onScriptLoad = function(){
    if (frameInjected) {
      loadDone = true;
      maybeStartModule();
    }
  }
  ;
  net_i2geo_skillstextbox_SkillsTextBox.onInjectionDone = function(){
    scriptsDone = true;
    $stats && $stats({moduleName:'net.i2geo.skillstextbox.SkillsTextBox', subSystem:'startup', evtGroup:'loadExternalRefs', millis:(new Date()).getTime(), type:'end'});
    maybeStartModule();
  }
  ;
  computeScriptBase();
  processMetas();
  $stats && $stats({moduleName:'net.i2geo.skillstextbox.SkillsTextBox', subSystem:'startup', evtGroup:'bootstrap', millis:(new Date()).getTime(), type:'selectingPermutation'});
  var strongName;
  if (isHostedMode()) {
    strongName = 'hosted.html?net_i2geo_skillstextbox_SkillsTextBox';
  }
   else {
    try {
      unflattenKeylistIntoAnswers(['de', 'opera'], '5624091E790E086A500B1AA7B72CE9BC.cache.html');
      unflattenKeylistIntoAnswers(['default', 'opera'], '1E80098E574D022F713888C7F98B0910.cache.html');
      unflattenKeylistIntoAnswers(['en', 'opera'], '90D6B2AE22C2D9974B5AA36A26C3E8C8.cache.html');
      unflattenKeylistIntoAnswers(['it', 'opera'], 'C6051CA2F62C81FF61E0490AD38DDAB3.cache.html');
      unflattenKeylistIntoAnswers(['pt', 'opera'], '1A9C941C3461DDD9E33B6EA338AEE29E.cache.html');
      unflattenKeylistIntoAnswers(['ru', 'opera'], 'F6FF615702EB6E16E76F897977D7BE9B.cache.html');
      unflattenKeylistIntoAnswers(['fr', 'opera'], 'E21C6896C2E028766F673105471F0B01.cache.html');
      unflattenKeylistIntoAnswers(['es', 'opera'], 'FA3695C467FBF8AF72CBC1636BE59C25.cache.html');
      unflattenKeylistIntoAnswers(['eu', 'opera'], '7F0D837EDCC983F7C1F76F9AD6F5B564.cache.html');
      unflattenKeylistIntoAnswers(['nl', 'opera'], '462795E7BF85F757BBDF0FF1A64F72AE.cache.html');
      unflattenKeylistIntoAnswers(['cs', 'opera'], 'F3C3CACF1C3B74A4A6FB4484304B1FAC.cache.html');
      unflattenKeylistIntoAnswers(['de', 'ie6'], 'EF9620442D754FB4DD2A3383958EB4DC.cache.html');
      unflattenKeylistIntoAnswers(['default', 'ie6'], 'FA51705640FA0BFEB0D8D1568F31D3A4.cache.html');
      unflattenKeylistIntoAnswers(['en', 'ie6'], '7868EE98E50055091A848E5FE39C74D8.cache.html');
      unflattenKeylistIntoAnswers(['it', 'ie6'], '32C504FCD8C39B2EBCCD25B602B3CE24.cache.html');
      unflattenKeylistIntoAnswers(['pt', 'ie6'], 'EB2C4E9D973C8BC4E7CD5909F600C3B0.cache.html');
      unflattenKeylistIntoAnswers(['ru', 'ie6'], 'E27F52B0628FCD85D7E08981DCB4AD11.cache.html');
      unflattenKeylistIntoAnswers(['fr', 'ie6'], 'DF0D144F3718E16C965CE47A88B5967C.cache.html');
      unflattenKeylistIntoAnswers(['es', 'ie6'], '84FF3E882E17BE3F6199043A5D7CCB6F.cache.html');
      unflattenKeylistIntoAnswers(['eu', 'ie6'], 'C0B68164815CED9AF2C26B3C6875D22E.cache.html');
      unflattenKeylistIntoAnswers(['nl', 'ie6'], '662D1D0DB670FEDE500557254EDEBCD9.cache.html');
      unflattenKeylistIntoAnswers(['cs', 'ie6'], '2B755329B1190822EE878E53669E4B59.cache.html');
      unflattenKeylistIntoAnswers(['de', 'gecko1_8'], '2C51E266D916D82B90CC07715BE285A3.cache.html');
      unflattenKeylistIntoAnswers(['default', 'gecko1_8'], '26C01E97611C73DF86FE64415DDD1BF1.cache.html');
      unflattenKeylistIntoAnswers(['en', 'gecko1_8'], 'E627DB2B65417C85EECE5E5117B887C7.cache.html');
      unflattenKeylistIntoAnswers(['it', 'gecko1_8'], '4FB4082366783FD476EBD9CE0B45BDBF.cache.html');
      unflattenKeylistIntoAnswers(['pt', 'gecko1_8'], 'D7C481FBD88A4588A855F74E1418AE42.cache.html');
      unflattenKeylistIntoAnswers(['ru', 'gecko1_8'], '14296DDF867BB85B5801554B200ECDBF.cache.html');
      unflattenKeylistIntoAnswers(['fr', 'gecko1_8'], 'F60BE3CAFEF982EC8F953C9C61366F26.cache.html');
      unflattenKeylistIntoAnswers(['es', 'gecko1_8'], 'E33E4A9B57DDF31041FFB30A47EAE1AD.cache.html');
      unflattenKeylistIntoAnswers(['eu', 'gecko1_8'], '96A37B064462624014354477580A3AC0.cache.html');
      unflattenKeylistIntoAnswers(['nl', 'gecko1_8'], '529DFC0E37F32796925796EA6C32E3C0.cache.html');
      unflattenKeylistIntoAnswers(['cs', 'gecko1_8'], '1A38F92688B508D63E2CC087F72AC75A.cache.html');
      unflattenKeylistIntoAnswers(['de', 'gecko'], '72A5C68551B5FB94E8D350CD697E376B.cache.html');
      unflattenKeylistIntoAnswers(['default', 'gecko'], 'D3D849AC82847D783B87E0AC5F9408E3.cache.html');
      unflattenKeylistIntoAnswers(['en', 'gecko'], 'DB1AFE05F2790F1DD69BC7BC2785CFC3.cache.html');
      unflattenKeylistIntoAnswers(['it', 'gecko'], 'EBA08E7A79FBB02F61509DB438C31971.cache.html');
      unflattenKeylistIntoAnswers(['pt', 'gecko'], '7C700A03C32BA220C3E45402B6DAEC90.cache.html');
      unflattenKeylistIntoAnswers(['ru', 'gecko'], '23AF02B09B21EC997D614AA2D346B4A1.cache.html');
      unflattenKeylistIntoAnswers(['fr', 'gecko'], '267935F667EBCA19A8C9577E81192E17.cache.html');
      unflattenKeylistIntoAnswers(['es', 'gecko'], 'BB267A37CF59B38A3D481EC94374CE69.cache.html');
      unflattenKeylistIntoAnswers(['eu', 'gecko'], 'D2C8D144368C844786DCA45E8E52DE4F.cache.html');
      unflattenKeylistIntoAnswers(['nl', 'gecko'], 'F35349601BE8D66A645773862C962E7B.cache.html');
      unflattenKeylistIntoAnswers(['cs', 'gecko'], 'FA6B6354B5DD917A13615D459F5109BA.cache.html');
      unflattenKeylistIntoAnswers(['de', 'safari'], '5AC53E80302867886DBE83474AA3777D.cache.html');
      unflattenKeylistIntoAnswers(['default', 'safari'], '3A57F68F755ED4CC3C1643F57C6FFE0D.cache.html');
      unflattenKeylistIntoAnswers(['en', 'safari'], '602B5697B68E65BAEC2F02B85E30C27C.cache.html');
      unflattenKeylistIntoAnswers(['it', 'safari'], '173AFF6B5CC868D10DFE1E5F657F0879.cache.html');
      unflattenKeylistIntoAnswers(['pt', 'safari'], 'E5367F8E87B156B1A63161AFB2E6655F.cache.html');
      unflattenKeylistIntoAnswers(['ru', 'safari'], '651F152DE0D2FADB12752931AF70D749.cache.html');
      unflattenKeylistIntoAnswers(['fr', 'safari'], '3220D6D6D01216618AD7506C673C6DE3.cache.html');
      unflattenKeylistIntoAnswers(['es', 'safari'], '4B4579B980436BD3D6E9C11BFFD5F009.cache.html');
      unflattenKeylistIntoAnswers(['eu', 'safari'], 'AEFA2135CD399EE7C1F080F7A0366525.cache.html');
      unflattenKeylistIntoAnswers(['nl', 'safari'], '3B4DF2ED86D971CE4E1BE898B0FED85D.cache.html');
      unflattenKeylistIntoAnswers(['cs', 'safari'], '2B4C5984FA8C31B3EF85BA5E8368A5A0.cache.html');
      strongName = answers[computePropValue('locale')][computePropValue('user.agent')];
    }
     catch (e) {
      return;
    }
  }
  var onBodyDoneTimerId;
  function onBodyDone(){
    if (!bodyDone) {
      bodyDone = true;
      maybeStartModule();
      if ($doc_0.removeEventListener) {
        $doc_0.removeEventListener('DOMContentLoaded', onBodyDone, false);
      }
      if (onBodyDoneTimerId) {
        clearInterval(onBodyDoneTimerId);
      }
    }
  }

  if ($doc_0.addEventListener) {
    $doc_0.addEventListener('DOMContentLoaded', function(){
      maybeInjectFrame();
      onBodyDone();
    }
    , false);
  }
  var onBodyDoneTimerId = setInterval(function(){
    if (/loaded|complete/.test($doc_0.readyState)) {
      maybeInjectFrame();
      onBodyDone();
    }
  }
  , 50);
  $stats && $stats({moduleName:'net.i2geo.skillstextbox.SkillsTextBox', subSystem:'startup', evtGroup:'bootstrap', millis:(new Date()).getTime(), type:'end'});
  $stats && $stats({moduleName:'net.i2geo.skillstextbox.SkillsTextBox', subSystem:'startup', evtGroup:'loadExternalRefs', millis:(new Date()).getTime(), type:'begin'});
  $doc_0.write('<script defer="defer">net_i2geo_skillstextbox_SkillsTextBox.onInjectionDone(\'net.i2geo.skillstextbox.SkillsTextBox\')<\/script>');
}

net_i2geo_skillstextbox_SkillsTextBox.__gwt_initHandlers = function(resize, beforeunload, unload){
  var $wnd_0 = window, oldOnResize = $wnd_0.onresize, oldOnBeforeUnload = $wnd_0.onbeforeunload, oldOnUnload = $wnd_0.onunload;
  $wnd_0.onresize = function(evt){
    try {
      resize();
    }
     finally {
      oldOnResize && oldOnResize(evt);
    }
  }
  ;
  $wnd_0.onbeforeunload = function(evt){
    var ret, oldRet;
    try {
      ret = beforeunload();
    }
     finally {
      oldRet = oldOnBeforeUnload && oldOnBeforeUnload(evt);
    }
    if (ret != null) {
      return ret;
    }
    if (oldRet != null) {
      return oldRet;
    }
  }
  ;
  $wnd_0.onunload = function(evt){
    try {
      unload();
    }
     finally {
      oldOnUnload && oldOnUnload(evt);
      $wnd_0.onresize = null;
      $wnd_0.onbeforeunload = null;
      $wnd_0.onunload = null;
    }
  }
  ;
}
;
net_i2geo_skillstextbox_SkillsTextBox();
