// JavaScript to build footer for all pages

document.write("<div class=\"footer\">  <br />")
document.write("  <a href=\"../index.html\">Home</a> | ")
document.write("  <a href=\"../guide/species.html\">Species</a> | ")
document.write("  <a href=\"../breeding/breeding.html\">Breeding</a> | ")
document.write("  <a href=\"../sales/sales.html\">Sales</a> | ")
document.write("  <a href=\"../main/contact.html\">Contact Us</a> --- ")
document.write("  Designed by <a href=\"http://www.andoy.co.uk\" target=\"andoy\">Andrew Olgado</a>.")
document.write("</div>")