<!-- // Hide
function buildFooterLinks() {
    document.write('<td align="right" valign="center">');
	document.write('<P class="footerlink">');
	document.write('&nbsp;&nbsp;<A HREF="index.html" CLASS="footerlink">Home</A>&nbsp; <SPAN CLASS="footerlink">|</SPAN> &nbsp;<A HREF="about.html" CLASS="footerlink">About</A>&nbsp; <SPAN CLASS="footerlink">|</SPAN> &nbsp;<A HREF="portfolio.html" CLASS="footerlink">Portfolio</A>&nbsp; <SPAN CLASS="footerlink">|</SPAN> &nbsp;<A HREF="services.html" CLASS="footerlink">Services</A>&nbsp; <SPAN CLASS="footerlink">|</SPAN> &nbsp;<A HREF="contact.html" CLASS="footerlink">Contact Us</A>');
	document.write('<P>');
	document.write('&nbsp;&nbsp;<SPAN CLASS="copyrightnote">2010 Fox Tail Landscape Design</SPAN>');
    document.write('</td>');
    document.write('<td width="36" align="right">');
    document.write('<a href="https://www.apld.org/?p=find-member&member_id=102388">');
	document.write('<img border="0" src="images/apld.gif" title="Association of Professional Landscape Designers" width="30" height="36">');
    document.write('</a>');
    document.write('</td>');
}
-->
