var footer = ''+
'<table width="100%" border="0"> '+'\n'+
'  <tr> '+'\n'+
'    <td class="footer"> '+'\n'+
'      <p align="center"><br><a href="fie.html" class="footer">La FIE</a> | '+'\n'+
'	   <a href="proyecto.html" class="footer">Proyecto educativo</a> | '+'\n'+
'      <a href="colegio.html" class="footer">El Colegio</a> | '+'\n'+
'	   <a href="colaborar.html" class="footer">Cómo colaborar</a> | '+'\n'+
'	   <a href="infogral_curso20082009.html" class="footer">curso 2008/09</a><br> '+'\n'+
'      <a href="contacto.html" class="footer">Colegio Internacional J.H.Newman Tel 91 760 91 84</a><br> '+'\n'+
'      <a href="mailto:secretaria@colegionewman.org">secretaria@colegionewman.org</a>  '+'\n'+
'      </p> '+'\n'+
'    </td> '+'\n'+
'  </tr> '+'\n'+
'</table> '+'\n';

document.write(footer);

 