google.load('search', '1', { language: 'cs' });
google.setOnLoadCallback(function () {
    var customSearchControl = new google.search.CustomSearchControl('016601255288619645492:d9_aczrnwas');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.xevos.cz/?stranka=vysledky-vyhledavani");
    customSearchControl.draw('cse-search-form', options);
}, true);
