google.load('search', '1', {language : 'ja'});
 
function inputFocus() {
document.getElementById('textfield').style['background'] = '';
}
 
function inputBlur() {
var queryInput = document.getElementById('textfield');
if (!queryInput.value) {
queryInput.style['background'] = '';}
}
 
function init() {
google.search.CustomSearchControl.attachAutoCompletion('011870120339317101342:jr6al9avxvs',document.getElementById('textfield'),'two-page-form');inputBlur();
}
 
function submitQuery() {
window.location = 'http://msk-aobalaw.com/search/?q='+ encodeURIComponent(document.getElementById('textfield').value);
return false;
}
google.setOnLoadCallback(init);
