function foot()
{

var esc_foot

esc_foot = "<div class='footer'>"
esc_foot = esc_foot + "<div class='footer-main'>"
esc_foot = esc_foot + "Web site <a href='http://www.cepal.org/' target='_blank'>ECLAC</a>"
esc_foot = esc_foot + " | Web site<a href='http://www.wkkf.org/' target='_blank'>W. K. Kellogg Fundation</a><br />"
esc_foot = esc_foot + "<strong><br />"
esc_foot = esc_foot + "Experiences in Social Innovation in Latin America and the Caribbean</strong><br />"
esc_foot = esc_foot + "Social Development Division, ECLAC - United Nations <br />"
esc_foot = esc_foot + "Address: Av. Dag Hammarskjöld 3477 Vitacura, Santiago de Chile <br />"
esc_foot = esc_foot + "Tel: + (56 2) 210 2263 - 210 2297 - 210 2451 | Fax: + (56 2) 210 2523<br />"
esc_foot = esc_foot + "Email: <a href='mailto:innovacion.social@cepal.org%20'>innovacion.social@cepal.org </a>"
esc_foot = esc_foot + "</div></div>"

return esc_foot

}

document.write (foot())
