<!--
function search_text(base_path) {
  var text

  text = document.getElementById('search_text').value;
  //window.location.href="http://amrc.01power.net/?q=search/node/" + text;
  //window.location.href="/?q=search/node/" + text;

	// debug
	//alert(base_path);
  window.location.href=base_path + "search/node/" + text;

}

//-->
