// JavaScript Document
window.addEvent('domready', function(){
  $('buscadorSend').addEvent('click', function(){
    $('buscador').send();
  });
});
