function buscar(){
	var forma = document.forms[0];
	forma.action = "conciertos.do?metodo=buscarConciertos";
	forma.submit();
}

