var rutaNota = "anun/"
function ponNota(tit,tx,ancho)
{	if (!ancho) ancho="100%"
	document.writeln('<div class="nota" style="width:' + ancho + '"><div class="notaCab"><img style="float:left" src="'+rutaNota+'pincho-sup-izq.gif"><img style="float:right" src="'+rutaNota+'pincho-sup-dch.gif">' + tit + '</div>')
	document.writeln('<div class="notaInt">' + tx + '</div>')
	document.writeln('<div class="notaPie"><img style="float:left" src="'+rutaNota+'pincho-inf-izq.gif"><img style="float:right" src="'+rutaNota+'pincho-inf-dch.gif"></div></div>')
}

function correo2() 
{	var info="<img src='" + rutaNota + "contacta.gif' alt='Contacto ' title='Escribe al responsable de esta sede web'>";
	var nom="angel.herraez"
	var s="mail";
	var host="uah.es?subject=Biomodel";
    document.write("<h2><a href='"+s+"to:"+nom+"@"+host+"'>"+info+"</a></h2>");
}
