google.load('search', '1', { language: 'en', style: google.loader.themes.MINIMALIST });
google.setOnLoadCallback(function () {
	var customSearchControl = new google.search.CustomSearchControl('015759163381246647907:kx9dql-ihw4');
	customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	var options = new google.search.DrawOptions();
	options.enableSearchboxOnly("/SearchResult.aspx");
	customSearchControl.draw('cse-search-form', options);
}, true);
