DomReady.ready(function(){
  // change the action attribute of the form first
  var searchForm = document.getElementById("cse-search-box");
  searchForm.setAttribute("action", "/search/");
});