  google.load('search', '1', {language : 'uk'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      '010003087623230700956:wxb-ndgzji0');
	
	var options = new google.search.DrawOptions();
    options.setSearchFormRoot(document.getElementById('cse'));
 
 
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    customSearchControl.draw(document.getElementById('searchresult'), options);

  }, true);
