<!--
function search_text(base_path) {
  var text
  text = document.getElementById('search_text').value;
  window.location.href=base_path + "search/node/" + text;
}
//-->

