﻿// Google Site Search header submit box 1/10/12

  google.load('search', '1', {language : 'en'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      '016680593232979926873:jqoiwoqeeps');

    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.bleedingrock.com/search.htm");
    customSearchControl.draw('cse-search-form', options);
  }, true);

