var footer = ''+
'<table width="100%" border="0"> '+'\n'+
'  <tr> '+'\n'+
'    <td class="footer"> '+'\n'+
'      <p align="center"><br><a href="index.html" class="footer">Inicio</a> | '+'\n'+
'	   <a href="quienes_somos.html" class="footer">Quienes Somos</a> | '+'\n'+
'      <a href="peregrinaciones.html" class="footer">Peregrinaciones</a> | '+'\n'+
'	   <a href="proyectos_ayuda.html" class="footer">Proyectos de Ayuda</a> | '+'\n'+
'	   <a href="comercio_solidario.html" class="footer">Comercio Solidario</a> | '+'\n'+
'	   <a href="sensibilizacion.html" class="footer">Sensibilización</a><br> '+'\n'+
'      </p> '+'\n'+
'    </td> '+'\n'+
'  </tr> '+'\n'+
'</table> '+'\n';

document.write(footer);

