function bottomNav()
{
        var d = new Date();
        var y = d.getFullYear()
	document.writeln('      <div align="center"><a class="bottomLinks" href="/about/index.htm">About ');
	document.writeln('        Buckley\'s</a> | <a class="bottomLinks" href="/products/index.htm">Our Products</a> ');
	document.writeln('        | <a class="bottomLinks" href="http://www.badtastetour.ca/index.cfm">Contests</a> | <a class="bottomLinks" href="/letters/letters.htm">Your Letters</a> ');
	document.writeln('        | <a class="bottomLinks" href="https://secure.novartisotc.ca/buckleys/contact/index.jsp">Contact Us</a> | <a class="bottomLinks" href="/buckleys/sitemap.htm">Site ');
	document.writeln('        Map</a> | <a class="bottomLinks" href="/francais/index.html">Fran&ccedil;ais</a><br>');
	document.writeln('        &copy;' + y + ' Buckley\'s. All rights reserved. Read our <a href="/buckleys/privacy.htm"><font color="#333333">Privacy ');
	document.writeln('      Policy</font></a>.</div>');
}

bottomNav();

