  google.load('search', '1', {language : 'de'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('009183449477259326726:7-qqrwvlguo');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.setAutoComplete(true);
    options.enableSearchboxOnly("http://www.sharkyou.de/Sitesearch.html");    
    customSearchControl.draw('cse-search-form', options);
  }, true);
  window.addEvent('load', function() {
	$$('.gsc-input input').each(function(ele) {
		ele.addClass('focusLabel[\'Suchbegriff\']');
	})
	add_label();
  });
