// JavaScript Document
google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('016467448283659694113:j2onkvi3tru');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.setAutoComplete(true);
    options.enableSearchboxOnly("http://www.westlancs.gov.uk/default.aspx?page=11864");
    customSearchControl.draw('cse-search-form', options);
  }, true);
