
 //<![CDATA[ 
   function OnLoad() { 
 var searchControl = new GSearchControl();  
 siteSearch = new GwebSearch();
siteSearch.setUserDefinedLabel("Muse Amuse");
siteSearch.setSiteRestriction("011989678809483788813:j5d20nhgso4");
searchControl.addSearcher(siteSearch);
var siteSearch = new GwebSearch();
siteSearch.setUserDefinedLabel("mushtaqbhat.com");
siteSearch.setUserDefinedClassSuffix("siteSearch");
siteSearch.setSiteRestriction("mushou.squarespace.com");
searchControl.addSearcher(siteSearch);    
options = new GsearcherOptions();
options.setExpandMode(GSearchControl.EXPAND_MODE_CLOSED);
searchControl.addSearcher(new GwebSearch(),options);
options = new GsearcherOptions();
options.setExpandMode(GSearchControl.EXPAND_MODE_CLOSED);
searchControl.addSearcher(new GnewsSearch(),options);
var drawOptions = new GdrawOptions();
drawOptions.setDrawMode(GSearchControl.DRAW_MODE_TABBED); 
searchControl.draw(document.getElementById("searchcontrol"));     
searchControl.execute(""); }  
//]]>    

