/**
 * @author pablo
 */

 function bol(){
 	
		window.alert("En estos momentos no es posible apuntarse a nuestro boletin");
	
	
 }

 function buscar(){
 	
	var b = document.getElementById("search").value;

	var d=window.location="http://mpginformatica.chs.com.es/index.php?main_page=advanced_search_result&search_in_description=1&keyword="+b;
	
	return d;
 }
