function anadir_favoritos(){
	if(document.all) window.external.AddFavorite(location.href,document.title);
		else if(window.sidebar) window.sidebar.addPanel(document.title,location.href,'');
}

function enviar_amigo() {
	document.location.href = "mailto:?body=Te recomiendo esta web: "+location.href+"&subject=Recomendando: mipro.es";
}