/*         www.belot.biz         */ 
/*         Copyright 2006        */
/*      webmaster@belot.biz      */

/* Fin de page en script contenant :  */ 
/*     Retour haut de page            */
/*     Signature Domy                 */
/*     Copyright                      */


document.write('<hr width="100%" />');
/* Signature D&ocirc;my */
document.write('<div align="center" class="f_indication"><img alt="" src="images/domy_logo_w.gif" width="68" height="32" title="&#169; www.belot.biz - Tous droits r&eacute;serv&eacute;s" /><br/><br/>');
document.write('</div>');

/* Recup date */
now = new Date();
year = now.getYear();

/* Copyright */
if (year < 2000) year = 1900 + year;
document.write('<center><font size="1" color="#FFFFFF"><b>www.belot.biz<br/>&#169; 2006 - ' + year + '<br/>Tous droits r&eacute;serv&eacute;s</b></font><br />&nbsp;<br /><font face="Arial" size="1" color="#FFFFFF">Site optimis&eacute; pour un affichage 1024 X 768.</font></center>');

