function parse() {
  string = encodeURI(document.forms["busquedas"].palabras.value);
  location.href = "http://www.google.es/search?hl=es&q=site%3Aicic.es+" + string + "&btnG=Google+Search";
}