﻿google.load('search', '1', { language: 'es' });
google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('partner-pub-6143913357141323:ufp41q-vae9');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    //customSearchControl.setLinkTarget(google.search.Search.LINK_TARGET_SELF);	//milko http://www.google.com/support/forum/p/customsearch/thread?tid=38226b61892831e2&hl=en
    var options = new google.search.DrawOptions();
    options.setSearchFormRoot('cse-search-form');
    customSearchControl.draw('cse', options);
    //customSearchControl.execute("chat");
}, true);

