function footer()
{
var esc_foot  
	 
esc_foot = "<div id='foot' align='center'>"
esc_foot = esc_foot + "<a href='http://www.cepal.org/dds/'>Divisi&oacute;n de Desarrollo Social</a> DDS | <a href='http://www.risalc.org'>RISALC </a>"
esc_foot = esc_foot + "<p><br>Direcci&oacute;n: Avda. Dag, Hammarsjold 3477 Vitacura, Santiago, Chile<br>"
esc_foot = esc_foot + "Tel: + (56 2) 210 2210 - 210 2272 Fax: +( 56 2) 210 2523<br>"
esc_foot = esc_foot + "Con el apoyo tecnol&oacute;gico de RISALC: Red de instituciones sociales de Am&eacute;rica Latina y el Caribe<br>"
esc_foot = esc_foot + "  &copy;  2004 - 2008</p>"
esc_foot = esc_foot + "</div>"

return esc_foot
}

document.write(footer())

