document.writeln('<table width=100%>');
document.writeln('<hr>');
//Insertion d'un message de copyright dans le pied de page
document.writeln('<tr>');
document.writeln('<td align="center">');
document.writeln('<font size=1 Face="Verdana">');
document.writeln('Copyright &copy; Maison de l\'Amiti&eacute; de Montr&eacute;al 2009.<br>');
document.writeln('Un minist&egrave;re de l\'&eacute;glise Mennonite aupr&egrave;s des r&eacute;fugi&eacute;s et de la communaut&eacute; Montr&eacute;alaise<br>');
document.writeln('Conception: Luke Martin, Julio Alcantara, Beatriz Torres Realisation: Julio Alcantara, Beatriz Torres Content: Francis Lapierre<br>');
document.writeln('(Reproduction or use of this site for any purpose other than personal use is prohibited)<br>');
document.writeln('(For best performance, you must use Internet Explorer 6 or 7)');
document.writeln('</font>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');

