// Taken from the Twitter official site
google.load('search', '1');
google.setOnLoadCallback(function() {
google.search.CustomSearchControl.attachAutoCompletion(
	'007831620928223713148:xb1_zybubxy+qptype:1',
	document.getElementById('q'), 'cse-search-box');
});
