google.load('search', '1');
google.setOnLoadCallback(function() {
	var customSearchControl = new google.search.CustomSearchControl('012947760749428465831:ypiphh_nolg');
	customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	var options = new google.search.DrawOptions();
	options.setAutoComplete(true);
	options.enableSearchboxOnly("http://www.nihe.gov.uk/search");
	customSearchControl.draw('csebox', options);
}, true);
