function com_maidenform_MaidenformGWT(){
  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:'com.maidenform.MaidenformGWT', 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(){
    var result = false;
    try {
      result = $wnd_0.external && ($wnd_0.external.gwtOnLoad && $wnd_0.location.search.indexOf('gwt.hybrid') == -1);
    }
     catch (e) {
    }
    isHostedMode = function(){
      return result;
    }
    ;
    return result;
  }

  function maybeStartModule(){
    if (scriptsDone && loadDone) {
      var iframe = $doc_0.getElementById('com.maidenform.MaidenformGWT');
      var frameWnd = iframe.contentWindow;
      if (isHostedMode()) {
        frameWnd.__gwt_getProperty = function(name_0){
          return computePropValue(name_0);
        }
        ;
      }
      com_maidenform_MaidenformGWT = null;
      frameWnd.gwtOnLoad(onLoadErrorFunc, 'com.maidenform.MaidenformGWT', base);
      $stats && $stats({moduleName:'com.maidenform.MaidenformGWT', subSystem:'startup', evtGroup:'moduleStartup', millis:(new Date()).getTime(), type:'end'});
    }
  }

  function computeScriptBase(){
    var thisScript, markerId = '__gwt_marker_com.maidenform.MaidenformGWT', 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_0 = meta.getAttribute('name'), content;
      if (name_0) {
        if (name_0 == 'gwt:property') {
          content = meta.getAttribute('content');
          if (content) {
            var value, eq = content.indexOf('=');
            if (eq >= 0) {
              name_0 = content.substring(0, eq);
              value = content.substring(eq + 1);
            }
             else {
              name_0 = content;
              value = '';
            }
            metaProps[name_0] = value;
          }
        }
         else if (name_0 == 'gwt:onPropertyErrorFn') {
          content = meta.getAttribute('content');
          if (content) {
            try {
              propertyErrorFunc = eval(content);
            }
             catch (e) {
              alert('Bad handler "' + content + '" for "gwt:onPropertyErrorFn"');
            }
          }
        }
         else if (name_0 == '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 __gwt_getMetaProperty(name_0){
    var value = metaProps[name_0];
    return value == null?null:value;
  }

  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 = 'com.maidenform.MaidenformGWT';
      iframe.style.cssText = 'position:absolute;width:0;height:0;border:none';
      iframe.tabIndex = -1;
      $doc_0.body.appendChild(iframe);
      $stats && $stats({moduleName:'com.maidenform.MaidenformGWT', subSystem:'startup', evtGroup:'moduleStartup', millis:(new Date()).getTime(), type:'moduleRequested'});
      iframe.contentWindow.location.replace(base + strongName);
    }
  }

  providers['locale'] = function(){
    try {
      var locale;
      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 (locale == null) {
        locale = __gwt_getMetaProperty('locale');
      }
      if (locale == null) {
        locale = $wnd_0['__gwt_Locale'];
      }
      if (locale == null) {
        return 'default';
      }
      while (!__gwt_isKnownPropertyValue('locale', locale)) {
        var lastIndex = locale.lastIndexOf('_');
        if (lastIndex == -1) {
          locale = 'default';
          break;
        }
         else {
          locale = locale.substring(0, lastIndex);
        }
      }
      return locale;
    }
     catch (e) {
      alert('Unexpected exception in locale detection, using default: ' + e);
      return 'default';
    }
  }
  ;
  values['locale'] = {B10052:0, B10053:1, 'default':2, en_GB:3, en_US:4};
  providers['selectorCapability'] = function(){
    if (document.querySelectorAll && /native/.test(document.querySelectorAll.toString())) {
      return 'native';
    }
    return 'js';
  }
  ;
  values['selectorCapability'] = {js:0, 'native':1};
  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) {
      if (document.documentMode >= 8) {
        return 'ie8';
      }
       else {
        var result_0 = /msie ([0-9]+)\.([0-9]+)/.exec(ua);
        if (result_0 && result_0.length == 3) {
          var v = makeVersion(result_0);
          if (v >= 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, ie8:3, opera:4, safari:5};
  com_maidenform_MaidenformGWT.onScriptLoad = function(){
    if (frameInjected) {
      loadDone = true;
      maybeStartModule();
    }
  }
  ;
  com_maidenform_MaidenformGWT.onInjectionDone = function(){
    scriptsDone = true;
    $stats && $stats({moduleName:'com.maidenform.MaidenformGWT', subSystem:'startup', evtGroup:'loadExternalRefs', millis:(new Date()).getTime(), type:'end'});
    maybeStartModule();
  }
  ;
  computeScriptBase();
  var strongName;
  if (isHostedMode()) {
    if ($wnd_0.external.initModule && $wnd_0.external.initModule('com.maidenform.MaidenformGWT')) {
      $wnd_0.location.reload();
      return;
    }
    strongName = 'hosted.html?com_maidenform_MaidenformGWT';
  }
  processMetas();
  $stats && $stats({moduleName:'com.maidenform.MaidenformGWT', subSystem:'startup', evtGroup:'bootstrap', millis:(new Date()).getTime(), type:'selectingPermutation'});
  if (!strongName) {
    try {
      unflattenKeylistIntoAnswers(['default', 'native', 'opera'], '54A0F82651EAD91707E7346146F0D63F.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'native', 'opera'], 'FF5CDEF949B21F93EA0D45D1F6F8BB79.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'native', 'opera'], '174D5873D8014B0D9B544B39A895002A.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'native', 'opera'], 'B21E70857C15E70F5D2A80738D81236D.cache.html');
      unflattenKeylistIntoAnswers(['default', 'native', 'ie8'], '2B124A4EBB6168B7103BA58AE9007A1A.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'native', 'ie8'], '5EEC8FAC853F3C18A2FE4F383F639808.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'native', 'ie8'], 'E8F4DC2C2B2460A054A8D535361158AE.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'native', 'ie8'], 'F1B59AC202D80D5559212D697B81206E.cache.html');
      unflattenKeylistIntoAnswers(['default', 'native', 'ie6'], '986CDB8B4756E665BE66BB95CF95C714.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'native', 'ie6'], '57EA04C6BFA9246160751DB549184F59.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'native', 'ie6'], 'F868FE2BA2B808D4F11100237301A8CD.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'native', 'ie6'], 'E2D4B21492E75F3B5D7FCB140F9AC867.cache.html');
      unflattenKeylistIntoAnswers(['default', 'native', 'gecko1_8'], 'C4C164164D78876BEA0C31ADA87CBB23.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'native', 'gecko1_8'], '7449D5E7ACEC829B4F7AF6D17BCD74A6.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'native', 'gecko1_8'], '95A37207E1F02191B48C18D0A27B7C5A.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'native', 'gecko1_8'], '8905479896016A37955A8DC53BBA1767.cache.html');
      unflattenKeylistIntoAnswers(['default', 'native', 'safari'], 'ACE093C1732199B3379A1CC837E50182.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'native', 'safari'], 'CEDF57D6282D314942A17CB83B4E6556.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'native', 'safari'], '4E0964B6C7699384980211399BD7E2F8.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'native', 'safari'], '29F6BCB7F3D279F10A8A94BA47E0B60F.cache.html');
      unflattenKeylistIntoAnswers(['default', 'native', 'gecko'], '45606934DA6AD605F929D90D80BD3775.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'native', 'gecko'], 'F20CEBA47B8506A9E4FBC8BDC91C998F.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'native', 'gecko'], '96756F7F44913647DA9B0E1705EC0ADC.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'native', 'gecko'], 'AB8F45ABDED9D9BFA54307A71119E629.cache.html');
      unflattenKeylistIntoAnswers(['default', 'js', 'opera'], '09FE0098A0A40E306D1166751BDE63DA.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'js', 'opera'], '98B29AEF6B94B0DAA06247D48AF84332.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'js', 'opera'], '148A0B624982561DAC2CB14AAA50C050.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'js', 'opera'], 'BD0727021A2DC3246E1AF4AC005CEB0E.cache.html');
      unflattenKeylistIntoAnswers(['default', 'js', 'ie8'], '5FDC676C0A8BD156A8776427C4E98DFC.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'js', 'ie8'], 'CC82D5F4245DE42039D1DC9D46D532F1.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'js', 'ie8'], 'F8A18231041DE37F055C1470EFD0D15B.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'js', 'ie8'], '8B4B597F3310024EF677CAE4485D3655.cache.html');
      unflattenKeylistIntoAnswers(['default', 'js', 'gecko1_8'], '105F8272311F1E94384F9D95B86C061B.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'js', 'gecko1_8'], 'A5E52D1DF034367FD52A85C479AC9ABC.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'js', 'gecko1_8'], '7A815254F61234374AF0B2A967110401.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'js', 'gecko1_8'], 'AB00341CFB96CE682197D0DEA908C478.cache.html');
      unflattenKeylistIntoAnswers(['default', 'js', 'ie6'], 'F15E7683A2BB397BF8AF9AF5AE1142EC.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'js', 'ie6'], '4AFC1D3AB0B28325954F8945ED025D73.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'js', 'ie6'], 'AFD36B31A2DDAA1505C53741BABC8904.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'js', 'ie6'], '114660AF0AFCC7E45827BB6240B46CDF.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'native', 'opera'], '61845888EBC4CEA45B877C0E0E21904B.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'native', 'ie8'], 'D504DC2390332315B841C1B56FD3E3D3.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'native', 'ie6'], '9FF9A00BB3429DF0946619342A563B21.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'native', 'gecko1_8'], '0557BC2F3B302FF681FA864F47E23122.cache.html');
      unflattenKeylistIntoAnswers(['default', 'js', 'safari'], '2B931410497958E6B9BAD583DA0687B9.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'js', 'safari'], '54E18A32D0D086038346AD25BE120CAC.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'js', 'safari'], '335CF5D6FBA66F2DCA3F7352F2EA9305.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'js', 'safari'], '9D8EE7FECD476E4F4EBC0B9C13093B9E.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'native', 'safari'], 'A8A7A3D3DB72CBA4194EE20F45B6FEDE.cache.html');
      unflattenKeylistIntoAnswers(['default', 'js', 'gecko'], '02A42A056425AAA98FCE0EEC394D14F8.cache.html');
      unflattenKeylistIntoAnswers(['B10052', 'js', 'gecko'], 'DC1944A6DE3164FA431CE3BDBD298F20.cache.html');
      unflattenKeylistIntoAnswers(['B10053', 'js', 'gecko'], '845263B03B62CA0596B9DE19878E95F0.cache.html');
      unflattenKeylistIntoAnswers(['en_US', 'js', 'gecko'], '50FB444C7F7FA0A7C76A5ACD75B78CF3.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'native', 'gecko'], '526BFEF29BF9B6C458B221C3EB1C570E.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'js', 'opera'], '9F59F1C8172B6E384450506829262B20.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'js', 'ie8'], '0EB848DFA9E022A9D162B49127B2934D.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'js', 'gecko1_8'], '990A26C8FAD2A4FF58C4DF44BBBEDF55.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'js', 'ie6'], '0FFB0CBE962C92C4A05A052A4D413F1D.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'js', 'safari'], 'EBB4171E41355972B256EBBE90C55C08.cache.html');
      unflattenKeylistIntoAnswers(['en_GB', 'js', 'gecko'], '60BC07D16BEBB10CDD50177524D999FE.cache.html');
      strongName = answers[computePropValue('locale')][computePropValue('selectorCapability')][computePropValue('user.agent')];
    }
     catch (e) {
      return;
    }
  }
  var onBodyDoneTimerId;
  function onBodyDone(){
    if (!bodyDone) {
      bodyDone = true;
      if (!__gwt_stylesLoaded['gwt-log.css']) {
        var l = $doc_0.createElement('link');
        __gwt_stylesLoaded['gwt-log.css'] = l;
        l.setAttribute('rel', 'stylesheet');
        l.setAttribute('href', base + 'gwt-log.css');
        $doc_0.getElementsByTagName('head')[0].appendChild(l);
      }
      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:'com.maidenform.MaidenformGWT', subSystem:'startup', evtGroup:'bootstrap', millis:(new Date()).getTime(), type:'end'});
  $stats && $stats({moduleName:'com.maidenform.MaidenformGWT', subSystem:'startup', evtGroup:'loadExternalRefs', millis:(new Date()).getTime(), type:'begin'});
  $doc_0.write('<script defer="defer">com_maidenform_MaidenformGWT.onInjectionDone(\'com.maidenform.MaidenformGWT\')<\/script>');
}

com_maidenform_MaidenformGWT();
