Museums @
Paintings
|
|
Loading
google.load('search', '1');
function init() {
// Create a custom search control that uses a CSE restricted to code.google.com
var customSearchControl = new google.search.CustomSearchControl('012157912978810372049:-cv6ao3zqua');
// Draw the control in content div
customSearchControl.draw('content');
// run a query
customSearchControl.execute('ajax api');
}
google.setOnLoadCallback(init);
|