// JavaScript Documentfunction nav(){	var header = '<a href="http:////www.zaxancoffee.com/index.htm">home</a> <span class="red">|</span> <a href="http://www.zaxancoffee.com/menu.htm">cafe menu</a>  <span class="red">|</span> <a href="http://www.zaxancoffee.com/about.htm">about us</a> <span class="red">|</span> <a href="http://www.zaxancoffee.com/order/online.htm">online store</a> <span class="red">|</span> <a href="http://www.zaxancoffee.com/retail.htm">retail locations</a> <span class="red">|</span> <a href="http://www.zaxancoffee.com/press.htm">press</a> <span class="red">|</span> <a href="http://www.zaxancoffee.com/wholesale.htm">wholesale</a> <span class="red">|</span> <a href="http://www.zaxancoffee.com/links.htm">links</a> <span class="red">|</span> <a href="http://www.zaxancoffee.com/contact.htm">contact</a><br />';	document.write(header);}function bottom(){	var bottomcopy ='<span class="smalltype">P.O. Box 2154 Hamilton MT |  PH: 406.363.4006 | </span><a href="mailto:stacy@zaxancoffee.com" class="fp">stacy@zaxancoffee.com</a>';	document.write(bottomcopy);}
