(function($){
  google.load('search', '1', {language : 'lv'});
  $(function() {
    var customSearchControl = new google.search.CustomSearchControl('012211497856529727160:kqerzynevha');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	customSearchControl.setSearchCompleteCallback(null,function(){
		var x = jQuery('#googlehide');
		x.hide();
	});

    var options = new google.search.DrawOptions();
    options.setSearchFormRoot('cse-search-form');
    options.setAutoComplete(true);
    customSearchControl.draw('cse', options);
  });
})(jQuery);

