function current_year()
	{
  var date_jour = new Date();
  annee = date_jour.getFullYear();
	return (annee);
  }

document.write('<tr>');
document.write('<td align="center" colspan="3" class="fontgrise"><br>');
document.write('<a href="looknstop.htm">Look \'n\' Stop Firewall</a> | ');
document.write('<a href="licence.php">Buy Now</a> | ');
document.write('<a href="download.htm">Download</a> | ');
document.write('<a href="faq.htm">Your questions</a> | ');
document.write('<a href="contact.htm">Contact us</a>');
document.write('<br>');
document.write('<br>');
document.write('<div class="fontnoire2">');
document.write('Copyright © 2000-');
document.write(current_year());
document.write(' - All rights reserved');
document.write('<br>');
document.write('<br>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
