  function bottomNav()
  {
	document.writeln('     <div align="center"><p><a class="bottomLinks" href="about/index.htm">Au sujet de Buckley\'s</a>  '); 
          document.writeln('  | <a class="bottomLinks" href="products/index.htm">Nos produits</a> ');
       document.writeln(' | <a class="bottomLinks" href="contest/index.htm">Concours</a> ');
 document.writeln('  | <a class="bottomLinks" href="pictures/index.htm">Vos photos</a> ');
document.writeln('  | <a class="bottomLinks" href="letters/index.htm">Vos lettres</a> ');
 document.writeln(' | <a class="bottomLinks" href="buckleys/tips.htm">Conseils sur la toux ');
  document.writeln(' et la grippe</a> | <a class="bottomLinks" href="postcard/index.htm">Envoyez une carte postale</a> ');
document.writeln(' | <a class="bottomLinks" href="contact/index.htm">Contactez-nous</a> ');
document.writeln(' | <a class="bottomLinks" href="buckleys/sitemap.htm">Carte du site</a> ');
 document.writeln('         &copy; 2007 Buckley\'s. Tous droits r&eacute;serv&eacute;s.<br>  Lisez notre <a href="buckleys/privacy.htm">');
 document.writeln(' <font color="#333333">R&egrave;glement sur la protection des renseignements personnels</font></a>. </p></div> ');

      }

 bottomNav(); 
