// JavaScript Document
  google.load('search', '1', {language : 'en', style : google.loader.themes.ESPRESSO});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('005619696033771512329:ofhljs18k-8');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.potterymakinginfo.com/results.html");    
    customSearchControl.draw('cse-search-form', options);
  }, true);

