function foot()
{

var esc_foot

esc_foot = "<div class='footer'>"
esc_foot = esc_foot + "<div class='footer-main'>"
esc_foot = esc_foot + "Site web <a href='http://www.cepal.org/' target='_blank'>CEPAL</a>"
esc_foot = esc_foot + " | Site web <a href='http://www.wkkf.org/' target='_blank'>FFundação W. K. Kellogg</a><br />"
esc_foot = esc_foot + "<strong><br />"
esc_foot = esc_foot + "Experiências em Inovação Social na America Latina e o Caribe </strong><br />"
esc_foot = esc_foot + "Divisão do desenvolvimento social, CEPAL - Naciones Unidas <br />"
esc_foot = esc_foot + "Endereço: 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())
