// JavaScript Document
google.load('search', '1', {language : 'ru'});
google.setOnLoadCallback(function() {
	var customSearchControl = new google.search.CustomSearchControl('partner-pub-7957451165581615:mjh34o-8y7x');
	customSearchControl.setLinkTarget(google.search.Search.LINK_TARGET_SELF);
	customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	var options = new google.search.DrawOptions();
	options.setSearchFormRoot('cse-search-form');
	options.setAutoComplete(true);
	customSearchControl.draw('cse', options);
}, true);
