function bottomNav()
{
	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/index.htm">Your Letters</a> ');
	document.writeln('        | <a class="bottomLinks" href="/buckleys/tips.htm">Cough & Cold Tips</a> ');
	document.writeln('        | <a class="bottomLinks" href="/postcard/index.htm">Get Well Soon</a> ');
	document.writeln('        | <a class="bottomLinks" href="/contact/index.htm">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; 2007 Buckley\'s. All rights reserved. Read our <a href="/buckleys/privacy.htm"><font color="#333333">Privacy ');
	document.writeln('      Policy</font></a>.</div>');
}

bottomNav();
