/*$(document).ready(function(){
    var customSearchControl = new google.search.CustomSearchControl('011193053288637317081:q23ekvjovte');

    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);

    //customSearchControl.setSearchStartingCallback(this, searchStart);

    var options = new google.search.DrawOptions();
    options.setSearchFormRoot('cse-search-form');
    customSearchControl.draw('cse', options);
});*/
