// JavaScript Document

function LoadComunidad() 
{
	document.write(
		'<a href="/dePortal/Comunidad/Adultos/EduAdultos.aspx">Educaci&oacute;n de Adultos</a> | <a href="/dePortal/Comunidad/EscAbierta.aspx">Escuela Abierta</a> | <a href="/dePortal/Comunidad/Veteranos/Ayudaveterano.aspx">Veteranos</a> | <a href="/deportal/Comunidad/Alianza.aspx">Alianza Corporativa</a> | <a href="http://www.whitehouse.gov/infocus/education/index.es.html" target="_blank">No Child Left Behind</a>');
}
LoadComunidad();