function init(query){
  google.load('search', '1', {language : 'sv'});
  google.setOnLoadCallback(function(){
    var customSearchControl = new google.search.CustomSearchControl('003595688471387171702:iqq9jyzsbne');
    customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
    customSearchControl.draw('cse');
    customSearchControl.execute(query);
  }, true);
}