  google.load('search', '1', {language : '<?=Oxygen_LanguageContext::$CURRENT_LANGUAGE?>'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('012211497856529727160:zusjmwemhjw');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    customSearchControl.draw('cse');
    customSearchControl.setSearchCompleteCallback(null, function() {
      customSearchControl.setSearchCompleteCallback(null, $.noop);
      var searchWrapper = $('.gsc-wrapper').remove();
      $('#pagewrap').replaceWith(searchWrapper.show());
    });
  }, true);

