google.load('search', '1');
google.setOnLoadCallback(function() {
	google.search.CustomSearchControl.attachAutoCompletion(
		'001779225245372747843:mdsmtl_vi1a',
		document.getElementById('search_ca_textfield'),
		'ca_form');
});
google.setOnLoadCallback(function() {
	google.search.CustomSearchControl.attachAutoCompletion(
		'001779225245372747843:3a1xdp1oi78', // update this value with your search engine unique ID. Submit a request to the OTech Service Desk if you don't already know your unique search engine ID.
		document.getElementById('search_local_textfield'),
		'local_form');
});
